com.liferay.portlet.asset.model
Class AssetVocabularyWrapper

java.lang.Object
  extended by com.liferay.portlet.asset.model.AssetVocabularyWrapper
All Implemented Interfaces:
BaseModel<AssetVocabulary>, AssetVocabulary, AssetVocabularyModel, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<AssetVocabulary>

public class AssetVocabularyWrapper
extends java.lang.Object
implements AssetVocabulary

View Source

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

This class is a wrapper for AssetVocabulary.

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

Constructor Summary
AssetVocabularyWrapper(AssetVocabulary assetVocabulary)
           
 
Method Summary
 java.lang.Object clone()
           
 int compareTo(AssetVocabulary assetVocabulary)
           
 long getCompanyId()
           
 java.util.Date getCreateDate()
           
 java.lang.String getDescription()
           
 java.lang.String getDescription(java.util.Locale locale)
           
 java.lang.String getDescription(java.util.Locale locale, boolean useDefault)
           
 java.lang.String getDescription(java.lang.String languageId)
           
 java.lang.String getDescription(java.lang.String languageId, boolean useDefault)
           
 java.util.Map<java.util.Locale,java.lang.String> getDescriptionMap()
           
 ExpandoBridge getExpandoBridge()
           
 long getGroupId()
           
 java.util.Date getModifiedDate()
           
 java.lang.String getName()
           
 long getPrimaryKey()
           
 java.io.Serializable getPrimaryKeyObj()
           
 java.lang.String getSettings()
           
 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()
           
 AssetVocabulary getWrappedAssetVocabulary()
           
 int hashCode()
           
 boolean isCachedModel()
           
 boolean isEscapedModel()
           
 boolean isNew()
           
 void setCachedModel(boolean cachedModel)
           
 void setCompanyId(long companyId)
           
 void setCreateDate(java.util.Date createDate)
           
 void setDescription(java.util.Locale locale, java.lang.String description)
           
 void setDescription(java.lang.String description)
           
 void setDescriptionMap(java.util.Map<java.util.Locale,java.lang.String> descriptionMap)
           
 void setEscapedModel(boolean escapedModel)
           
 void setExpandoBridgeAttributes(ServiceContext serviceContext)
           
 void setGroupId(long groupId)
           
 void setModifiedDate(java.util.Date modifiedDate)
           
 void setName(java.lang.String name)
           
 boolean setNew(boolean n)
           
 void setPrimaryKey(long pk)
           
 void setSettings(java.lang.String settings)
           
 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)
           
 AssetVocabulary 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

AssetVocabularyWrapper

public AssetVocabularyWrapper(AssetVocabulary assetVocabulary)
Method Detail

getPrimaryKey

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

setPrimaryKey

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

getUuid

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

setUuid

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

getVocabularyId

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

setVocabularyId

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

getGroupId

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

setGroupId

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

getCompanyId

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

setCompanyId

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

getUserId

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

setUserId

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

getUserUuid

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

setUserUuid

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

getUserName

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

setUserName

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

getCreateDate

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

setCreateDate

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

getModifiedDate

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

setModifiedDate

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

getName

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

setName

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

getTitle

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

getTitle

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

getTitle

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

getTitle

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

getTitle

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

getTitleMap

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

setTitle

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

setTitle

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

setTitleMap

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

getDescription

public java.lang.String getDescription()
Specified by:
getDescription in interface AssetVocabularyModel

getDescription

public java.lang.String getDescription(java.util.Locale locale)
Specified by:
getDescription in interface AssetVocabularyModel

getDescription

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

getDescription

public java.lang.String getDescription(java.lang.String languageId)
Specified by:
getDescription in interface AssetVocabularyModel

getDescription

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

getDescriptionMap

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

setDescription

public void setDescription(java.lang.String description)
Specified by:
setDescription in interface AssetVocabularyModel

setDescription

public void setDescription(java.util.Locale locale,
                           java.lang.String description)
Specified by:
setDescription in interface AssetVocabularyModel

setDescriptionMap

public void setDescriptionMap(java.util.Map<java.util.Locale,java.lang.String> descriptionMap)
Specified by:
setDescriptionMap in interface AssetVocabularyModel

getSettings

public java.lang.String getSettings()
Specified by:
getSettings in interface AssetVocabularyModel

setSettings

public void setSettings(java.lang.String settings)
Specified by:
setSettings in interface AssetVocabularyModel

toEscapedModel

public AssetVocabulary toEscapedModel()
Specified by:
toEscapedModel in interface AssetVocabularyModel

isNew

public boolean isNew()
Specified by:
isNew in interface BaseModel<AssetVocabulary>
Specified by:
isNew in interface AssetVocabularyModel

setNew

public boolean setNew(boolean n)
Specified by:
setNew in interface BaseModel<AssetVocabulary>
Specified by:
setNew in interface AssetVocabularyModel

isCachedModel

public boolean isCachedModel()
Specified by:
isCachedModel in interface BaseModel<AssetVocabulary>
Specified by:
isCachedModel in interface AssetVocabularyModel

setCachedModel

public void setCachedModel(boolean cachedModel)
Specified by:
setCachedModel in interface BaseModel<AssetVocabulary>
Specified by:
setCachedModel in interface AssetVocabularyModel

isEscapedModel

public boolean isEscapedModel()
Specified by:
isEscapedModel in interface BaseModel<AssetVocabulary>
Specified by:
isEscapedModel in interface AssetVocabularyModel

setEscapedModel

public void setEscapedModel(boolean escapedModel)
Specified by:
setEscapedModel in interface BaseModel<AssetVocabulary>
Specified by:
setEscapedModel in interface AssetVocabularyModel

getPrimaryKeyObj

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

getExpandoBridge

public ExpandoBridge getExpandoBridge()
Specified by:
getExpandoBridge in interface BaseModel<AssetVocabulary>
Specified by:
getExpandoBridge in interface AssetVocabularyModel

setExpandoBridgeAttributes

public void setExpandoBridgeAttributes(ServiceContext serviceContext)
Specified by:
setExpandoBridgeAttributes in interface BaseModel<AssetVocabulary>
Specified by:
setExpandoBridgeAttributes in interface AssetVocabularyModel

clone

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

compareTo

public int compareTo(AssetVocabulary assetVocabulary)
Specified by:
compareTo in interface AssetVocabularyModel
Specified by:
compareTo in interface java.lang.Comparable<AssetVocabulary>

hashCode

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

toString

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

toXmlString

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

getWrappedAssetVocabulary

public AssetVocabulary getWrappedAssetVocabulary()