com.liferay.portlet.asset.model
Class AssetCategoryWrapper

java.lang.Object
  extended by com.liferay.portlet.asset.model.AssetCategoryWrapper
All Implemented Interfaces:
BaseModel<AssetCategory>, AssetCategory, AssetCategoryModel, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<AssetCategory>

public class AssetCategoryWrapper
extends java.lang.Object
implements AssetCategory

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This class is a wrapper for AssetCategory.

Author:
Brian Wing Shun Chan
See Also:
AssetCategory, Serialized Form
Generated:

Constructor Summary
AssetCategoryWrapper(AssetCategory assetCategory)
           
 
Method Summary
 java.lang.Object clone()
           
 int compareTo(AssetCategory assetCategory)
           
 java.util.List<AssetCategory> getAncestors()
           
 long getCategoryId()
           
 long getCompanyId()
           
 java.util.Date getCreateDate()
           
 ExpandoBridge getExpandoBridge()
           
 long getGroupId()
           
 long getLeftCategoryId()
           
 java.util.Date getModifiedDate()
           
 java.lang.String getName()
           
 long getParentCategoryId()
           
 long getPrimaryKey()
           
 java.io.Serializable getPrimaryKeyObj()
           
 long getRightCategoryId()
           
 java.lang.String getTitle()
           
 java.lang.String getTitle(java.util.Locale locale)
           
 java.lang.String getTitle(java.util.Locale locale, boolean useDefault)
           
 java.lang.String getTitle(java.lang.String languageId)
           
 java.lang.String getTitle(java.lang.String languageId, boolean useDefault)
           
 java.util.Map<java.util.Locale,java.lang.String> getTitleMap()
           
 long getUserId()
           
 java.lang.String getUserName()
           
 java.lang.String getUserUuid()
           
 java.lang.String getUuid()
           
 long getVocabularyId()
           
 AssetCategory getWrappedAssetCategory()
           
 int hashCode()
           
 boolean isCachedModel()
           
 boolean isEscapedModel()
           
 boolean isNew()
           
 boolean isRootCategory()
           
 void setCachedModel(boolean cachedModel)
           
 void setCategoryId(long categoryId)
           
 void setCompanyId(long companyId)
           
 void setCreateDate(java.util.Date createDate)
           
 void setEscapedModel(boolean escapedModel)
           
 void setExpandoBridgeAttributes(ServiceContext serviceContext)
           
 void setGroupId(long groupId)
           
 void setLeftCategoryId(long leftCategoryId)
           
 void setModifiedDate(java.util.Date modifiedDate)
           
 void setName(java.lang.String name)
           
 boolean setNew(boolean n)
           
 void setParentCategoryId(long parentCategoryId)
           
 void setPrimaryKey(long pk)
           
 void setRightCategoryId(long rightCategoryId)
           
 void setTitle(java.util.Locale locale, java.lang.String title)
           
 void setTitle(java.lang.String title)
           
 void setTitleMap(java.util.Map<java.util.Locale,java.lang.String> titleMap)
           
 void setUserId(long userId)
           
 void setUserName(java.lang.String userName)
           
 void setUserUuid(java.lang.String userUuid)
           
 void setUuid(java.lang.String uuid)
           
 void setVocabularyId(long vocabularyId)
           
 AssetCategory toEscapedModel()
           
 java.lang.String toString()
           
 java.lang.String toXmlString()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AssetCategoryWrapper

public AssetCategoryWrapper(AssetCategory assetCategory)
Method Detail

getPrimaryKey

public long getPrimaryKey()
Specified by:
getPrimaryKey in interface AssetCategoryModel

setPrimaryKey

public void setPrimaryKey(long pk)
Specified by:
setPrimaryKey in interface AssetCategoryModel

getUuid

public java.lang.String getUuid()
Specified by:
getUuid in interface AssetCategoryModel

setUuid

