com.liferay.portlet.tags.model
Class TagsVocabularyWrapper

java.lang.Object
  extended by com.liferay.portlet.tags.model.TagsVocabularyWrapper
All Implemented Interfaces:
BaseModel<TagsVocabulary>, TagsVocabulary, TagsVocabularyModel, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<TagsVocabulary>

public class TagsVocabularyWrapper
extends java.lang.Object
implements TagsVocabulary

View Source

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

This class is a wrapper for TagsVocabulary.

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

Constructor Summary
TagsVocabularyWrapper(TagsVocabulary tagsVocabulary)
           
 
Method Summary
 java.lang.Object clone()
           
 int compareTo(TagsVocabulary tagsVocabulary)
           
 long getCompanyId()
           
 java.util.Date getCreateDate()
           
 java.lang.String getDescription()
           
 ExpandoBridge getExpandoBridge()
           
 boolean getFolksonomy()
           
 long getGroupId()
           
 java.util.Date getModifiedDate()
           
 java.lang.String getName()
           
 long getPrimaryKey()
           
 java.io.Serializable getPrimaryKeyObj()
           
 long getUserId()
           
 java.lang.String getUserName()
           
 java.lang.String getUserUuid()
           
 long getVocabularyId()
           
 TagsVocabulary getWrappedTagsVocabulary()
           
 int hashCode()
           
 boolean isCachedModel()
           
 boolean isEscapedModel()
           
 boolean isFolksonomy()
           
 boolean isNew()
           
 void setCachedModel(boolean cachedModel)
           
 void setCompanyId(long companyId)
           
 void setCreateDate(java.util.Date createDate)
           
 void setDescription(java.lang.String description)
           
 void setEscapedModel(boolean escapedModel)
           
 void setExpandoBridgeAttributes(ServiceContext serviceContext)
           
 void setFolksonomy(boolean folksonomy)
           
 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 setUserId(long userId)
           
 void setUserName(java.lang.String userName)
           
 void setUserUuid(java.lang.String userUuid)
           
 void setVocabularyId(long vocabularyId)
           
 TagsVocabulary 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

TagsVocabularyWrapper

public TagsVocabularyWrapper(TagsVocabulary tagsVocabulary)
Method Detail

getPrimaryKey

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

setPrimaryKey

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

getVocabularyId

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

setVocabularyId

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

getGroupId

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

setGroupId

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

getCompanyId

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

setCompanyId

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

getUserId

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

setUserId

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

getUserUuid

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

setUserUuid

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

getUserName

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

setUserName

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

getCreateDate

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

setCreateDate

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

getModifiedDate

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

setModifiedDate

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

getName

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

setName

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

getDescription

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

setDescription

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

getFolksonomy

public boolean getFolksonomy()
Specified by:
getFolksonomy in interface TagsVocabularyModel

isFolksonomy

public boolean isFolksonomy()
Specified by:
isFolksonomy in interface TagsVocabularyModel

setFolksonomy

public void setFolksonomy(boolean folksonomy)
Specified by:
setFolksonomy in interface TagsVocabularyModel

isNew

public boolean isNew()
Specified by:
isNew in interface BaseModel<TagsVocabulary>
Specified by:
isNew in interface TagsVocabularyModel

setNew

public boolean setNew(boolean n)
Specified by:
setNew in interface BaseModel<TagsVocabulary>
Specified by:
setNew in interface TagsVocabularyModel

isCachedModel

public boolean isCachedModel()
Specified by:
isCachedModel in interface BaseModel<TagsVocabulary>
Specified by:
isCachedModel in interface TagsVocabularyModel

setCachedModel

public void setCachedModel(boolean cachedModel)
Specified by:
setCachedModel in interface BaseModel<TagsVocabulary>
Specified by:
setCachedModel in interface TagsVocabularyModel

isEscapedModel

public boolean isEscapedModel()
Specified by:
isEscapedModel in interface BaseModel<TagsVocabulary>
Specified by:
isEscapedModel in interface TagsVocabularyModel

setEscapedModel

public void setEscapedModel(boolean escapedModel)
Specified by:
setEscapedModel in interface BaseModel<TagsVocabulary>
Specified by:
setEscapedModel in interface TagsVocabularyModel

getPrimaryKeyObj

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

getExpandoBridge

public ExpandoBridge getExpandoBridge()
Specified by:
getExpandoBridge in interface BaseModel<TagsVocabulary>
Specified by:
getExpandoBridge in interface TagsVocabularyModel

setExpandoBridgeAttributes

public void setExpandoBridgeAttributes(ServiceContext serviceContext)
Specified by:
setExpandoBridgeAttributes in interface BaseModel<TagsVocabulary>
Specified by:
setExpandoBridgeAttributes in interface TagsVocabularyModel

clone

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

compareTo

public int compareTo(TagsVocabulary tagsVocabulary)
Specified by:
compareTo in interface TagsVocabularyModel
Specified by:
compareTo in interface java.lang.Comparable<TagsVocabulary>

hashCode

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

toEscapedModel

public TagsVocabulary toEscapedModel()
Specified by:
toEscapedModel in interface BaseModel<TagsVocabulary>
Specified by:
toEscapedModel in interface TagsVocabularyModel

toString

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

toXmlString

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

getWrappedTagsVocabulary

public TagsVocabulary getWrappedTagsVocabulary()