com.liferay.portlet.asset.model
Interface AssetCategoryModel
- All Superinterfaces:
- BaseModel<AssetCategory>, java.lang.Cloneable, java.lang.Comparable<AssetCategory>, java.io.Serializable
- All Known Subinterfaces:
- AssetCategory
- All Known Implementing Classes:
- AssetCategoryWrapper
public interface AssetCategoryModel
- extends BaseModel<AssetCategory>
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 AssetCategory table in the
database.
- Author:
- Brian Wing Shun Chan
- See Also:
AssetCategory
,
com.liferay.portlet.asset.model.impl.AssetCategoryImpl
,
com.liferay.portlet.asset.model.impl.AssetCategoryModelImpl
- Generated:
getPrimaryKey
long getPrimaryKey()
setPrimaryKey
void setPrimaryKey(long pk)
getUuid
java.lang.String getUuid()
setUuid
void setUuid(java.lang.String uuid)
getCategoryId
long getCategoryId()
setCategoryId
void setCategoryId(long categoryId)
getGroupId
long getGroupId()
setGroupId
void setGroupId(long groupId)
getCompanyId
long getCompanyId()
setCompanyId
void setCompanyId(long companyId)
getUserId
long getUserId()
setUserId
void setUserId(long userId)
getUserUuid
java.lang.String getUserUuid()
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.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)
getModifiedDate
java.util.Date getModifiedDate()
setModifiedDate
void setModifiedDate(java.util.Date modifiedDate)
getParentCategoryId
long getParentCategoryId()
setParentCategoryId
void setParentCategoryId(long parentCategoryId)
getLeftCategoryId
long getLeftCategoryId()
setLeftCategoryId
void setLeftCategoryId(long leftCategoryId)
getRightCategoryId
long getRightCategoryId()
setRightCategoryId
void setRightCategoryId(long rightCategoryId)
getName
java.lang.String getName()
setName
void setName(java.lang.String name)
getTitle
java.lang.String getTitle()
getTitle
java.lang.String getTitle(java.util.Locale locale)
getTitle
java.lang.String getTitle(java.util.Locale locale,
boolean useDefault)
getTitle
java.lang.String getTitle(java.lang.String languageId)
getTitle
java.lang.String getTitle(java.lang.String languageId,
boolean useDefault)
getTitleMap
java.util.Map<java.util.Locale,java.lang.String> getTitleMap()
setTitle
void setTitle(java.lang.String title)
setTitle
void setTitle(java.util.Locale locale,
java.lang.String title)
setTitleMap
void setTitleMap(java.util.Map<java.util.Locale,java.lang.String> titleMap)
getVocabularyId
long getVocabularyId()
setVocabularyId
void setVocabularyId(long vocabularyId)
toEscapedModel
AssetCategory toEscapedModel()
isNew
boolean isNew()
- Specified by:
isNew
in interface BaseModel<AssetCategory>
setNew
boolean setNew(boolean n)
- Specified by:
setNew
in interface BaseModel<AssetCategory>
isCachedModel
boolean isCachedModel()
- Specified by:
isCachedModel
in interface BaseModel<AssetCategory>
setCachedModel
void setCachedModel(boolean cachedModel)
- Specified by:
setCachedModel
in interface BaseModel<AssetCategory>
isEscapedModel
boolean isEscapedModel()
- Specified by:
isEscapedModel
in interface BaseModel<AssetCategory>
setEscapedModel
void setEscapedModel(boolean escapedModel)
- Specified by:
setEscapedModel
in interface BaseModel<AssetCategory>
getPrimaryKeyObj
java.io.Serializable getPrimaryKeyObj()
- Specified by:
getPrimaryKeyObj
in interface BaseModel<AssetCategory>
getExpandoBridge
ExpandoBridge getExpandoBridge()
- Specified by:
getExpandoBridge
in interface BaseModel<AssetCategory>
setExpandoBridgeAttributes
void setExpandoBridgeAttributes(ServiceContext serviceContext)
- Specified by:
setExpandoBridgeAttributes
in interface BaseModel<AssetCategory>
clone
java.lang.Object clone()
- Specified by:
clone
in interface BaseModel<AssetCategory>
compareTo
int compareTo(AssetCategory assetCategory)
- Specified by:
compareTo
in interface java.lang.Comparable<AssetCategory>
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<AssetCategory>