Liferay 6.1.0

com.liferay.portlet.social.model
Interface SocialEquityAssetEntry

All Superinterfaces:
BaseModel<SocialEquityAssetEntry>, ClassedModel, Cloneable, Comparable<SocialEquityAssetEntry>, Serializable, SocialEquityAssetEntryModel
All Known Implementing Classes:
SocialEquityAssetEntryWrapper

public interface SocialEquityAssetEntry
extends SocialEquityAssetEntryModel

The extended model interface for the SocialEquityAssetEntry service. Represents a row in the "SocialEquityAssetEntry" database table, with each column mapped to a property of this class.

See Also:
SocialEquityAssetEntryModel, SocialEquityAssetEntryImpl, SocialEquityAssetEntryModelImpl

Method Summary
 
Methods inherited from interface com.liferay.portlet.social.model.SocialEquityAssetEntryModel
clone, compareTo, getAssetEntryId, getCompanyId, getEquityAssetEntryId, getExpandoBridge, getGroupId, getInformationB, getInformationK, getPrimaryKey, getPrimaryKeyObj, getUserId, getUserUuid, hashCode, isCachedModel, isEscapedModel, isNew, setAssetEntryId, setCachedModel, setCompanyId, setEquityAssetEntryId, setExpandoBridgeAttributes, setGroupId, setInformationB, setInformationK, setNew, setPrimaryKey, setPrimaryKeyObj, setUserId, setUserUuid, toCacheModel, toEscapedModel, toString, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
resetOriginalValues
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 


Liferay 6.1.0