|
Liferay 6.0-ee-sp2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portlet.social.model.SocialEquityLogWrapper
public class SocialEquityLogWrapper
This class is a wrapper for SocialEquityLog.
SocialEquityLog,
Serialized Form| Constructor Summary | |
|---|---|
SocialEquityLogWrapper(SocialEquityLog socialEquityLog)
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(SocialEquityLog socialEquityLog)
|
int |
getActionDate()
Gets the action date of this social equity log. |
String |
getActionId()
Gets the action ID of this social equity log. |
boolean |
getActive()
Gets the active of this social equity log. |
long |
getAssetEntryId()
Gets the asset entry ID of this social equity log. |
long |
getCompanyId()
Gets the company ID of this social equity log. |
long |
getEquityLogId()
Gets the equity log ID of this social equity log. |
ExpandoBridge |
getExpandoBridge()
Returns the expando bridge for this model instance. |
int |
getExpiration()
Gets the expiration of this social equity log. |
String |
getExtraData()
Gets the extra data of this social equity log. |
long |
getGroupId()
Gets the group ID of this social equity log. |
int |
getLifespan()
|
Class<?> |
getModelClass()
|
String |
getModelClassName()
|
long |
getPrimaryKey()
Gets the primary key of this social equity log. |
Serializable |
getPrimaryKeyObj()
Returns the primary key of this model instance. |
int |
getType()
Gets the type of this social equity log. |
long |
getUserId()
Gets the user ID of this social equity log. |
String |
getUserUuid()
Gets the user uuid of this social equity log. |
int |
getValue()
Gets the value of this social equity log. |
SocialEquityLog |
getWrappedSocialEquityLog()
|
int |
hashCode()
|
boolean |
isActive()
Determines if this social equity log is active. |
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. |
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 |
setActionDate(int actionDate)
Sets the action date of this social equity log. |
void |
setActionId(String actionId)
Sets the action ID of this social equity log. |
void |
setActive(boolean active)
Sets whether this social equity log is active. |
void |
setAssetEntryId(long assetEntryId)
Sets the asset entry ID of this social equity log. |
void |
setCachedModel(boolean cachedModel)
Sets whether this model instance was retrieved from the entity cache. |
void |
setCompanyId(long companyId)
Sets the company ID of this social equity log. |
void |
setEquityLogId(long equityLogId)
Sets the equity log ID of this social equity log. |
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 |
setExpiration(int expiration)
Sets the expiration of this social equity log. |
void |
setExtraData(String extraData)
Sets the extra data of this social equity log. |
void |
setGroupId(long groupId)
Sets the group ID of this social equity log. |
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 log |
void |
setPrimaryKeyObj(Serializable primaryKeyObj)
Sets the primary key of this model instance. |
void |
setType(int type)
Sets the type of this social equity log. |
void |
setUserId(long userId)
Sets the user ID of this social equity log. |
void |
setUserUuid(String userUuid)
Sets the user uuid of this social equity log. |
void |
setValue(int value)
Sets the value of this social equity log. |
CacheModel<SocialEquityLog> |
toCacheModel()
Returns a cache model object for this entity used by entity cache. |
SocialEquityLog |
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 SocialEquityLogWrapper(SocialEquityLog socialEquityLog)
| Method Detail |
|---|
public Class<?> getModelClass()
getModelClass in interface ClassedModelpublic String getModelClassName()
getModelClassName in interface ClassedModelpublic long getPrimaryKey()
getPrimaryKey in interface SocialEquityLogModelpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface SocialEquityLogModelprimaryKey - the primary key of this social equity logpublic long getEquityLogId()
getEquityLogId in interface SocialEquityLogModelpublic void setEquityLogId(long equityLogId)
setEquityLogId in interface SocialEquityLogModelequityLogId - the equity log ID of this social equity logpublic long getGroupId()
getGroupId in interface SocialEquityLogModelpublic void setGroupId(long groupId)
setGroupId in interface SocialEquityLogModelgroupId - the group ID of this social equity logpublic long getCompanyId()
getCompanyId in interface SocialEquityLogModelpublic void setCompanyId(long companyId)
setCompanyId in interface SocialEquityLogModelcompanyId - the company ID of this social equity logpublic long getUserId()
getUserId in interface SocialEquityLogModelpublic void setUserId(long userId)
setUserId in interface SocialEquityLogModeluserId - the user ID of this social equity log
public String getUserUuid()
throws SystemException
getUserUuid in interface SocialEquityLogModelSystemException - if a system exception occurredpublic void setUserUuid(String userUuid)
setUserUuid in interface SocialEquityLogModeluserUuid - the user uuid of this social equity logpublic long getAssetEntryId()
getAssetEntryId in interface SocialEquityLogModelpublic void setAssetEntryId(long assetEntryId)
setAssetEntryId in interface SocialEquityLogModelassetEntryId - the asset entry ID of this social equity logpublic String getActionId()
getActionId in interface SocialEquityLogModelpublic void setActionId(String actionId)
setActionId in interface SocialEquityLogModelactionId - the action ID of this social equity logpublic int getActionDate()
getActionDate in interface SocialEquityLogModelpublic void setActionDate(int actionDate)
setActionDate in interface SocialEquityLogModelactionDate - the action date of this social equity logpublic boolean getActive()
getActive in interface SocialEquityLogModelpublic boolean isActive()
isActive in interface SocialEquityLogModeltrue if this social equity log is active; false otherwisepublic void setActive(boolean active)
setActive in interface SocialEquityLogModelactive - the active of this social equity logpublic int getExpiration()
getExpiration in interface SocialEquityLogModelpublic void setExpiration(int expiration)
setExpiration in interface SocialEquityLogModelexpiration - the expiration of this social equity logpublic int getType()
getType in interface SocialEquityLogModelpublic void setType(int type)
setType in interface SocialEquityLogModeltype - the type of this social equity logpublic int getValue()
getValue in interface SocialEquityLogModelpublic void setValue(int value)
setValue in interface SocialEquityLogModelvalue - the value of this social equity logpublic String getExtraData()
getExtraData in interface SocialEquityLogModelpublic void setExtraData(String extraData)
setExtraData in interface SocialEquityLogModelextraData - the extra data of this social equity logpublic boolean isNew()
BaseModeltrue if this model instance does not yet exist in
the database.
isNew in interface BaseModel<SocialEquityLog>isNew in interface SocialEquityLogModeltrue if this model instance does not yet exist in
the database; false otherwisepublic void setNew(boolean n)
BaseModel
setNew in interface BaseModel<SocialEquityLog>setNew in interface SocialEquityLogModeln - 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<SocialEquityLog>isCachedModel in interface SocialEquityLogModeltrue if this model instance was retrieved from the
entity cache; false otherwiseBaseModel.setCachedModel(boolean)public void setCachedModel(boolean cachedModel)
BaseModel
setCachedModel in interface BaseModel<SocialEquityLog>setCachedModel in interface SocialEquityLogModelcachedModel - whether this model instance was retrieved from the
entity cacheEntityCachepublic boolean isEscapedModel()
BaseModeltrue if this model instance is escaped.
isEscapedModel in interface BaseModel<SocialEquityLog>isEscapedModel in interface SocialEquityLogModeltrue 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<SocialEquityLog>setEscapedModel in interface SocialEquityLogModelescapedModel - whether this model instance is escapedAutoEscapeBeanHandlerpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<SocialEquityLog>getPrimaryKeyObj in interface ClassedModelgetPrimaryKeyObj in interface SocialEquityLogModelpublic void setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj in interface BaseModel<SocialEquityLog>setPrimaryKeyObj in interface ClassedModelsetPrimaryKeyObj in interface SocialEquityLogModelprimaryKeyObj - the primary key of this model instancepublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<SocialEquityLog>getExpandoBridge in interface ClassedModelgetExpandoBridge in interface SocialEquityLogModelpublic void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<SocialEquityLog>setExpandoBridgeAttributes in interface SocialEquityLogModelserviceContext - the service contextServiceContext.getExpandoBridgeAttributes(
)public Object clone()
BaseModel
clone in interface BaseModel<SocialEquityLog>clone in interface SocialEquityLogModelclone in class Objectpublic int compareTo(SocialEquityLog socialEquityLog)
compareTo in interface SocialEquityLogModelcompareTo in interface Comparable<SocialEquityLog>public int hashCode()
hashCode in interface SocialEquityLogModelhashCode in class Objectpublic CacheModel<SocialEquityLog> toCacheModel()
BaseModel
toCacheModel in interface BaseModel<SocialEquityLog>toCacheModel in interface SocialEquityLogModelpublic SocialEquityLog toEscapedModel()
BaseModelAutoEscapeBeanHandler.
toEscapedModel in interface BaseModel<SocialEquityLog>toEscapedModel in interface SocialEquityLogModelAutoEscapeBeanHandlerpublic String toString()
toString in interface SocialEquityLogModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<SocialEquityLog>toXmlString in interface SocialEquityLogModel
public void persist()
throws SystemException
PersistedModel
persist in interface PersistedModelSystemException - if a system exception occurredpublic int getLifespan()
getLifespan in interface SocialEquityLogpublic SocialEquityLog getWrappedSocialEquityLog()
public void resetOriginalValues()
BaseModel
resetOriginalValues in interface BaseModel<SocialEquityLog>
|
Liferay 6.0-ee-sp2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||