Liferay 6.0.3

com.liferay.portlet.social.model
Interface SocialEquityAssetEntry

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

public interface SocialEquityAssetEntry
extends SocialEquityAssetEntryModel

This interface is a model that represents the SocialEquityAssetEntry table in the database.

Customize SocialEquityAssetEntryImpl and rerun the ServiceBuilder to generate the new methods.

See Also:
SocialEquityAssetEntryModel, SocialEquityAssetEntryImpl, SocialEquityAssetEntryModelImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

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, setEscapedModel, setExpandoBridgeAttributes, setGroupId, setInformationB, setInformationK, setNew, setPrimaryKey, setUserId, setUserUuid, toEscapedModel, toString, toXmlString
 


Liferay 6.0.3