com.liferay.portlet.asset.model
Interface AssetLinkModel
- All Superinterfaces:
- BaseModel<AssetLink>, java.lang.Cloneable, java.lang.Comparable<AssetLink>, java.io.Serializable
- All Known Subinterfaces:
- AssetLink
- All Known Implementing Classes:
- AssetLinkWrapper
public interface AssetLinkModel
- extends BaseModel<AssetLink>
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This interface is a model that represents the AssetLink table in the
database.
- Author:
- Brian Wing Shun Chan
- See Also:
AssetLink,
com.liferay.portlet.asset.model.impl.AssetLinkImpl,
com.liferay.portlet.asset.model.impl.AssetLinkModelImpl- Generated:
getPrimaryKey
long getPrimaryKey()
setPrimaryKey
void setPrimaryKey(long pk)
getLinkId
long getLinkId()
setLinkId
void setLinkId(long linkId)
getCompanyId
long getCompanyId()
setCompanyId
void setCompanyId(long companyId)
getUserId
long getUserId()
setUserId
void setUserId(long userId)
getUserUuid
java.lang.String getUserUuid()
throws SystemException
- Throws:
SystemException
setUserUuid
void setUserUuid(java.lang.String userUuid)
getUserName
java.lang.String getUserName()
setUserName
void setUserName(java.lang.String userName)
getCreateDate
java.util.Date getCreateDate()
setCreateDate
void setCreateDate(java.util.Date createDate)
getEntryId1
long getEntryId1()
setEntryId1
void setEntryId1(long entryId1)
getEntryId2
long getEntryId2()
setEntryId2
void setEntryId2(long entryId2)
getType
int getType()
setType
void setType(int type)
getWeight
int getWeight()
setWeight
void setWeight(int weight)
toEscapedModel
AssetLink toEscapedModel()
isNew
boolean isNew()
- Specified by:
isNew in interface BaseModel<AssetLink>
setNew
boolean setNew(boolean n)
- Specified by:
setNew in interface BaseModel<AssetLink>
isCachedModel
boolean isCachedModel()
- Specified by:
isCachedModel in interface BaseModel<AssetLink>
setCachedModel
void setCachedModel(boolean cachedModel)
- Specified by:
setCachedModel in interface BaseModel<AssetLink>
isEscapedModel
boolean isEscapedModel()
- Specified by:
isEscapedModel in interface BaseModel<AssetLink>
setEscapedModel
void setEscapedModel(boolean escapedModel)
- Specified by:
setEscapedModel in interface BaseModel<AssetLink>
getPrimaryKeyObj
java.io.Serializable getPrimaryKeyObj()
- Specified by:
getPrimaryKeyObj in interface BaseModel<AssetLink>
getExpandoBridge
ExpandoBridge getExpandoBridge()
- Specified by:
getExpandoBridge in interface BaseModel<AssetLink>
setExpandoBridgeAttributes
void setExpandoBridgeAttributes(ServiceContext serviceContext)
- Specified by:
setExpandoBridgeAttributes in interface BaseModel<AssetLink>
clone
java.lang.Object clone()
- Specified by:
clone in interface BaseModel<AssetLink>
compareTo
int compareTo(AssetLink assetLink)
- Specified by:
compareTo in interface java.lang.Comparable<AssetLink>
hashCode
int hashCode()
- Overrides:
hashCode in class java.lang.Object
toString
java.lang.String toString()
- Overrides:
toString in class java.lang.Object
toXmlString
java.lang.String toXmlString()
- Specified by:
toXmlString in interface BaseModel<AssetLink>