|
Liferay 6.0.3 | |||||||||
| 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()
|
String |
getActionId()
|
boolean |
getActive()
|
long |
getAssetEntryId()
|
long |
getCompanyId()
|
long |
getEquityLogId()
|
ExpandoBridge |
getExpandoBridge()
Gets the expando bridge for this model instance. |
int |
getExpiration()
|
long |
getGroupId()
|
int |
getLifespan()
|
long |
getPrimaryKey()
|
Serializable |
getPrimaryKeyObj()
Gets the primary key for this model instance. |
int |
getType()
|
long |
getUserId()
|
String |
getUserUuid()
|
int |
getValue()
|
SocialEquityLog |
getWrappedSocialEquityLog()
|
int |
hashCode()
|
boolean |
isActive()
|
boolean |
isCachedModel()
Determines if this model instance was retrieved from the entity cache. |
boolean |
isEscapedModel()
Determines if this model instance has been wrapped with an HTML auto escape handler. |
boolean |
isNew()
Determines if this model instance does not yet exist in the database. |
void |
setActionDate(int actionDate)
|
void |
setActionId(String actionId)
|
void |
setActive(boolean active)
|
void |
setAssetEntryId(long assetEntryId)
|
void |
setCachedModel(boolean cachedModel)
Sets whether this model instance was retrieved from the entity cache. |
void |
setCompanyId(long companyId)
|
void |
setEquityLogId(long equityLogId)
|
void |
setEscapedModel(boolean escapedModel)
Sets whether this model instance has been wrapped with an HTML auto escape handler. |
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)
|
void |
setGroupId(long groupId)
|
void |
setNew(boolean n)
Sets whether this model instance does not yet exist in the database. |
void |
setPrimaryKey(long pk)
|
void |
setType(int type)
|
void |
setUserId(long userId)
|
void |
setUserUuid(String userUuid)
|
void |
setValue(int value)
|
SocialEquityLog |
toEscapedModel()
|
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()
getPrimaryKey in interface SocialEquityLogModelpublic void setPrimaryKey(long pk)
setPrimaryKey in interface SocialEquityLogModelpublic long getEquityLogId()
getEquityLogId in interface SocialEquityLogModelpublic void setEquityLogId(long equityLogId)
setEquityLogId in interface SocialEquityLogModelpublic long getGroupId()
getGroupId in interface SocialEquityLogModelpublic void setGroupId(long groupId)
setGroupId in interface SocialEquityLogModelpublic long getCompanyId()
getCompanyId in interface SocialEquityLogModelpublic void setCompanyId(long companyId)
setCompanyId in interface SocialEquityLogModelpublic long getUserId()
getUserId in interface SocialEquityLogModelpublic void setUserId(long userId)
setUserId in interface SocialEquityLogModel
public String getUserUuid()
throws SystemException
getUserUuid in interface SocialEquityLogModelSystemExceptionpublic void setUserUuid(String userUuid)
setUserUuid in interface SocialEquityLogModelpublic long getAssetEntryId()
getAssetEntryId in interface SocialEquityLogModelpublic void setAssetEntryId(long assetEntryId)
setAssetEntryId in interface SocialEquityLogModelpublic String getActionId()
getActionId in interface SocialEquityLogModelpublic void setActionId(String actionId)
setActionId in interface SocialEquityLogModelpublic int getActionDate()
getActionDate in interface SocialEquityLogModelpublic void setActionDate(int actionDate)
setActionDate in interface SocialEquityLogModelpublic boolean getActive()
getActive in interface SocialEquityLogModelpublic boolean isActive()
isActive in interface SocialEquityLogModelpublic void setActive(boolean active)
setActive in interface SocialEquityLogModelpublic int getExpiration()
getExpiration in interface SocialEquityLogModelpublic void setExpiration(int expiration)
setExpiration in interface SocialEquityLogModelpublic int getType()
getType in interface SocialEquityLogModelpublic void setType(int type)
setType in interface SocialEquityLogModelpublic int getValue()
getValue in interface SocialEquityLogModelpublic void setValue(int value)
setValue in interface SocialEquityLogModelpublic SocialEquityLog toEscapedModel()
toEscapedModel in interface SocialEquityLogModelpublic 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 has been wrapped with an
HTML auto escape handler; false otherwiseBaseModel.setEscapedModel(boolean)public void setEscapedModel(boolean escapedModel)
BaseModel
A model instance can be wrapped 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 has been wrapped with an
HTML auto escape handlerAutoEscapeBeanHandlerpublic 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.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||