com.liferay.portlet.social.model
Interface SocialEquityAssetEntryModel
- All Superinterfaces:
- BaseModel<SocialEquityAssetEntry>, java.lang.Cloneable, java.lang.Comparable<SocialEquityAssetEntry>, java.io.Serializable
- All Known Subinterfaces:
- SocialEquityAssetEntry
- All Known Implementing Classes:
- SocialEquityAssetEntryWrapper
public interface SocialEquityAssetEntryModel
- extends BaseModel<SocialEquityAssetEntry>
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 SocialEquityAssetEntry table in the
database.
- Author:
- Brian Wing Shun Chan
- See Also:
SocialEquityAssetEntry
,
com.liferay.portlet.social.model.impl.SocialEquityAssetEntryImpl
,
com.liferay.portlet.social.model.impl.SocialEquityAssetEntryModelImpl
- Generated:
getPrimaryKey
long getPrimaryKey()
setPrimaryKey
void setPrimaryKey(long pk)
getEquityAssetEntryId
long getEquityAssetEntryId()
setEquityAssetEntryId
void setEquityAssetEntryId(long equityAssetEntryId)
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)
getInformationK
double getInformationK()
setInformationK
void setInformationK(double informationK)
getInformationB
double getInformationB()
setInformationB
void setInformationB(double informationB)
getInformationEquity
double getInformationEquity()
setInformationEquity
void setInformationEquity(double informationEquity)
toEscapedModel
SocialEquityAssetEntry toEscapedModel()
isNew
boolean isNew()
- Specified by:
isNew
in interface BaseModel<SocialEquityAssetEntry>
setNew
boolean setNew(boolean n)
- Specified by:
setNew
in interface BaseModel<SocialEquityAssetEntry>
isCachedModel
boolean isCachedModel()
- Specified by:
isCachedModel
in interface BaseModel<SocialEquityAssetEntry>
setCachedModel
void setCachedModel(boolean cachedModel)
- Specified by:
setCachedModel
in interface BaseModel<SocialEquityAssetEntry>
isEscapedModel
boolean isEscapedModel()
- Specified by:
isEscapedModel
in interface BaseModel<SocialEquityAssetEntry>
setEscapedModel
void setEscapedModel(boolean escapedModel)
- Specified by:
setEscapedModel
in interface BaseModel<SocialEquityAssetEntry>
getPrimaryKeyObj
java.io.Serializable getPrimaryKeyObj()
- Specified by:
getPrimaryKeyObj
in interface BaseModel<SocialEquityAssetEntry>
getExpandoBridge
ExpandoBridge getExpandoBridge()
- Specified by:
getExpandoBridge
in interface BaseModel<SocialEquityAssetEntry>
setExpandoBridgeAttributes
void setExpandoBridgeAttributes(ServiceContext serviceContext)
- Specified by:
setExpandoBridgeAttributes
in interface BaseModel<SocialEquityAssetEntry>
clone
java.lang.Object clone()
- Specified by:
clone
in interface BaseModel<SocialEquityAssetEntry>
compareTo
int compareTo(SocialEquityAssetEntry socialEquityAssetEntry)
- Specified by:
compareTo
in interface java.lang.Comparable<SocialEquityAssetEntry>
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<SocialEquityAssetEntry>