|
Liferay 6.1.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SocialEquityHistoryModel
The base model interface for the SocialEquityHistory service. Represents a row in the "SocialEquityHistory" database table, with each column mapped to a property of this class.
This interface and its corresponding implementation SocialEquityHistoryModelImpl exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in SocialEquityHistoryImpl.
SocialEquityHistory,
SocialEquityHistoryImpl,
SocialEquityHistoryModelImpl| 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. |
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. |
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 |
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 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 historylong getEquityHistoryId()
void setEquityHistoryId(long equityHistoryId)
equityHistoryId - the equity history ID of this social equity historylong getGroupId()
void setGroupId(long groupId)
groupId - the group ID of this social equity historylong getCompanyId()
void setCompanyId(long companyId)
companyId - the company ID of this social equity historylong getUserId()
void setUserId(long userId)
userId - the user ID of this social equity history
String getUserUuid()
throws SystemException
SystemException - if a system exception occurredvoid setUserUuid(String userUuid)
userUuid - the user uuid of this social equity historyDate getCreateDate()
void setCreateDate(Date createDate)
createDate - the create date of this social equity historyint getPersonalEquity()
void setPersonalEquity(int personalEquity)
personalEquity - the personal equity of this social equity historyboolean isNew()
BaseModeltrue if this model instance does not yet exist in
the database.
isNew in interface BaseModel<SocialEquityHistory>true if this model instance does not yet exist in
the database; false otherwisevoid setNew(boolean n)
BaseModel
setNew in interface BaseModel<SocialEquityHistory>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<SocialEquityHistory>true if this model instance was retrieved from the
entity cache; false otherwiseBaseModel.setCachedModel(boolean)void setCachedModel(boolean cachedModel)
BaseModel
setCachedModel in interface BaseModel<SocialEquityHistory>cachedModel - whether this model instance was retrieved from the
entity cacheEntityCacheboolean isEscapedModel()
BaseModeltrue if this model instance is escaped.
isEscapedModel in interface BaseModel<SocialEquityHistory>true if this model instance is escaped;
false otherwiseSerializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<SocialEquityHistory>getPrimaryKeyObj in interface ClassedModelvoid setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj in interface BaseModel<SocialEquityHistory>setPrimaryKeyObj in interface ClassedModelprimaryKeyObj - the primary key of this model instanceExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<SocialEquityHistory>getExpandoBridge in interface ClassedModelvoid setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<SocialEquityHistory>serviceContext - the service contextServiceContext.getExpandoBridgeAttributes(
)Object clone()
BaseModel
clone in interface BaseModel<SocialEquityHistory>int compareTo(SocialEquityHistory socialEquityHistory)
compareTo in interface Comparable<SocialEquityHistory>int hashCode()
hashCode in class ObjectCacheModel<SocialEquityHistory> toCacheModel()
BaseModel
toCacheModel in interface BaseModel<SocialEquityHistory>SocialEquityHistory toEscapedModel()
BaseModelAutoEscapeBeanHandler.
toEscapedModel in interface BaseModel<SocialEquityHistory>AutoEscapeBeanHandlerString toString()
toString in class ObjectString toXmlString()
BaseModel
toXmlString in interface BaseModel<SocialEquityHistory>
|
Liferay 6.1.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||