|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SocialEquitySettingModel
The base model interface for the SocialEquitySetting service. Represents a row in the "SocialEquitySetting" database table, with each column mapped to a property of this class.
This interface and its corresponding implementation SocialEquitySettingModelImpl exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in SocialEquitySettingImpl.
Never modify or reference this interface directly. All methods that expect a social equity setting model instance should use the SocialEquitySetting interface instead.
SocialEquitySetting,
SocialEquitySettingImpl,
SocialEquitySettingModelImpl| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(SocialEquitySetting socialEquitySetting)
|
String |
getActionId()
Gets the action id of this social equity setting. |
String |
getClassName()
Gets the class name of the model instance this social equity setting is polymorphically associated with. |
long |
getClassNameId()
Gets the class name id of this social equity setting. |
long |
getCompanyId()
Gets the company id of this social equity setting. |
int |
getDailyLimit()
Gets the daily limit of this social equity setting. |
long |
getEquitySettingId()
Gets the equity setting id of this social equity setting. |
ExpandoBridge |
getExpandoBridge()
Gets the expando bridge for this model instance. |
long |
getGroupId()
Gets the group id of this social equity setting. |
int |
getLifespan()
Gets the lifespan of this social equity setting. |
long |
getPrimaryKey()
Gets the primary key of this social equity setting. |
Serializable |
getPrimaryKeyObj()
Gets the primary key of this model instance. |
int |
getType()
Gets the type of this social equity setting. |
boolean |
getUniqueEntry()
Gets the unique entry of this social equity setting. |
int |
getValue()
Gets the value of this social equity setting. |
int |
hashCode()
|
boolean |
isCachedModel()
Determines if this model instance was retrieved from the entity cache. |
boolean |
isEscapedModel()
Determines if this model instance is escaped. |
boolean |
isNew()
Determines if this model instance does not yet exist in the database. |
boolean |
isUniqueEntry()
Determines whether this social equity setting is unique entry. |
void |
setActionId(String actionId)
Sets the action id of this social equity setting. |
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 setting. |
void |
setCompanyId(long companyId)
Sets the company id of this social equity setting. |
void |
setDailyLimit(int dailyLimit)
Sets the daily limit of this social equity setting. |
void |
setEquitySettingId(long equitySettingId)
Sets the equity setting id of this social equity 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 setting. |
void |
setLifespan(int lifespan)
Sets the lifespan of this social equity 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 setting |
void |
setType(int type)
Sets the type of this social equity setting. |
void |
setUniqueEntry(boolean uniqueEntry)
Sets whether this {$entity.humanName} is unique entry. |
void |
setValue(int value)
Sets the value of this social equity setting. |
SocialEquitySetting |
toEscapedModel()
Gets a copy of this social equity 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 settinglong getEquitySettingId()
void setEquitySettingId(long equitySettingId)
equitySettingId - the equity setting id of this social equity settinglong getGroupId()
void setGroupId(long groupId)
groupId - the group id of this social equity settinglong getCompanyId()
void setCompanyId(long companyId)
companyId - the company id of this social equity settingString getClassName()
long getClassNameId()
void setClassNameId(long classNameId)
classNameId - the class name id of this social equity setting@AutoEscape String getActionId()
void setActionId(String actionId)
actionId - the action id of this social equity settingint getDailyLimit()
void setDailyLimit(int dailyLimit)
dailyLimit - the daily limit of this social equity settingint getLifespan()
void setLifespan(int lifespan)
lifespan - the lifespan of this social equity settingint getType()
void setType(int type)
type - the type of this social equity settingboolean getUniqueEntry()
boolean isUniqueEntry()
void setUniqueEntry(boolean uniqueEntry)
uniqueEntry - the unique entry of this social equity settingint getValue()
void setValue(int value)
value - the value of this social equity settingSocialEquitySetting toEscapedModel()
AutoEscapeBeanHandler.
AutoEscapeBeanHandlerboolean isNew()
BaseModel
isNew in interface BaseModel<SocialEquitySetting>true if this model instance does not yet exist in
the database; false otherwisevoid setNew(boolean n)
BaseModel
setNew in interface BaseModel<SocialEquitySetting>n - whether this model instance does not yet exist in the databaseboolean isCachedModel()
BaseModel
isCachedModel in interface BaseModel<SocialEquitySetting>true if this model instance was retrieved from the
entity cache; false otherwiseBaseModel.setCachedModel(boolean)void setCachedModel(boolean cachedModel)
BaseModel
setCachedModel in interface BaseModel<SocialEquitySetting>cachedModel - whether this model instance was retrieved from the
entity cacheEntityCacheboolean isEscapedModel()
BaseModel
isEscapedModel in interface BaseModel<SocialEquitySetting>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<SocialEquitySetting>escapedModel - whether this model instance is escapedAutoEscapeBeanHandlerSerializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<SocialEquitySetting>ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<SocialEquitySetting>void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<SocialEquitySetting>serviceContext - the service context to retrieve the expando bridge
attributes fromServiceContext.getExpandoBridgeAttributes(
)Object clone()
BaseModel
clone in interface BaseModel<SocialEquitySetting>int compareTo(SocialEquitySetting socialEquitySetting)
compareTo in interface Comparable<SocialEquitySetting>int hashCode()
hashCode in class ObjectString toString()
toString in class ObjectString toXmlString()
BaseModel
toXmlString in interface BaseModel<SocialEquitySetting>
|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||