|
Liferay 6.0.5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.liferay.portal.model.impl.BaseModelImpl<SocialEquityLog> com.liferay.portlet.social.model.impl.SocialEquityLogModelImpl
public class SocialEquityLogModelImpl
The base model implementation for the SocialEquityLog service. Represents a row in the "SocialEquityLog" database table, with each column mapped to a property of this class.
This implementation and its corresponding interface SocialEquityLogModel
exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in SocialEquityLogImpl
.
Never modify or reference this class directly. All methods that expect a social equity log model instance should use the SocialEquityLog
interface instead.
SocialEquityLogImpl
,
SocialEquityLog
,
SocialEquityLogModel
,
Serialized FormField Summary | |
---|---|
static String |
DATA_SOURCE
|
static boolean |
ENTITY_CACHE_ENABLED
|
static boolean |
FINDER_CACHE_ENABLED
|
static long |
LOCK_EXPIRATION_TIME
|
static String |
SESSION_FACTORY
|
static Object[][] |
TABLE_COLUMNS
|
static String |
TABLE_NAME
|
static String |
TABLE_SQL_CREATE
|
static String |
TABLE_SQL_DROP
|
static String |
TX_MANAGER
|
Constructor Summary | |
---|---|
SocialEquityLogModelImpl()
|
Method Summary | |
---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(SocialEquityLog socialEquityLog)
|
boolean |
equals(Object obj)
|
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 |
getOriginalActionDate()
|
String |
getOriginalActionId()
|
boolean |
getOriginalActive()
|
long |
getOriginalAssetEntryId()
|
int |
getOriginalType()
|
long |
getOriginalUserId()
|
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. |
int |
hashCode()
|
boolean |
isActive()
Determines whether this social equity log is active. |
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 |
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 |
setGroupId(long groupId)
Sets the group id of this social equity log. |
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 com.liferay.portal.model.impl.BaseModelImpl |
---|
isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setNew |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.liferay.portlet.social.model.SocialEquityLogModel |
---|
isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setNew |
Field Detail |
---|
public static final String TABLE_NAME
public static final Object[][] TABLE_COLUMNS
public static final String TABLE_SQL_CREATE
public static final String TABLE_SQL_DROP
public static final String DATA_SOURCE
public static final String SESSION_FACTORY
public static final String TX_MANAGER
public static final boolean ENTITY_CACHE_ENABLED
public static final boolean FINDER_CACHE_ENABLED
public static final long LOCK_EXPIRATION_TIME
Constructor Detail |
---|
public SocialEquityLogModelImpl()
Method Detail |
---|
public long getPrimaryKey()
SocialEquityLogModel
getPrimaryKey
in interface SocialEquityLogModel
public void setPrimaryKey(long pk)
SocialEquityLogModel
setPrimaryKey
in interface SocialEquityLogModel
pk
- the primary key of this social equity logpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj
in interface BaseModel<SocialEquityLog>
getPrimaryKeyObj
in interface SocialEquityLogModel
public long getEquityLogId()
SocialEquityLogModel
getEquityLogId
in interface SocialEquityLogModel
public void setEquityLogId(long equityLogId)
SocialEquityLogModel
setEquityLogId
in interface SocialEquityLogModel
equityLogId
- the equity log id of this social equity logpublic long getGroupId()
SocialEquityLogModel
getGroupId
in interface SocialEquityLogModel
public void setGroupId(long groupId)
SocialEquityLogModel
setGroupId
in interface SocialEquityLogModel
groupId
- the group id of this social equity logpublic long getCompanyId()
SocialEquityLogModel
getCompanyId
in interface SocialEquityLogModel
public void setCompanyId(long companyId)
SocialEquityLogModel
setCompanyId
in interface SocialEquityLogModel
companyId
- the company id of this social equity logpublic long getUserId()
SocialEquityLogModel
getUserId
in interface SocialEquityLogModel
public void setUserId(long userId)
SocialEquityLogModel
setUserId
in interface SocialEquityLogModel
userId
- the user id of this social equity logpublic String getUserUuid() throws SystemException
SocialEquityLogModel
getUserUuid
in interface SocialEquityLogModel
SystemException
- if a system exception occurredpublic void setUserUuid(String userUuid)
SocialEquityLogModel
setUserUuid
in interface SocialEquityLogModel
userUuid
- the user uuid of this social equity logpublic long getOriginalUserId()
public long getAssetEntryId()
SocialEquityLogModel
getAssetEntryId
in interface SocialEquityLogModel
public void setAssetEntryId(long assetEntryId)
SocialEquityLogModel
setAssetEntryId
in interface SocialEquityLogModel
assetEntryId
- the asset entry id of this social equity logpublic long getOriginalAssetEntryId()
public String getActionId()
SocialEquityLogModel
getActionId
in interface SocialEquityLogModel
public void setActionId(String actionId)
SocialEquityLogModel
setActionId
in interface SocialEquityLogModel
actionId
- the action id of this social equity logpublic String getOriginalActionId()
public int getActionDate()
SocialEquityLogModel
getActionDate
in interface SocialEquityLogModel
public void setActionDate(int actionDate)
SocialEquityLogModel
setActionDate
in interface SocialEquityLogModel
actionDate
- the action date of this social equity logpublic int getOriginalActionDate()
public boolean getActive()
SocialEquityLogModel
getActive
in interface SocialEquityLogModel
public boolean isActive()
SocialEquityLogModel
isActive
in interface SocialEquityLogModel
public void setActive(boolean active)
SocialEquityLogModel
setActive
in interface SocialEquityLogModel
active
- the active of this social equity logpublic boolean getOriginalActive()
public int getExpiration()
SocialEquityLogModel
getExpiration
in interface SocialEquityLogModel
public void setExpiration(int expiration)
SocialEquityLogModel
setExpiration
in interface SocialEquityLogModel
expiration
- the expiration of this social equity logpublic int getType()
SocialEquityLogModel
getType
in interface SocialEquityLogModel
public void setType(int type)
SocialEquityLogModel
setType
in interface SocialEquityLogModel
type
- the type of this social equity logpublic int getOriginalType()
public int getValue()
SocialEquityLogModel
getValue
in interface SocialEquityLogModel
public void setValue(int value)
SocialEquityLogModel
setValue
in interface SocialEquityLogModel
value
- the value of this social equity logpublic SocialEquityLog toEscapedModel()
SocialEquityLogModel
AutoEscapeBeanHandler
.
toEscapedModel
in interface SocialEquityLogModel
AutoEscapeBeanHandler
public ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge
in interface BaseModel<SocialEquityLog>
getExpandoBridge
in interface SocialEquityLogModel
getExpandoBridge
in class BaseModelImpl<SocialEquityLog>
public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes
in interface BaseModel<SocialEquityLog>
setExpandoBridgeAttributes
in interface SocialEquityLogModel
setExpandoBridgeAttributes
in class BaseModelImpl<SocialEquityLog>
serviceContext
- the service context to retrieve the expando bridge
attributes fromServiceContext.getExpandoBridgeAttributes(
)
public Object clone()
BaseModel
clone
in interface BaseModel<SocialEquityLog>
clone
in interface SocialEquityLogModel
clone
in class BaseModelImpl<SocialEquityLog>
public int compareTo(SocialEquityLog socialEquityLog)
compareTo
in interface SocialEquityLogModel
compareTo
in interface Comparable<SocialEquityLog>
public boolean equals(Object obj)
equals
in class Object
public int hashCode()
hashCode
in interface SocialEquityLogModel
hashCode
in class Object
public String toString()
toString
in interface SocialEquityLogModel
toString
in class Object
public String toXmlString()
BaseModel
toXmlString
in interface BaseModel<SocialEquityLog>
toXmlString
in interface SocialEquityLogModel
|
Liferay 6.0.5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |