Liferay 6.0.5

com.liferay.portlet.asset.model
Interface AssetLink

All Superinterfaces:
AssetLinkModel, BaseModel<AssetLink>, Cloneable, Comparable<AssetLink>, Serializable
All Known Implementing Classes:
AssetLinkImpl, AssetLinkWrapper

public interface AssetLink
extends AssetLinkModel

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

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

Never reference this interface directly. All methods that expect a asset link model instance should use the AssetLink interface instead.

See Also:
AssetLinkModel, AssetLinkImpl, AssetLinkModelImpl
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.asset.model.AssetLinkModel
clone, compareTo, getCompanyId, getCreateDate, getEntryId1, getEntryId2, getExpandoBridge, getLinkId, getPrimaryKey, getPrimaryKeyObj, getType, getUserId, getUserName, getUserUuid, getWeight, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setCompanyId, setCreateDate, setEntryId1, setEntryId2, setEscapedModel, setExpandoBridgeAttributes, setLinkId, setNew, setPrimaryKey, setType, setUserId, setUserName, setUserUuid, setWeight, toEscapedModel, toString, toXmlString
 


Liferay 6.0.5