|
Liferay 6.0-ee | |||||||||
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 FormConstructor Summary | |
---|---|
SocialEquityGroupSettingWrapper(SocialEquityGroupSetting socialEquityGroupSetting)
|
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. |
SocialEquityGroupSetting |
getWrappedSocialEquityGroupSetting()
|
int |
hashCode()
|
boolean |
isCachedModel()
Determines if this model instance was retrieved from the entity cache. |
boolean |
isEnabled()
Determines whether 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 entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler . |
String |
toString()
|
String |
toXmlString()
Gets 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 long getPrimaryKey()
getPrimaryKey
in interface SocialEquityGroupSettingModel
public void setPrimaryKey(long pk)
setPrimaryKey
in interface SocialEquityGroupSettingModel
pk
- the primary key of this social equity group settingpublic long getEquityGroupSettingId()
getEquityGroupSettingId
in interface SocialEquityGroupSettingModel
public void setEquityGroupSettingId(long equityGroupSettingId)
setEquityGroupSettingId
in interface SocialEquityGroupSettingModel
equityGroupSettingId
- the equity group setting id of this social equity group settingpublic long getGroupId()
getGroupId
in interface SocialEquityGroupSettingModel
public void setGroupId(long groupId)
setGroupId
in interface SocialEquityGroupSettingModel
groupId
- the group id of this social equity group settingpublic long getCompanyId()
getCompanyId
in interface SocialEquityGroupSettingModel
public void setCompanyId(long companyId)
setCompanyId
in interface SocialEquityGroupSettingModel
companyId
- the company id of this social equity group settingpublic String getClassName()
getClassName
in interface SocialEquityGroupSettingModel
public long getClassNameId()
getClassNameId
in interface SocialEquityGroupSettingModel
public void setClassNameId(long classNameId)
setClassNameId
in interface SocialEquityGroupSettingModel
classNameId
- the class name id of this social equity group settingpublic int getType()
getType
in interface SocialEquityGroupSettingModel
public void setType(int type)
setType
in interface SocialEquityGroupSettingModel
type
- the type of this social equity group settingpublic boolean getEnabled()
getEnabled
in interface SocialEquityGroupSettingModel
public boolean isEnabled()
isEnabled
in interface SocialEquityGroupSettingModel
public void setEnabled(boolean enabled)
setEnabled
in interface SocialEquityGroupSettingModel
enabled
- the enabled of this social equity group settingpublic boolean isNew()
BaseModel
isNew
in interface BaseModel<SocialEquityGroupSetting>
isNew
in interface SocialEquityGroupSettingModel
true
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 SocialEquityGroupSettingModel
n
- whether this model instance does not yet exist in the databasepublic boolean isCachedModel()
BaseModel
isCachedModel
in interface BaseModel<SocialEquityGroupSetting>
isCachedModel
in interface SocialEquityGroupSettingModel
true
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 SocialEquityGroupSettingModel
cachedModel
- whether this model instance was retrieved from the
entity cacheEntityCache
public boolean isEscapedModel()
BaseModel
isEscapedModel
in interface BaseModel<SocialEquityGroupSetting>
isEscapedModel
in interface SocialEquityGroupSettingModel
true
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<SocialEquityGroupSetting>
setEscapedModel
in interface SocialEquityGroupSettingModel
escapedModel
- whether this model instance is escapedAutoEscapeBeanHandler
public Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj
in interface BaseModel<SocialEquityGroupSetting>
getPrimaryKeyObj
in interface SocialEquityGroupSettingModel
public ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge
in interface BaseModel<SocialEquityGroupSetting>
getExpandoBridge
in interface SocialEquityGroupSettingModel
public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes
in interface BaseModel<SocialEquityGroupSetting>
setExpandoBridgeAttributes
in interface SocialEquityGroupSettingModel
serviceContext
- the service context to retrieve the expando bridge
attributes fromServiceContext.getExpandoBridgeAttributes(
)
public Object clone()
BaseModel
clone
in interface BaseModel<SocialEquityGroupSetting>
clone
in interface SocialEquityGroupSettingModel
clone
in class Object
public int compareTo(SocialEquityGroupSetting socialEquityGroupSetting)
compareTo
in interface SocialEquityGroupSettingModel
compareTo
in interface Comparable<SocialEquityGroupSetting>
public int hashCode()
hashCode
in interface SocialEquityGroupSettingModel
hashCode
in class Object
public SocialEquityGroupSetting toEscapedModel()
BaseModel
AutoEscapeBeanHandler
.
toEscapedModel
in interface BaseModel<SocialEquityGroupSetting>
toEscapedModel
in interface SocialEquityGroupSettingModel
AutoEscapeBeanHandler
public String toString()
toString
in interface SocialEquityGroupSettingModel
toString
in class Object
public String toXmlString()
BaseModel
toXmlString
in interface BaseModel<SocialEquityGroupSetting>
toXmlString
in interface SocialEquityGroupSettingModel
public SocialEquityGroupSetting getWrappedSocialEquityGroupSetting()
|
Liferay 6.0-ee | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |