Liferay 6.0.3

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

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

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

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