public void setUuid(java.lang.String uuid)
Specified by:
setUuid in interface AssetCategoryModel

getCategoryId

public long getCategoryId()
Specified by:
getCategoryId in interface AssetCategoryModel

setCategoryId

public void setCategoryId(long categoryId)
Specified by:
setCategoryId in interface AssetCategoryModel

getGroupId

public long getGroupId()
Specified by:
getGroupId in interface AssetCategoryModel

setGroupId

public void setGroupId(long groupId)
Specified by:
setGroupId in interface AssetCategoryModel

getCompanyId

public long getCompanyId()
Specified by:
getCompanyId in interface AssetCategoryModel

setCompanyId

public void setCompanyId(long companyId)
Specified by:
setCompanyId in interface AssetCategoryModel

getUserId

public long getUserId()
Specified by:
getUserId in interface AssetCategoryModel

setUserId

public void setUserId(long userId)
Specified by:
setUserId in interface AssetCategoryModel

getUserUuid

public java.lang.String getUserUuid()
                             throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getUserUuid in interface AssetCategoryModel
Throws:
com.liferay.portal.kernel.exception.SystemException

setUserUuid

public void setUserUuid(java.lang.String userUuid)
Specified by:
setUserUuid in interface AssetCategoryModel

getUserName

public java.lang.String getUserName()
Specified by:
getUserName in interface AssetCategoryModel

setUserName

public void setUserName(java.lang.String userName)
Specified by:
setUserName in interface AssetCategoryModel

getCreateDate

public java.util.Date getCreateDate()
Specified by:
getCreateDate in interface AssetCategoryModel

setCreateDate

public void setCreateDate(java.util.Date createDate)
Specified by:
setCreateDate in interface AssetCategoryModel

getModifiedDate

public java.util.Date getModifiedDate()
Specified by:
getModifiedDate in interface AssetCategoryModel

setModifiedDate

public void setModifiedDate(java.util.Date modifiedDate)
Specified by:
setModifiedDate in interface AssetCategoryModel

getParentCategoryId

public long getParentCategoryId()
Specified by:
getParentCategoryId in interface AssetCategoryModel

setParentCategoryId

public void setParentCategoryId(long parentCategoryId)
Specified by:
setParentCategoryId in interface AssetCategoryModel

getLeftCategoryId

public long getLeftCategoryId()
Specified by:
getLeftCategoryId in interface AssetCategoryModel

setLeftCategoryId

public void setLeftCategoryId(long leftCategoryId)
Specified by:
setLeftCategoryId in interface AssetCategoryModel

getRightCategoryId

public long getRightCategoryId()
Specified by:
getRightCategoryId in interface AssetCategoryModel

setRightCategoryId

public void setRightCategoryId(long rightCategoryId)
Specified by:
setRightCategoryId in interface AssetCategoryModel

getName

public java.lang.String getName()
Specified by:
getName in interface AssetCategoryModel

setName

public void setName(java.lang.String name)
Specified by:
setName in interface AssetCategoryModel

getTitle

public java.lang.String getTitle()
Specified by:
getTitle in interface AssetCategoryModel

getTitle

public java.lang.String getTitle(java.util.Locale locale)
Specified by:
getTitle in interface AssetCategoryModel

getTitle

public java.lang.String getTitle(java.util.Locale locale,
                                 boolean useDefault)
Specified by:
getTitle in interface AssetCategoryModel

getTitle

public java.lang.String getTitle(java.lang.String languageId)
Specified by:
getTitle in interface AssetCategoryModel

getTitle

public java.lang.String getTitle(java.lang.String languageId,
                                 boolean useDefault)
Specified by:
getTitle in interface AssetCategoryModel

getTitleMap

public java.util.Map<java.util.Locale,java.lang.String> getTitleMap()
Specified by:
getTitleMap in interface AssetCategoryModel

setTitle

public void setTitle(java.lang.String title)
Specified by:
setTitle in interface AssetCategoryModel

