|
Liferay 6.1.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portlet.social.model.SocialEquityHistoryWrapper
public class SocialEquityHistoryWrapper
This class is a wrapper for SocialEquityHistory.
SocialEquityHistory,
Serialized Form| Constructor Summary | |
|---|---|
SocialEquityHistoryWrapper(SocialEquityHistory socialEquityHistory)
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(SocialEquityHistory socialEquityHistory)
|
long |
getCompanyId()
Returns the company ID of this social equity history. |
Date |
getCreateDate()
Returns the create date of this social equity history. |
long |
getEquityHistoryId()
Returns the equity history ID of this social equity history. |
ExpandoBridge |
getExpandoBridge()
Returns the expando bridge for this model instance. |
long |
getGroupId()
Returns the group ID of this social equity history. |
Class<?> |
getModelClass()
|
String |
getModelClassName()
|
int |
getPersonalEquity()
Returns the personal equity of this social equity history. |
long |
getPrimaryKey()
Returns the primary key of this social equity history. |
Serializable |
getPrimaryKeyObj()
Returns the primary key of this model instance. |
long |
getUserId()
Returns the user ID of this social equity history. |
String |
getUserUuid()
Returns the user uuid of this social equity history. |
SocialEquityHistory |
getWrappedSocialEquityHistory()
|
int |
hashCode()
|
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 |
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 history. |
void |
setCreateDate(Date createDate)
Sets the create date of this social equity history. |
void |
setEquityHistoryId(long equityHistoryId)
Sets the equity history ID of this social equity history. |
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 history. |
void |
setNew(boolean n)
Sets whether this model instance does not yet exist in the database. |
void |
setPersonalEquity(int personalEquity)
Sets the personal equity of this social equity history. |
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this social equity history. |
void |
setPrimaryKeyObj(Serializable primaryKeyObj)
Sets the primary key of this model instance. |
void |
setUserId(long userId)
Sets the user ID of this social equity history. |
void |
setUserUuid(String userUuid)
Sets the user uuid of this social equity history. |
CacheModel<SocialEquityHistory> |
toCacheModel()
Returns a cache model object for this entity used by entity cache. |
SocialEquityHistory |
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 SocialEquityHistoryWrapper(SocialEquityHistory socialEquityHistory)
| Method Detail |
|---|
public Class<?> getModelClass()
getModelClass in interface ClassedModelpublic String getModelClassName()
getModelClassName in interface ClassedModelpublic long getPrimaryKey()
getPrimaryKey in interface SocialEquityHistoryModelpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface SocialEquityHistoryModelprimaryKey - the primary key of this social equity historypublic long getEquityHistoryId()
getEquityHistoryId in interface SocialEquityHistoryModelpublic void setEquityHistoryId(long equityHistoryId)
setEquityHistoryId in interface SocialEquityHistoryModelequityHistoryId - the equity history ID of this social equity historypublic long getGroupId()
getGroupId in interface SocialEquityHistoryModelpublic void setGroupId(long groupId)
setGroupId in interface SocialEquityHistoryModelgroupId - the group ID of this social equity historypublic long getCompanyId()
getCompanyId in interface SocialEquityHistoryModelpublic void setCompanyId(long companyId)
setCompanyId in interface SocialEquityHistoryModelcompanyId - the company ID of this social equity historypublic long getUserId()
getUserId in interface SocialEquityHistoryModelpublic void setUserId(long userId)
setUserId in interface SocialEquityHistoryModeluserId - the user ID of this social equity history
public String getUserUuid()
throws SystemException
getUserUuid in interface SocialEquityHistoryModelSystemException - if a system exception occurredpublic void setUserUuid(String userUuid)
setUserUuid in interface SocialEquityHistoryModeluserUuid - the user uuid of this social equity historypublic Date getCreateDate()
getCreateDate in interface SocialEquityHistoryModelpublic void setCreateDate(Date createDate)
setCreateDate in interface SocialEquityHistoryModelcreateDate - the create date of this social equity historypublic int getPersonalEquity()
getPersonalEquity in interface SocialEquityHistoryModelpublic void setPersonalEquity(int personalEquity)
setPersonalEquity in interface SocialEquityHistoryModelpersonalEquity - the personal equity of this social equity historypublic boolean isNew()
BaseModeltrue if this model instance does not yet exist in
the database.
isNew in interface BaseModel<SocialEquityHistory>isNew in interface SocialEquityHistoryModeltrue if this model instance does not yet exist in
the database; false otherwisepublic void setNew(boolean n)
BaseModel
setNew in interface BaseModel<SocialEquityHistory>setNew in interface SocialEquityHistoryModeln - 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<SocialEquityHistory>isCachedModel in interface SocialEquityHistoryModeltrue if this model instance was retrieved from the
entity cache; false otherwiseBaseModel.setCachedModel(boolean)public void setCachedModel(boolean cachedModel)
BaseModel
setCachedModel in interface BaseModel<SocialEquityHistory>setCachedModel in interface SocialEquityHistoryModelcachedModel - whether this model instance was retrieved from the
entity cacheEntityCachepublic boolean isEscapedModel()
BaseModeltrue if this model instance is escaped.
isEscapedModel in interface BaseModel<SocialEquityHistory>isEscapedModel in interface SocialEquityHistoryModeltrue if this model instance is escaped;
false otherwisepublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<SocialEquityHistory>getPrimaryKeyObj in interface ClassedModelgetPrimaryKeyObj in interface SocialEquityHistoryModelpublic void setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj in interface BaseModel<SocialEquityHistory>setPrimaryKeyObj in interface ClassedModelsetPrimaryKeyObj in interface SocialEquityHistoryModelprimaryKeyObj - the primary key of this model instancepublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<SocialEquityHistory>getExpandoBridge in interface ClassedModelgetExpandoBridge in interface SocialEquityHistoryModelpublic void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<SocialEquityHistory>setExpandoBridgeAttributes in interface SocialEquityHistoryModelserviceContext - the service contextServiceContext.getExpandoBridgeAttributes(
)public Object clone()
BaseModel
clone in interface BaseModel<SocialEquityHistory>clone in interface SocialEquityHistoryModelclone in class Objectpublic int compareTo(SocialEquityHistory socialEquityHistory)
compareTo in interface SocialEquityHistoryModelcompareTo in interface Comparable<SocialEquityHistory>public int hashCode()
hashCode in interface SocialEquityHistoryModelhashCode in class Objectpublic CacheModel<SocialEquityHistory> toCacheModel()
BaseModel
toCacheModel in interface BaseModel<SocialEquityHistory>toCacheModel in interface SocialEquityHistoryModelpublic SocialEquityHistory toEscapedModel()
BaseModelAutoEscapeBeanHandler.
toEscapedModel in interface BaseModel<SocialEquityHistory>toEscapedModel in interface SocialEquityHistoryModelAutoEscapeBeanHandlerpublic String toString()
toString in interface SocialEquityHistoryModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<SocialEquityHistory>toXmlString in interface SocialEquityHistoryModel
public void persist()
throws SystemException
PersistedModel
persist in interface PersistedModelSystemException - if a system exception occurredpublic SocialEquityHistory getWrappedSocialEquityHistory()
public void resetOriginalValues()
BaseModel
resetOriginalValues in interface BaseModel<SocialEquityHistory>
|
Liferay 6.1.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||