|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portlet.social.model.SocialEquitySettingWrapper
public class SocialEquitySettingWrapper
This class is a wrapper for SocialEquitySetting.
SocialEquitySetting,
Serialized Form| Constructor Summary | |
|---|---|
SocialEquitySettingWrapper(SocialEquitySetting socialEquitySetting)
|
|
| 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. |
SocialEquitySetting |
getWrappedSocialEquitySetting()
|
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. |
void |
update(SocialEquityActionMapping equityActionMapping)
|
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SocialEquitySettingWrapper(SocialEquitySetting socialEquitySetting)
| Method Detail |
|---|
public long getPrimaryKey()
SocialEquitySettingModel
getPrimaryKey in interface SocialEquitySettingModelpublic void setPrimaryKey(long pk)
SocialEquitySettingModel
setPrimaryKey in interface SocialEquitySettingModelpk - the primary key of this social equity settingpublic long getEquitySettingId()
SocialEquitySettingModel
getEquitySettingId in interface SocialEquitySettingModelpublic void setEquitySettingId(long equitySettingId)
SocialEquitySettingModel
setEquitySettingId in interface SocialEquitySettingModelequitySettingId - the equity setting id of this social equity settingpublic long getGroupId()
SocialEquitySettingModel
getGroupId in interface SocialEquitySettingModelpublic void setGroupId(long groupId)
SocialEquitySettingModel
setGroupId in interface SocialEquitySettingModelgroupId - the group id of this social equity settingpublic long getCompanyId()
SocialEquitySettingModel
getCompanyId in interface SocialEquitySettingModelpublic void setCompanyId(long companyId)
SocialEquitySettingModel
setCompanyId in interface SocialEquitySettingModelcompanyId - the company id of this social equity settingpublic String getClassName()
SocialEquitySettingModel
getClassName in interface SocialEquitySettingModelpublic long getClassNameId()
SocialEquitySettingModel
getClassNameId in interface SocialEquitySettingModelpublic void setClassNameId(long classNameId)
SocialEquitySettingModel
setClassNameId in interface SocialEquitySettingModelclassNameId - the class name id of this social equity settingpublic String getActionId()
SocialEquitySettingModel
getActionId in interface SocialEquitySettingModelpublic void setActionId(String actionId)
SocialEquitySettingModel
setActionId in interface SocialEquitySettingModelactionId - the action id of this social equity settingpublic int getDailyLimit()
SocialEquitySettingModel
getDailyLimit in interface SocialEquitySettingModelpublic void setDailyLimit(int dailyLimit)
SocialEquitySettingModel
setDailyLimit in interface SocialEquitySettingModeldailyLimit - the daily limit of this social equity settingpublic int getLifespan()
SocialEquitySettingModel
getLifespan in interface SocialEquitySettingModelpublic void setLifespan(int lifespan)
SocialEquitySettingModel
setLifespan in interface SocialEquitySettingModellifespan - the lifespan of this social equity settingpublic int getType()
SocialEquitySettingModel
getType in interface SocialEquitySettingModelpublic void setType(int type)
SocialEquitySettingModel
setType in interface SocialEquitySettingModeltype - the type of this social equity settingpublic boolean getUniqueEntry()
SocialEquitySettingModel
getUniqueEntry in interface SocialEquitySettingModelpublic boolean isUniqueEntry()
SocialEquitySettingModel
isUniqueEntry in interface SocialEquitySettingModelpublic void setUniqueEntry(boolean uniqueEntry)
SocialEquitySettingModel
setUniqueEntry in interface SocialEquitySettingModeluniqueEntry - the unique entry of this social equity settingpublic int getValue()
SocialEquitySettingModel
getValue in interface SocialEquitySettingModelpublic void setValue(int value)
SocialEquitySettingModel
setValue in interface SocialEquitySettingModelvalue - the value of this social equity settingpublic SocialEquitySetting toEscapedModel()
SocialEquitySettingModelAutoEscapeBeanHandler.
toEscapedModel in interface SocialEquitySettingModelAutoEscapeBeanHandlerpublic boolean isNew()
BaseModel
isNew in interface BaseModel<SocialEquitySetting>isNew in interface SocialEquitySettingModeltrue if this model instance does not yet exist in
the database; false otherwisepublic void setNew(boolean n)
BaseModel
setNew in interface BaseModel<SocialEquitySetting>setNew in interface SocialEquitySettingModeln - whether this model instance does not yet exist in the databasepublic boolean isCachedModel()
BaseModel
isCachedModel in interface BaseModel<SocialEquitySetting>isCachedModel in interface SocialEquitySettingModeltrue if this model instance was retrieved from the
entity cache; false otherwiseBaseModel.setCachedModel(boolean)public void setCachedModel(boolean cachedModel)
BaseModel
setCachedModel in interface BaseModel<SocialEquitySetting>setCachedModel in interface SocialEquitySettingModelcachedModel - whether this model instance was retrieved from the
entity cacheEntityCachepublic boolean isEscapedModel()
BaseModel
isEscapedModel in interface BaseModel<SocialEquitySetting>isEscapedModel in interface SocialEquitySettingModeltrue if this model instance is escaped;
false otherwiseBaseModel.setEscapedModel(boolean)public 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>setEscapedModel in interface SocialEquitySettingModelescapedModel - whether this model instance is escapedAutoEscapeBeanHandlerpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<SocialEquitySetting>getPrimaryKeyObj in interface SocialEquitySettingModelpublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<SocialEquitySetting>getExpandoBridge in interface SocialEquitySettingModelpublic void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<SocialEquitySetting>setExpandoBridgeAttributes in interface SocialEquitySettingModelserviceContext - the service context to retrieve the expando bridge
attributes fromServiceContext.getExpandoBridgeAttributes(
)public Object clone()
BaseModel
clone in interface BaseModel<SocialEquitySetting>clone in interface SocialEquitySettingModelclone in class Objectpublic int compareTo(SocialEquitySetting socialEquitySetting)
compareTo in interface SocialEquitySettingModelcompareTo in interface Comparable<SocialEquitySetting>public int hashCode()
hashCode in interface SocialEquitySettingModelhashCode in class Objectpublic String toString()
toString in interface SocialEquitySettingModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<SocialEquitySetting>toXmlString in interface SocialEquitySettingModelpublic void update(SocialEquityActionMapping equityActionMapping)
update in interface SocialEquitySettingpublic SocialEquitySetting getWrappedSocialEquitySetting()
|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||