com.liferay.portlet.tags.model
Class TagsEntryWrapper

java.lang.Object
  extended by com.liferay.portlet.tags.model.TagsEntryWrapper
All Implemented Interfaces:
BaseModel<TagsEntry>, TagsEntry, TagsEntryModel, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<TagsEntry>

public class TagsEntryWrapper
extends java.lang.Object
implements TagsEntry

View Source

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

This class is a wrapper for TagsEntry.

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

Constructor Summary
TagsEntryWrapper(TagsEntry tagsEntry)
           
 
Method Summary
 java.lang.Object clone()
           
 int compareTo(TagsEntry tagsEntry)
           
 long getCompanyId()
           
 java.util.Date getCreateDate()
           
 long getEntryId()
           
 ExpandoBridge getExpandoBridge()
           
 long getGroupId()
           
 java.util.Date getModifiedDate()
           
 java.lang.String getName()
           
 long getParentEntryId()
           
 java.lang.String getParentName()
           
 long getPrimaryKey()
           
 java.io.Serializable getPrimaryKeyObj()
           
 long getUserId()
           
 java.lang.String getUserName()
           
 java.lang.String getUserUuid()
           
 TagsVocabulary getVocabulary()
           
 long getVocabularyId()
           
 TagsEntry getWrappedTagsEntry()
           
 int hashCode()
           
 boolean isCachedModel()
           
 boolean isCategory()
           
 boolean isEscapedModel()
           
 boolean isNew()
           
 void setCachedModel(boolean cachedModel)
           
 void setCompanyId(long companyId)
           
 void setCreateDate(java.util.Date createDate)
           
 void setEntryId(long entryId)
           
 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 setParentEntryId(long parentEntryId)
           
 void setPrimaryKey(long pk)
           
 void setUserId(long userId)
           
 void setUserName(java.lang.String userName)
           
 void setUserUuid(java.lang.String userUuid)
           
 void setVocabularyId(long vocabularyId)
           
 TagsEntry 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

TagsEntryWrapper

public TagsEntryWrapper(TagsEntry tagsEntry)
Method Detail

getPrimaryKey

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

setPrimaryKey

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

getEntryId

public long getEntryId()
Specified by:
getEntryId in interface TagsEntryModel

setEntryId

public void setEntryId(long entryId)
Specified by:
setEntryId in interface TagsEntryModel

getGroupId

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

setGroupId

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

getCompanyId

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

setCompanyId

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

getUserId

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

setUserId

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

getUserUuid

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

setUserUuid

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

getUserName

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

setUserName

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

getCreateDate

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

setCreateDate

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

getModifiedDate

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

setModifiedDate

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

getParentEntryId

public long getParentEntryId()
Specified by:
getParentEntryId in interface TagsEntryModel

setParentEntryId

public void setParentEntryId(long parentEntryId)
Specified by:
setParentEntryId in interface TagsEntryModel

getName

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

setName

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

getVocabularyId

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

setVocabularyId

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

isNew

public boolean isNew()
Specified by:
isNew in interface BaseModel<TagsEntry>
Specified by:
isNew in interface TagsEntryModel

setNew

public boolean setNew(boolean n)
Specified by:
setNew in interface BaseModel<TagsEntry>
Specified by:
setNew in interface TagsEntryModel

isCachedModel

public boolean isCachedModel()
Specified by:
isCachedModel in interface BaseModel<TagsEntry>
Specified by:
isCachedModel in interface TagsEntryModel

setCachedModel

public void setCachedModel(boolean cachedModel)
Specified by:
setCachedModel in interface BaseModel<TagsEntry>
Specified by:
setCachedModel in interface TagsEntryModel

isEscapedModel

public boolean isEscapedModel()
Specified by:
isEscapedModel in interface BaseModel<TagsEntry>
Specified by:
isEscapedModel in interface TagsEntryModel

setEscapedModel

public void setEscapedModel(boolean escapedModel)
Specified by:
setEscapedModel in interface BaseModel<TagsEntry>
Specified by:
setEscapedModel in interface TagsEntryModel

getPrimaryKeyObj

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

getExpandoBridge

public ExpandoBridge getExpandoBridge()
Specified by:
getExpandoBridge in interface BaseModel<TagsEntry>
Specified by:
getExpandoBridge in interface TagsEntryModel

setExpandoBridgeAttributes

public void setExpandoBridgeAttributes(ServiceContext serviceContext)
Specified by:
setExpandoBridgeAttributes in interface BaseModel<TagsEntry>
Specified by:
setExpandoBridgeAttributes in interface TagsEntryModel

clone

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

compareTo

public int compareTo(TagsEntry tagsEntry)
Specified by:
compareTo in interface TagsEntryModel
Specified by:
compareTo in interface java.lang.Comparable<TagsEntry>

hashCode

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

toEscapedModel

public TagsEntry toEscapedModel()
Specified by:
toEscapedModel in interface BaseModel<TagsEntry>
Specified by:
toEscapedModel in interface TagsEntryModel

toString

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

toXmlString

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

getParentName

public java.lang.String getParentName()
                               throws com.liferay.portal.PortalException,
                                      com.liferay.portal.SystemException
Specified by:
getParentName in interface TagsEntry
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getVocabulary

public TagsVocabulary getVocabulary()
                             throws com.liferay.portal.PortalException,
                                    com.liferay.portal.SystemException
Specified by:
getVocabulary in interface TagsEntry
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

isCategory

public boolean isCategory()
                   throws com.liferay.portal.PortalException,
                          com.liferay.portal.SystemException
Specified by:
isCategory in interface TagsEntry
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getWrappedTagsEntry

public TagsEntry getWrappedTagsEntry()