@ProviderType public interface AssetEntryAssetCategoryRelModel extends com.liferay.portal.kernel.model.BaseModel<AssetEntryAssetCategoryRel>
This interface and its corresponding implementation com.liferay.asset.entry.rel.model.impl.AssetEntryAssetCategoryRelModelImpl
exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in com.liferay.asset.entry.rel.model.impl.AssetEntryAssetCategoryRelImpl
.
AssetEntryAssetCategoryRel
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone() |
int |
compareTo(AssetEntryAssetCategoryRel assetEntryAssetCategoryRel) |
long |
getAssetCategoryId()
Returns the asset category ID of this asset entry asset category rel.
|
long |
getAssetEntryAssetCategoryRelId()
Returns the asset entry asset category rel ID of this asset entry asset category rel.
|
long |
getAssetEntryId()
Returns the asset entry ID of this asset entry asset category rel.
|
com.liferay.expando.kernel.model.ExpandoBridge |
getExpandoBridge() |
long |
getPrimaryKey()
Returns the primary key of this asset entry asset category rel.
|
java.io.Serializable |
getPrimaryKeyObj() |
int |
getPriority()
Returns the priority of this asset entry asset category rel.
|
int |
hashCode() |
boolean |
isCachedModel() |
boolean |
isEscapedModel() |
boolean |
isNew() |
void |
setAssetCategoryId(long assetCategoryId)
Sets the asset category ID of this asset entry asset category rel.
|
void |
setAssetEntryAssetCategoryRelId(long assetEntryAssetCategoryRelId)
Sets the asset entry asset category rel ID of this asset entry asset category rel.
|
void |
setAssetEntryId(long assetEntryId)
Sets the asset entry ID of this asset entry asset category rel.
|
void |
setCachedModel(boolean cachedModel) |
void |
setExpandoBridgeAttributes(com.liferay.portal.kernel.model.BaseModel<?> baseModel) |
void |
setExpandoBridgeAttributes(com.liferay.expando.kernel.model.ExpandoBridge expandoBridge) |
void |
setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
setNew(boolean n) |
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this asset entry asset category rel.
|
void |
setPrimaryKeyObj(java.io.Serializable primaryKeyObj) |
void |
setPriority(int priority)
Sets the priority of this asset entry asset category rel.
|
com.liferay.portal.kernel.model.CacheModel<AssetEntryAssetCategoryRel> |
toCacheModel() |
AssetEntryAssetCategoryRel |
toEscapedModel() |
java.lang.String |
toString() |
AssetEntryAssetCategoryRel |
toUnescapedModel() |
java.lang.String |
toXmlString() |
long getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey
- the primary key of this asset entry asset category rellong getAssetEntryAssetCategoryRelId()
void setAssetEntryAssetCategoryRelId(long assetEntryAssetCategoryRelId)
assetEntryAssetCategoryRelId
- the asset entry asset category rel ID of this asset entry asset category rellong getAssetEntryId()
void setAssetEntryId(long assetEntryId)
assetEntryId
- the asset entry ID of this asset entry asset category rellong getAssetCategoryId()
void setAssetCategoryId(long assetCategoryId)
assetCategoryId
- the asset category ID of this asset entry asset category relint getPriority()
void setPriority(int priority)
priority
- the priority of this asset entry asset category relboolean isNew()
isNew
in interface com.liferay.portal.kernel.model.BaseModel<AssetEntryAssetCategoryRel>
void setNew(boolean n)
setNew
in interface com.liferay.portal.kernel.model.BaseModel<AssetEntryAssetCategoryRel>
boolean isCachedModel()
isCachedModel
in interface com.liferay.portal.kernel.model.BaseModel<AssetEntryAssetCategoryRel>
void setCachedModel(boolean cachedModel)
setCachedModel
in interface com.liferay.portal.kernel.model.BaseModel<AssetEntryAssetCategoryRel>
boolean isEscapedModel()
isEscapedModel
in interface com.liferay.portal.kernel.model.BaseModel<AssetEntryAssetCategoryRel>
java.io.Serializable getPrimaryKeyObj()
getPrimaryKeyObj
in interface com.liferay.portal.kernel.model.BaseModel<AssetEntryAssetCategoryRel>
getPrimaryKeyObj
in interface com.liferay.portal.kernel.model.ClassedModel
void setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
setPrimaryKeyObj
in interface com.liferay.portal.kernel.model.BaseModel<AssetEntryAssetCategoryRel>
setPrimaryKeyObj
in interface com.liferay.portal.kernel.model.ClassedModel
com.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()
getExpandoBridge
in interface com.liferay.portal.kernel.model.BaseModel<AssetEntryAssetCategoryRel>
getExpandoBridge
in interface com.liferay.portal.kernel.model.ClassedModel
void setExpandoBridgeAttributes(com.liferay.portal.kernel.model.BaseModel<?> baseModel)
setExpandoBridgeAttributes
in interface com.liferay.portal.kernel.model.BaseModel<AssetEntryAssetCategoryRel>
void setExpandoBridgeAttributes(com.liferay.expando.kernel.model.ExpandoBridge expandoBridge)
setExpandoBridgeAttributes
in interface com.liferay.portal.kernel.model.BaseModel<AssetEntryAssetCategoryRel>
void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext)
setExpandoBridgeAttributes
in interface com.liferay.portal.kernel.model.BaseModel<AssetEntryAssetCategoryRel>
java.lang.Object clone()
clone
in interface com.liferay.portal.kernel.model.BaseModel<AssetEntryAssetCategoryRel>
int compareTo(AssetEntryAssetCategoryRel assetEntryAssetCategoryRel)
compareTo
in interface java.lang.Comparable<AssetEntryAssetCategoryRel>
int hashCode()
hashCode
in class java.lang.Object
com.liferay.portal.kernel.model.CacheModel<AssetEntryAssetCategoryRel> toCacheModel()
toCacheModel
in interface com.liferay.portal.kernel.model.BaseModel<AssetEntryAssetCategoryRel>
AssetEntryAssetCategoryRel toEscapedModel()
toEscapedModel
in interface com.liferay.portal.kernel.model.BaseModel<AssetEntryAssetCategoryRel>
AssetEntryAssetCategoryRel toUnescapedModel()
toUnescapedModel
in interface com.liferay.portal.kernel.model.BaseModel<AssetEntryAssetCategoryRel>
java.lang.String toString()
toString
in class java.lang.Object
java.lang.String toXmlString()
toXmlString
in interface com.liferay.portal.kernel.model.BaseModel<AssetEntryAssetCategoryRel>