Liferay 6.0.5

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

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

Never modify this interface directly. Add methods to SocialEquityAssetEntryImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.

Never reference this interface directly. All methods that expect a social equity asset entry model instance should use the SocialEquityAssetEntry interface instead.

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.5