|
Liferay 6.1.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SocialEquityLogModel
The base model interface for the SocialEquityLog service. Represents a row in the "SocialEquityLog" database table, with each column mapped to a property of this class.
This interface and its corresponding implementation SocialEquityLogModelImpl exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in SocialEquityLogImpl.
SocialEquityLog,
SocialEquityLogImpl,
SocialEquityLogModelImpl| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(SocialEquityLog socialEquityLog)
|
int |
getActionDate()
Returns the action date of this social equity log. |
String |
getActionId()
Returns the action ID of this social equity log. |
boolean |
getActive()
Returns the active of this social equity log. |
long |
getAssetEntryId()
Returns the asset entry ID of this social equity log. |
long |
getCompanyId()
Returns the company ID of this social equity log. |
long |
getEquityLogId()
Returns the equity log ID of this social equity log. |
ExpandoBridge |
getExpandoBridge()
Returns the expando bridge for this model instance. |
int |
getExpiration()
Returns the expiration of this social equity log. |
String |
getExtraData()
Returns the extra data of this social equity log. |
long |
getGroupId()
Returns the group ID of this social equity log. |
long |
getPrimaryKey()
Returns the primary key of this social equity log. |
Serializable |
getPrimaryKeyObj()
Returns the primary key of this model instance. |
int |
getType()
Returns the type of this social equity log. |
long |
getUserId()
Returns the user ID of this social equity log. |
String |
getUserUuid()
Returns the user uuid of this social equity log. |
int |
getValue()
Returns the value of this social equity log. |
int |
hashCode()
|
boolean |
isActive()
Returns true 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 |
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 |
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 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 loglong getEquityLogId()
void setEquityLogId(long equityLogId)
equityLogId - the equity log ID of this social equity loglong getGroupId()
void setGroupId(long groupId)
groupId - the group ID of this social equity loglong getCompanyId()
void setCompanyId(long companyId)
companyId - the company ID of this social equity loglong getUserId()
void setUserId(long userId)
userId - the user ID of this social equity log
String getUserUuid()
throws SystemException
SystemException - if a system exception occurredvoid setUserUuid(String userUuid)
userUuid - the user uuid of this social equity loglong getAssetEntryId()
void setAssetEntryId(long assetEntryId)
assetEntryId - the asset entry ID of this social equity log@AutoEscape String getActionId()
void setActionId(String actionId)
actionId - the action ID of this social equity logint getActionDate()
void setActionDate(int actionDate)
actionDate - the action date of this social equity logboolean getActive()
boolean isActive()
true if this social equity log is active.
true if this social equity log is active; false otherwisevoid setActive(boolean active)
active - the active of this social equity logint getExpiration()
void setExpiration(int expiration)
expiration - the expiration of this social equity logint getType()
void setType(int type)
type - the type of this social equity logint getValue()
void setValue(int value)
value - the value of this social equity log@AutoEscape String getExtraData()
void setExtraData(String extraData)
extraData - the extra data of this social equity logboolean isNew()
BaseModeltrue if this model instance does not yet exist in
the database.
isNew in interface BaseModel<SocialEquityLog>true if this model instance does not yet exist in
the database; false otherwisevoid setNew(boolean n)
BaseModel
setNew in interface BaseModel<SocialEquityLog>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<SocialEquityLog>true if this model instance was retrieved from the
entity cache; false otherwiseBaseModel.setCachedModel(boolean)void setCachedModel(boolean cachedModel)
BaseModel
setCachedModel in interface BaseModel<SocialEquityLog>cachedModel - whether this model instance was retrieved from the
entity cacheEntityCacheboolean isEscapedModel()
BaseModeltrue if this model instance is escaped.
isEscapedModel in interface BaseModel<SocialEquityLog>true if this model instance is escaped;
false otherwiseSerializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<SocialEquityLog>getPrimaryKeyObj in interface ClassedModelvoid setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj in interface BaseModel<SocialEquityLog>setPrimaryKeyObj in interface ClassedModelprimaryKeyObj - the primary key of this model instanceExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<SocialEquityLog>getExpandoBridge in interface ClassedModelvoid setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<SocialEquityLog>serviceContext - the service contextServiceContext.getExpandoBridgeAttributes(
)Object clone()
BaseModel
clone in interface BaseModel<SocialEquityLog>int compareTo(SocialEquityLog socialEquityLog)
compareTo in interface Comparable<SocialEquityLog>int hashCode()
hashCode in class ObjectCacheModel<SocialEquityLog> toCacheModel()
BaseModel
toCacheModel in interface BaseModel<SocialEquityLog>SocialEquityLog toEscapedModel()
BaseModelAutoEscapeBeanHandler.
toEscapedModel in interface BaseModel<SocialEquityLog>AutoEscapeBeanHandlerString toString()
toString in class ObjectString toXmlString()
BaseModel
toXmlString in interface BaseModel<SocialEquityLog>
|
Liferay 6.1.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||