|
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.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()
Gets the expando bridge for this model instance. |
int |
getExpiration()
Gets the expiration of this social equity log. |
long |
getGroupId()
Gets the group id of this social equity log. |
int |
getLifespan()
|
long |
getPrimaryKey()
Gets the primary key of this social equity log. |
Serializable |
getPrimaryKeyObj()
Gets 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 whether this social equity log is active. |
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. |
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 {$entity.humanName} 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 |
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 pk)
Sets the primary key of this social equity log |
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. |
SocialEquityLog |
toEscapedModel()
Gets a copy of this social equity log 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 SocialEquityLogWrapper(SocialEquityLog socialEquityLog)
| Method Detail |
|---|
public long getPrimaryKey()
SocialEquityLogModel
getPrimaryKey in interface SocialEquityLogModelpublic void setPrimaryKey(long pk)
SocialEquityLogModel
setPrimaryKey in interface SocialEquityLogModelpk - the primary key of this social equity logpublic long getEquityLogId()
SocialEquityLogModel
getEquityLogId in interface SocialEquityLogModelpublic void setEquityLogId(long equityLogId)
SocialEquityLogModel
setEquityLogId in interface SocialEquityLogModelequityLogId - the equity log id of this social equity logpublic long getGroupId()
SocialEquityLogModel
getGroupId in interface SocialEquityLogModelpublic void setGroupId(long groupId)
SocialEquityLogModel
setGroupId in interface SocialEquityLogModelgroupId - the group id of this social equity logpublic long getCompanyId()
SocialEquityLogModel
getCompanyId in interface SocialEquityLogModelpublic void setCompanyId(long companyId)
SocialEquityLogModel
setCompanyId in interface SocialEquityLogModelcompanyId - the company id of this social equity logpublic long getUserId()
SocialEquityLogModel
getUserId in interface SocialEquityLogModelpublic void setUserId(long userId)
SocialEquityLogModel
setUserId in interface SocialEquityLogModeluserId - the user id of this social equity log
public String getUserUuid()
throws SystemException
SocialEquityLogModel
getUserUuid in interface SocialEquityLogModelSystemException - if a system exception occurredpublic void setUserUuid(String userUuid)
SocialEquityLogModel
setUserUuid in interface SocialEquityLogModeluserUuid - the user uuid of this social equity logpublic long getAssetEntryId()
SocialEquityLogModel
getAssetEntryId in interface SocialEquityLogModelpublic void setAssetEntryId(long assetEntryId)
SocialEquityLogModel
setAssetEntryId in interface SocialEquityLogModelassetEntryId - the asset entry id of this social equity logpublic String getActionId()
SocialEquityLogModel
getActionId in interface SocialEquityLogModelpublic void setActionId(String actionId)
SocialEquityLogModel
setActionId in interface SocialEquityLogModelactionId - the action id of this social equity logpublic int getActionDate()
SocialEquityLogModel
getActionDate in interface SocialEquityLogModelpublic void setActionDate(int actionDate)
SocialEquityLogModel
setActionDate in interface SocialEquityLogModelactionDate - the action date of this social equity logpublic boolean getActive()
SocialEquityLogModel
getActive in interface SocialEquityLogModelpublic boolean isActive()
SocialEquityLogModel
isActive in interface SocialEquityLogModelpublic void setActive(boolean active)
SocialEquityLogModel
setActive in interface SocialEquityLogModelactive - the active of this social equity logpublic int getExpiration()
SocialEquityLogModel
getExpiration in interface SocialEquityLogModelpublic void setExpiration(int expiration)
SocialEquityLogModel
setExpiration in interface SocialEquityLogModelexpiration - the expiration of this social equity logpublic int getType()
SocialEquityLogModel
getType in interface SocialEquityLogModelpublic void setType(int type)
SocialEquityLogModel
setType in interface SocialEquityLogModeltype - the type of this social equity logpublic int getValue()
SocialEquityLogModel
getValue in interface SocialEquityLogModelpublic void setValue(int value)
SocialEquityLogModel
setValue in interface SocialEquityLogModelvalue - the value of this social equity logpublic SocialEquityLog toEscapedModel()
SocialEquityLogModelAutoEscapeBeanHandler.
toEscapedModel in interface SocialEquityLogModelAutoEscapeBeanHandlerpublic boolean isNew()
BaseModel
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()
BaseModel
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()
BaseModel
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 SocialEquityLogModelpublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<SocialEquityLog>getExpandoBridge in interface SocialEquityLogModelpublic void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<SocialEquityLog>setExpandoBridgeAttributes in interface SocialEquityLogModelserviceContext - the service context to retrieve the expando bridge
attributes fromServiceContext.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 String toString()
toString in interface SocialEquityLogModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<SocialEquityLog>toXmlString in interface SocialEquityLogModelpublic int getLifespan()
getLifespan in interface SocialEquityLogpublic SocialEquityLog getWrappedSocialEquityLog()
|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||