com.liferay.portlet.social.model
Interface SocialEquityLogModel
- All Superinterfaces:
- BaseModel<SocialEquityLog>, java.lang.Cloneable, java.lang.Comparable<SocialEquityLog>, java.io.Serializable
- All Known Subinterfaces:
- SocialEquityLog
- All Known Implementing Classes:
- SocialEquityLogWrapper
public interface SocialEquityLogModel
- extends BaseModel<SocialEquityLog>
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This interface is a model that represents the SocialEquityLog table in the
database.
- Author:
- Brian Wing Shun Chan
- See Also:
SocialEquityLog
,
com.liferay.portlet.social.model.impl.SocialEquityLogImpl
,
com.liferay.portlet.social.model.impl.SocialEquityLogModelImpl
- Generated:
getPrimaryKey
long getPrimaryKey()
setPrimaryKey
void setPrimaryKey(long pk)
getEquityLogId
long getEquityLogId()
setEquityLogId
void setEquityLogId(long equityLogId)
getGroupId
long getGroupId()
setGroupId
void setGroupId(long groupId)
getCompanyId
long getCompanyId()
setCompanyId
void setCompanyId(long companyId)
getUserId
long getUserId()
setUserId
void setUserId(long userId)
getUserUuid
java.lang.String getUserUuid()
throws SystemException
- Throws:
SystemException
setUserUuid
void setUserUuid(java.lang.String userUuid)
getAssetEntryId
long getAssetEntryId()
setAssetEntryId
void setAssetEntryId(long assetEntryId)
getActionId
java.lang.String getActionId()
setActionId
void setActionId(java.lang.String actionId)
getActionDate
int getActionDate()
setActionDate
void setActionDate(int actionDate)
getType
int getType()
setType
void setType(int type)
getValue
int getValue()
setValue
void setValue(int value)
getValidity
int getValidity()
setValidity
void setValidity(int validity)
getActive
boolean getActive()
isActive
boolean isActive()
setActive
void setActive(boolean active)
toEscapedModel
SocialEquityLog toEscapedModel()
isNew
boolean isNew()
- Specified by:
isNew
in interface BaseModel<SocialEquityLog>
setNew
boolean setNew(boolean n)
- Specified by:
setNew
in interface BaseModel<SocialEquityLog>
isCachedModel
boolean isCachedModel()
- Specified by:
isCachedModel
in interface BaseModel<SocialEquityLog>
setCachedModel
void setCachedModel(boolean cachedModel)
- Specified by:
setCachedModel
in interface BaseModel<SocialEquityLog>
isEscapedModel
boolean isEscapedModel()
- Specified by:
isEscapedModel
in interface BaseModel<SocialEquityLog>
setEscapedModel
void setEscapedModel(boolean escapedModel)
- Specified by:
setEscapedModel
in interface BaseModel<SocialEquityLog>
getPrimaryKeyObj
java.io.Serializable getPrimaryKeyObj()
- Specified by:
getPrimaryKeyObj
in interface BaseModel<SocialEquityLog>
getExpandoBridge
ExpandoBridge getExpandoBridge()
- Specified by:
getExpandoBridge
in interface BaseModel<SocialEquityLog>
setExpandoBridgeAttributes
void setExpandoBridgeAttributes(ServiceContext serviceContext)
- Specified by:
setExpandoBridgeAttributes
in interface BaseModel<SocialEquityLog>
clone
java.lang.Object clone()
- Specified by:
clone
in interface BaseModel<SocialEquityLog>
compareTo
int compareTo(SocialEquityLog socialEquityLog)
- Specified by:
compareTo
in interface java.lang.Comparable<SocialEquityLog>
hashCode
int hashCode()
- Overrides:
hashCode
in class java.lang.Object
toString
java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
toXmlString
java.lang.String toXmlString()
- Specified by:
toXmlString
in interface BaseModel<SocialEquityLog>