|
Liferay 6.1.0 | |||||||||
| 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.
SocialEquitySetting,
SocialEquitySettingImpl,
SocialEquitySettingModelImpl| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(SocialEquitySetting socialEquitySetting)
|
String |
getActionId()
Returns the action ID of this social equity setting. |
String |
getClassName()
Returns the fully qualified class name of this social equity setting. |
long |
getClassNameId()
Returns the class name ID of this social equity setting. |
long |
getCompanyId()
Returns the company ID of this social equity setting. |
int |
getDailyLimit()
Returns the daily limit of this social equity setting. |
long |
getEquitySettingId()
Returns the equity setting ID of this social equity setting. |
ExpandoBridge |
getExpandoBridge()
Returns the expando bridge for this model instance. |
long |
getGroupId()
Returns the group ID of this social equity setting. |
int |
getLifespan()
Returns the lifespan of this social equity setting. |
long |
getPrimaryKey()
Returns the primary key of this social equity setting. |
Serializable |
getPrimaryKeyObj()
Returns the primary key of this model instance. |
int |
getType()
Returns the type of this social equity setting. |
boolean |
getUniqueEntry()
Returns the unique entry of this social equity setting. |
int |
getValue()
Returns the value of this social equity setting. |
int |
hashCode()
|
boolean |
isCachedModel()
Returns true if this model instance was retrieved from the
entity cache. |
boolean |
isEscapedModel()
Returns true if this model instance is escaped. |
boolean |
isNew()
Returns true if this model instance does not yet exist in
the database. |
boolean |
isUniqueEntry()
Returns true if 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 |
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 primaryKey)
Sets the primary key of this social equity setting. |
void |
setPrimaryKeyObj(Serializable primaryKeyObj)
Sets the primary key of this model instance. |
void |
setType(int type)
Sets the type of this social equity setting. |
void |
setUniqueEntry(boolean uniqueEntry)
Sets whether this social equity setting is unique entry. |
void |
setValue(int value)
Sets the value of this social equity setting. |
CacheModel<SocialEquitySetting> |
toCacheModel()
Returns a cache model object for this entity used by entity cache. |
SocialEquitySetting |
toEscapedModel()
Returns a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler. |
String |
toString()
|
String |
toXmlString()
Returns the XML representation of this model instance. |
| Methods inherited from interface com.liferay.portal.model.BaseModel |
|---|
resetOriginalValues |
| Methods inherited from interface com.liferay.portal.model.ClassedModel |
|---|
getModelClass, getModelClassName |
| Method Detail |
|---|
long getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey - 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()
true if this social equity setting is unique entry.
true if this social equity setting is unique entry; false otherwisevoid setUniqueEntry(boolean uniqueEntry)
uniqueEntry - the unique entry of this social equity settingint getValue()
void setValue(int value)
value - the value of this social equity settingboolean isNew()
BaseModeltrue if this model instance does not yet exist in
the database.
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()
BaseModeltrue if this model instance was retrieved from the
entity cache.
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()
BaseModeltrue if this model instance is escaped.
isEscapedModel in interface BaseModel<SocialEquitySetting>true if this model instance is escaped;
false otherwiseSerializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<SocialEquitySetting>getPrimaryKeyObj in interface ClassedModelvoid setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj in interface BaseModel<SocialEquitySetting>setPrimaryKeyObj in interface ClassedModelprimaryKeyObj - the primary key of this model instanceExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<SocialEquitySetting>getExpandoBridge in interface ClassedModelvoid setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<SocialEquitySetting>serviceContext - the service contextServiceContext.getExpandoBridgeAttributes(
)Object clone()
BaseModel
clone in interface BaseModel<SocialEquitySetting>int compareTo(SocialEquitySetting socialEquitySetting)
compareTo in interface Comparable<SocialEquitySetting>int hashCode()
hashCode in class ObjectCacheModel<SocialEquitySetting> toCacheModel()
BaseModel
toCacheModel in interface BaseModel<SocialEquitySetting>SocialEquitySetting toEscapedModel()
BaseModelAutoEscapeBeanHandler.
toEscapedModel in interface BaseModel<SocialEquitySetting>AutoEscapeBeanHandlerString toString()
toString in class ObjectString toXmlString()
BaseModel
toXmlString in interface BaseModel<SocialEquitySetting>
|
Liferay 6.1.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||