|
Liferay 6.1.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SocialEquityGroupSettingModel
The base model interface for the SocialEquityGroupSetting service. Represents a row in the "SocialEquityGroupSetting" database table, with each column mapped to a property of this class.
This interface and its corresponding implementation SocialEquityGroupSettingModelImpl exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in SocialEquityGroupSettingImpl.
SocialEquityGroupSetting,
SocialEquityGroupSettingImpl,
SocialEquityGroupSettingModelImpl| 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. |
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. |
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 |
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 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 group settinglong getEquityGroupSettingId()
void setEquityGroupSettingId(long equityGroupSettingId)
equityGroupSettingId - the equity group setting ID of this social equity group settinglong getGroupId()
void setGroupId(long groupId)
groupId - the group ID of this social equity group settinglong getCompanyId()
void setCompanyId(long companyId)
companyId - the company ID of this social equity group settingString getClassName()
long getClassNameId()
void setClassNameId(long classNameId)
classNameId - the class name ID of this social equity group settingint getType()
void setType(int type)
type - the type of this social equity group settingboolean getEnabled()
boolean isEnabled()
true if this social equity group setting is enabled.
true if this social equity group setting is enabled; false otherwisevoid setEnabled(boolean enabled)
enabled - the enabled of this social equity group settingboolean isNew()
BaseModeltrue if this model instance does not yet exist in
the database.
isNew in interface BaseModel<SocialEquityGroupSetting>true if this model instance does not yet exist in
the database; false otherwisevoid setNew(boolean n)
BaseModel
setNew in interface BaseModel<SocialEquityGroupSetting>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<SocialEquityGroupSetting>true if this model instance was retrieved from the
entity cache; false otherwiseBaseModel.setCachedModel(boolean)void setCachedModel(boolean cachedModel)
BaseModel
setCachedModel in interface BaseModel<SocialEquityGroupSetting>cachedModel - whether this model instance was retrieved from the
entity cacheEntityCacheboolean isEscapedModel()
BaseModeltrue if this model instance is escaped.
isEscapedModel in interface BaseModel<SocialEquityGroupSetting>true if this model instance is escaped;
false otherwiseSerializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<SocialEquityGroupSetting>getPrimaryKeyObj in interface ClassedModelvoid setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj in interface BaseModel<SocialEquityGroupSetting>setPrimaryKeyObj in interface ClassedModelprimaryKeyObj - the primary key of this model instanceExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<SocialEquityGroupSetting>getExpandoBridge in interface ClassedModelvoid setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<SocialEquityGroupSetting>serviceContext - the service contextServiceContext.getExpandoBridgeAttributes(
)Object clone()
BaseModel
clone in interface BaseModel<SocialEquityGroupSetting>int compareTo(SocialEquityGroupSetting socialEquityGroupSetting)
compareTo in interface Comparable<SocialEquityGroupSetting>int hashCode()
hashCode in class ObjectCacheModel<SocialEquityGroupSetting> toCacheModel()
BaseModel
toCacheModel in interface BaseModel<SocialEquityGroupSetting>SocialEquityGroupSetting toEscapedModel()
BaseModelAutoEscapeBeanHandler.
toEscapedModel in interface BaseModel<SocialEquityGroupSetting>AutoEscapeBeanHandlerString toString()
toString in class ObjectString toXmlString()
BaseModel
toXmlString in interface BaseModel<SocialEquityGroupSetting>
|
Liferay 6.1.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||