|
Liferay 6.0.6 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SocialEquityGroupSettingModel
The base model interface for the SocialEquityGroupSetting service. Represents a row in the "SocialEquityGroupSetting" database table, with each column mapped to a property of this class.
This interface and its corresponding implementation SocialEquityGroupSettingModelImpl exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in SocialEquityGroupSettingImpl.
Never modify or reference this interface directly. All methods that expect a social equity group setting model instance should use the SocialEquityGroupSetting interface instead.
SocialEquityGroupSetting,
SocialEquityGroupSettingImpl,
SocialEquityGroupSettingModelImpl| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(SocialEquityGroupSetting socialEquityGroupSetting)
|
String |
getClassName()
Gets the class name of the model instance this social equity group setting is polymorphically associated with. |
long |
getClassNameId()
Gets the class name id of this social equity group setting. |
long |
getCompanyId()
Gets the company id of this social equity group setting. |
boolean |
getEnabled()
Gets the enabled of this social equity group setting. |
long |
getEquityGroupSettingId()
Gets the equity group setting id of this social equity group setting. |
ExpandoBridge |
getExpandoBridge()
Gets the expando bridge for this model instance. |
long |
getGroupId()
Gets the group id of this social equity group setting. |
long |
getPrimaryKey()
Gets the primary key of this social equity group setting. |
Serializable |
getPrimaryKeyObj()
Gets the primary key of this model instance. |
int |
getType()
Gets the type of this social equity group setting. |
int |
hashCode()
|
boolean |
isCachedModel()
Determines if this model instance was retrieved from the entity cache. |
boolean |
isEnabled()
Determines if this social equity group setting is enabled. |
boolean |
isEscapedModel()
Determines if this model instance is escaped. |
boolean |
isNew()
Determines if this model instance does not yet exist in the database. |
void |
setCachedModel(boolean cachedModel)
Sets whether this model instance was retrieved from the entity cache. |
void |
setClassNameId(long classNameId)
Sets the class name id of this social equity group setting. |
void |
setCompanyId(long companyId)
Sets the company id of this social equity group setting. |
void |
setEnabled(boolean enabled)
Sets whether this {$entity.humanName} is enabled. |
void |
setEquityGroupSettingId(long equityGroupSettingId)
Sets the equity group setting id of this social equity group setting. |
void |
setEscapedModel(boolean escapedModel)
Sets whether this model instance is escaped, meaning that all strings returned from getter methods are HTML safe. |
void |
setExpandoBridgeAttributes(ServiceContext serviceContext)
Sets the expando bridge attributes for this model instance to the attributes stored in the service context. |
void |
setGroupId(long groupId)
Sets the group id of this social equity group setting. |
void |
setNew(boolean n)
Sets whether this model instance does not yet exist in the database. |
void |
setPrimaryKey(long pk)
Sets the primary key of this social equity group setting |
void |
setType(int type)
Sets the type of this social equity group setting. |
SocialEquityGroupSetting |
toEscapedModel()
Gets a copy of this social equity group setting as an escaped model instance by wrapping it with an AutoEscapeBeanHandler. |
String |
toString()
|
String |
toXmlString()
Gets the XML representation of this model instance. |
| Method Detail |
|---|
long getPrimaryKey()
void setPrimaryKey(long pk)
pk - the primary key of this social equity group settinglong getEquityGroupSettingId()
void setEquityGroupSettingId(long equityGroupSettingId)
equityGroupSettingId - the equity group setting id of this social equity group settinglong getGroupId()
void setGroupId(long groupId)
groupId - the group id of this social equity group settinglong getCompanyId()
void setCompanyId(long companyId)
companyId - the company id of this social equity group settingString getClassName()
long getClassNameId()
void setClassNameId(long classNameId)
classNameId - the class name id of this social equity group settingint getType()
void setType(int type)
type - the type of this social equity group settingboolean getEnabled()
boolean isEnabled()
true if this social equity group setting is enabled; false otherwisevoid setEnabled(boolean enabled)
enabled - the enabled of this social equity group settingSocialEquityGroupSetting toEscapedModel()
AutoEscapeBeanHandler.
AutoEscapeBeanHandlerboolean isNew()
BaseModel
isNew in interface BaseModel<SocialEquityGroupSetting>true if this model instance does not yet exist in
the database; false otherwisevoid setNew(boolean n)
BaseModel
setNew in interface BaseModel<SocialEquityGroupSetting>n - whether this model instance does not yet exist in the databaseboolean isCachedModel()
BaseModel
isCachedModel in interface BaseModel<SocialEquityGroupSetting>true if this model instance was retrieved from the
entity cache; false otherwiseBaseModel.setCachedModel(boolean)void setCachedModel(boolean cachedModel)
BaseModel
setCachedModel in interface BaseModel<SocialEquityGroupSetting>cachedModel - whether this model instance was retrieved from the
entity cacheEntityCacheboolean isEscapedModel()
BaseModel
isEscapedModel in interface BaseModel<SocialEquityGroupSetting>true if this model instance is escaped;
false otherwiseBaseModel.setEscapedModel(boolean)void setEscapedModel(boolean escapedModel)
BaseModel
A model instance can be made escaped by wrapping it with an HTML auto
escape handler using its toEscapedModel method. For example,
UserModel.toEscapedModel().
setEscapedModel in interface BaseModel<SocialEquityGroupSetting>escapedModel - whether this model instance is escapedAutoEscapeBeanHandlerSerializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<SocialEquityGroupSetting>ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<SocialEquityGroupSetting>void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<SocialEquityGroupSetting>serviceContext - the service context to retrieve the expando bridge
attributes fromServiceContext.getExpandoBridgeAttributes(
)Object clone()
BaseModel
clone in interface BaseModel<SocialEquityGroupSetting>int compareTo(SocialEquityGroupSetting socialEquityGroupSetting)
compareTo in interface Comparable<SocialEquityGroupSetting>int hashCode()
hashCode in class ObjectString toString()
toString in class ObjectString toXmlString()
BaseModel
toXmlString in interface BaseModel<SocialEquityGroupSetting>
|
Liferay 6.0.6 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||