|
Liferay 6.1.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portlet.social.model.SocialEquityGroupSettingWrapper
public class SocialEquityGroupSettingWrapper
This class is a wrapper for SocialEquityGroupSetting.
SocialEquityGroupSetting,
Serialized Form| Constructor Summary | |
|---|---|
SocialEquityGroupSettingWrapper(SocialEquityGroupSetting socialEquityGroupSetting)
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(SocialEquityGroupSetting socialEquityGroupSetting)
|
String |
getClassName()
Returns the fully qualified class name of this social equity group setting. |
long |
getClassNameId()
Returns the class name ID of this social equity group setting. |
long |
getCompanyId()
Returns the company ID of this social equity group setting. |
boolean |
getEnabled()
Returns the enabled of this social equity group setting. |
long |
getEquityGroupSettingId()
Returns the equity group setting ID of this social equity group setting. |
ExpandoBridge |
getExpandoBridge()
Returns the expando bridge for this model instance. |
long |
getGroupId()
Returns the group ID of this social equity group setting. |
Class<?> |
getModelClass()
|
String |
getModelClassName()
|
long |
getPrimaryKey()
Returns the primary key of this social equity group setting. |
Serializable |
getPrimaryKeyObj()
Returns the primary key of this model instance. |
int |
getType()
Returns the type of this social equity group setting. |
SocialEquityGroupSetting |
getWrappedSocialEquityGroupSetting()
|
int |
hashCode()
|
boolean |
isCachedModel()
Returns true if this model instance was retrieved from the
entity cache. |
boolean |
isEnabled()
Returns true if this social equity group setting is enabled. |
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. |
void |
persist()
Updates this model instance in the database or adds it if it does not yet exist. |
void |
resetOriginalValues()
Reset all original fields to current values. |
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 social equity group setting is enabled. |
void |
setEquityGroupSettingId(long equityGroupSettingId)
Sets the equity group setting ID of this social equity group 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 group 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 group setting. |
void |
setPrimaryKeyObj(Serializable primaryKeyObj)
Sets the primary key of this model instance. |
void |
setType(int type)
Sets the type of this social equity group setting. |
CacheModel<SocialEquityGroupSetting> |
toCacheModel()
Returns a cache model object for this entity used by entity cache. |
SocialEquityGroupSetting |
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 class java.lang.Object |
|---|
equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SocialEquityGroupSettingWrapper(SocialEquityGroupSetting socialEquityGroupSetting)
| Method Detail |
|---|
public Class<?> getModelClass()
getModelClass in interface ClassedModelpublic String getModelClassName()
getModelClassName in interface ClassedModelpublic long getPrimaryKey()
getPrimaryKey in interface SocialEquityGroupSettingModelpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface SocialEquityGroupSettingModelprimaryKey - the primary key of this social equity group settingpublic long getEquityGroupSettingId()
getEquityGroupSettingId in interface SocialEquityGroupSettingModelpublic void setEquityGroupSettingId(long equityGroupSettingId)
setEquityGroupSettingId in interface SocialEquityGroupSettingModelequityGroupSettingId - the equity group setting ID of this social equity group settingpublic long getGroupId()
getGroupId in interface SocialEquityGroupSettingModelpublic void setGroupId(long groupId)
setGroupId in interface SocialEquityGroupSettingModelgroupId - the group ID of this social equity group settingpublic long getCompanyId()
getCompanyId in interface SocialEquityGroupSettingModelpublic void setCompanyId(long companyId)
setCompanyId in interface SocialEquityGroupSettingModelcompanyId - the company ID of this social equity group settingpublic String getClassName()
getClassName in interface SocialEquityGroupSettingModelpublic long getClassNameId()
getClassNameId in interface SocialEquityGroupSettingModelpublic void setClassNameId(long classNameId)
setClassNameId in interface SocialEquityGroupSettingModelclassNameId - the class name ID of this social equity group settingpublic int getType()
getType in interface SocialEquityGroupSettingModelpublic void setType(int type)
setType in interface SocialEquityGroupSettingModeltype - the type of this social equity group settingpublic boolean getEnabled()
getEnabled in interface SocialEquityGroupSettingModelpublic boolean isEnabled()
true if this social equity group setting is enabled.
isEnabled in interface SocialEquityGroupSettingModeltrue if this social equity group setting is enabled; false otherwisepublic void setEnabled(boolean enabled)
setEnabled in interface SocialEquityGroupSettingModelenabled - the enabled of this social equity group settingpublic boolean isNew()
BaseModeltrue if this model instance does not yet exist in
the database.
isNew in interface BaseModel<SocialEquityGroupSetting>isNew in interface SocialEquityGroupSettingModeltrue if this model instance does not yet exist in
the database; false otherwisepublic void setNew(boolean n)
BaseModel
setNew in interface BaseModel<SocialEquityGroupSetting>setNew in interface SocialEquityGroupSettingModeln - whether this model instance does not yet exist in the databasepublic boolean isCachedModel()
BaseModeltrue if this model instance was retrieved from the
entity cache.
isCachedModel in interface BaseModel<SocialEquityGroupSetting>isCachedModel in interface SocialEquityGroupSettingModeltrue if this model instance was retrieved from the
entity cache; false otherwiseBaseModel.setCachedModel(boolean)public void setCachedModel(boolean cachedModel)
BaseModel
setCachedModel in interface BaseModel<SocialEquityGroupSetting>setCachedModel in interface SocialEquityGroupSettingModelcachedModel - whether this model instance was retrieved from the
entity cacheEntityCachepublic boolean isEscapedModel()
BaseModeltrue if this model instance is escaped.
isEscapedModel in interface BaseModel<SocialEquityGroupSetting>isEscapedModel in interface SocialEquityGroupSettingModeltrue if this model instance is escaped;
false otherwisepublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<SocialEquityGroupSetting>getPrimaryKeyObj in interface ClassedModelgetPrimaryKeyObj in interface SocialEquityGroupSettingModelpublic void setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj in interface BaseModel<SocialEquityGroupSetting>setPrimaryKeyObj in interface ClassedModelsetPrimaryKeyObj in interface SocialEquityGroupSettingModelprimaryKeyObj - the primary key of this model instancepublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<SocialEquityGroupSetting>getExpandoBridge in interface ClassedModelgetExpandoBridge in interface SocialEquityGroupSettingModelpublic void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<SocialEquityGroupSetting>setExpandoBridgeAttributes in interface SocialEquityGroupSettingModelserviceContext - the service contextServiceContext.getExpandoBridgeAttributes(
)public Object clone()
BaseModel
clone in interface BaseModel<SocialEquityGroupSetting>clone in interface SocialEquityGroupSettingModelclone in class Objectpublic int compareTo(SocialEquityGroupSetting socialEquityGroupSetting)
compareTo in interface SocialEquityGroupSettingModelcompareTo in interface Comparable<SocialEquityGroupSetting>public int hashCode()
hashCode in interface SocialEquityGroupSettingModelhashCode in class Objectpublic CacheModel<SocialEquityGroupSetting> toCacheModel()
BaseModel
toCacheModel in interface BaseModel<SocialEquityGroupSetting>toCacheModel in interface SocialEquityGroupSettingModelpublic SocialEquityGroupSetting toEscapedModel()
BaseModelAutoEscapeBeanHandler.
toEscapedModel in interface BaseModel<SocialEquityGroupSetting>toEscapedModel in interface SocialEquityGroupSettingModelAutoEscapeBeanHandlerpublic String toString()
toString in interface SocialEquityGroupSettingModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<SocialEquityGroupSetting>toXmlString in interface SocialEquityGroupSettingModel
public void persist()
throws SystemException
PersistedModel
persist in interface PersistedModelSystemException - if a system exception occurredpublic SocialEquityGroupSetting getWrappedSocialEquityGroupSetting()
public void resetOriginalValues()
BaseModel
resetOriginalValues in interface BaseModel<SocialEquityGroupSetting>
|
Liferay 6.1.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||