setTitle

public void setTitle(java.util.Locale locale,
                     java.lang.String title)
Specified by:
setTitle in interface AssetCategoryModel

setTitleMap

public void setTitleMap(java.util.Map<java.util.Locale,java.lang.String> titleMap)
Specified by:
setTitleMap in interface AssetCategoryModel

getVocabularyId

public long getVocabularyId()
Specified by:
getVocabularyId in interface AssetCategoryModel

setVocabularyId

public void setVocabularyId(long vocabularyId)
Specified by:
setVocabularyId in interface AssetCategoryModel

toEscapedModel

public AssetCategory toEscapedModel()
Specified by:
toEscapedModel in interface AssetCategoryModel

isNew

public boolean isNew()
Specified by:
isNew in interface BaseModel<AssetCategory>
Specified by:
isNew in interface AssetCategoryModel

setNew

public boolean setNew(boolean n)
Specified by:
setNew in interface BaseModel<AssetCategory>
Specified by:
setNew in interface AssetCategoryModel

isCachedModel

public boolean isCachedModel()
Specified by:
isCachedModel in interface BaseModel<AssetCategory>
Specified by:
isCachedModel in interface AssetCategoryModel

setCachedModel

public void setCachedModel(boolean cachedModel)
Specified by:
setCachedModel in interface BaseModel<AssetCategory>
Specified by:
setCachedModel in interface AssetCategoryModel

isEscapedModel

public boolean isEscapedModel()
Specified by:
isEscapedModel in interface BaseModel<AssetCategory>
Specified by:
isEscapedModel in interface AssetCategoryModel

setEscapedModel

public void setEscapedModel(boolean escapedModel)
Specified by:
setEscapedModel in interface BaseModel<AssetCategory>
Specified by:
setEscapedModel in interface AssetCategoryModel

getPrimaryKeyObj

public java.io.Serializable getPrimaryKeyObj()
Specified by:
getPrimaryKeyObj in interface BaseModel<AssetCategory>
Specified by:
getPrimaryKeyObj in interface AssetCategoryModel

getExpandoBridge

public ExpandoBridge getExpandoBridge()
Specified by:
getExpandoBridge in interface BaseModel<AssetCategory>
Specified by:
getExpandoBridge in interface AssetCategoryModel

setExpandoBridgeAttributes

public void setExpandoBridgeAttributes(ServiceContext serviceContext)
Specified by:
setExpandoBridgeAttributes in interface BaseModel<AssetCategory>
Specified by:
setExpandoBridgeAttributes in interface AssetCategoryModel

clone

public java.lang.Object clone()
Specified by:
clone in interface BaseModel<AssetCategory>
Specified by:
clone in interface AssetCategoryModel
Overrides:
clone in class java.lang.Object

compareTo

public int compareTo(AssetCategory assetCategory)
Specified by:
compareTo in interface AssetCategoryModel
Specified by:
compareTo in interface java.lang.Comparable<AssetCategory>

hashCode

public int hashCode()
Specified by:
hashCode in interface AssetCategoryModel
Overrides:
hashCode in class java.lang.Object

toString

public java.lang.String toString()
Specified by:
toString in interface AssetCategoryModel
Overrides:
toString in class java.lang.Object

toXmlString

public java.lang.String toXmlString()
Specified by:
toXmlString in interface BaseModel<AssetCategory>
Specified by:
toXmlString in interface AssetCategoryModel

getAncestors

public java.util.List<AssetCategory> getAncestors()
                                           throws com.liferay.portal.kernel.exception.PortalException,
                                                  com.liferay.portal.kernel.exception.SystemException
Specified by:
getAncestors in interface AssetCategory
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

isRootCategory

public boolean isRootCategory()
Specified by:
isRootCategory in interface AssetCategory

getWrappedAssetCategory

public AssetCategory getWrappedAssetCategory()