com.liferay.portlet.tags.model
Class TagsPropertyWrapper

java.lang.Object
  extended by com.liferay.portlet.tags.model.TagsPropertyWrapper
All Implemented Interfaces:
BaseModel<TagsProperty>, TagsProperty, TagsPropertyModel, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<TagsProperty>

public class TagsPropertyWrapper
extends java.lang.Object
implements TagsProperty

View Source

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

This class is a wrapper for TagsProperty.

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

Constructor Summary
TagsPropertyWrapper(TagsProperty tagsProperty)
           
 
Method Summary
 java.lang.Object clone()
           
 int compareTo(TagsProperty tagsProperty)
           
 long getCompanyId()
           
 java.util.Date getCreateDate()
           
 long getEntryId()
           
 ExpandoBridge getExpandoBridge()
           
 java.lang.String getKey()
           
 java.util.Date getModifiedDate()
           
 long getPrimaryKey()
           
 java.io.Serializable getPrimaryKeyObj()
           
 long getPropertyId()
           
 long getUserId()
           
 java.lang.String getUserName()
           
 java.lang.String getUserUuid()
           
 java.lang.String getValue()
           
 TagsProperty getWrappedTagsProperty()
           
 int hashCode()
           
 boolean isCachedModel()
           
 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 setKey(java.lang.String key)
           
 void setModifiedDate(java.util.Date modifiedDate)
           
 boolean setNew(boolean n)
           
 void setPrimaryKey(long pk)
           
 void setPropertyId(long propertyId)
           
 void setUserId(long userId)
           
 void setUserName(java.lang.String userName)
           
 void setUserUuid(java.lang.String userUuid)
           
 void setValue(java.lang.String value)
           
 TagsProperty 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

TagsPropertyWrapper

public TagsPropertyWrapper(TagsProperty tagsProperty)
Method Detail

getPrimaryKey

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

setPrimaryKey

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

getPropertyId

public long getPropertyId()
Specified by:
getPropertyId in interface TagsPropertyModel

setPropertyId

public void setPropertyId(long propertyId)
Specified by:
setPropertyId in interface TagsPropertyModel

getCompanyId

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

setCompanyId

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

getUserId

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

setUserId

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

getUserUuid

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

setUserUuid

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

getUserName

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

setUserName

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

getCreateDate

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

setCreateDate

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

getModifiedDate

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

setModifiedDate

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

getEntryId

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

setEntryId

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

getKey

public java.lang.String getKey()
Specified by:
getKey in interface TagsPropertyModel

setKey

public void setKey(java.lang.String key)
Specified by:
setKey in interface TagsPropertyModel

getValue

public java.lang.String getValue()
Specified by:
getValue in interface TagsPropertyModel

setValue

public void setValue(java.lang.String value)
Specified by:
setValue in interface TagsPropertyModel

isNew

public boolean isNew()
Specified by:
isNew in interface BaseModel<TagsProperty>
Specified by:
isNew in interface TagsPropertyModel

setNew

public boolean setNew(boolean n)
Specified by:
setNew in interface BaseModel<TagsProperty>
Specified by:
setNew in interface TagsPropertyModel

isCachedModel

public boolean isCachedModel()
Specified by:
isCachedModel in interface BaseModel<TagsProperty>
Specified by:
isCachedModel in interface TagsPropertyModel

setCachedModel

public void setCachedModel(boolean cachedModel)
Specified by:
setCachedModel in interface BaseModel<TagsProperty>
Specified by:
setCachedModel in interface TagsPropertyModel

isEscapedModel

public boolean isEscapedModel()
Specified by:
isEscapedModel in interface BaseModel<TagsProperty>
Specified by:
isEscapedModel in interface TagsPropertyModel

setEscapedModel

public void setEscapedModel(boolean escapedModel)
Specified by:
setEscapedModel in interface BaseModel<TagsProperty>
Specified by:
setEscapedModel in interface TagsPropertyModel

getPrimaryKeyObj

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

getExpandoBridge

public ExpandoBridge getExpandoBridge()
Specified by:
getExpandoBridge in interface BaseModel<TagsProperty>
Specified by:
getExpandoBridge in interface TagsPropertyModel

setExpandoBridgeAttributes

public void setExpandoBridgeAttributes(ServiceContext serviceContext)
Specified by:
setExpandoBridgeAttributes in interface BaseModel<TagsProperty>
Specified by:
setExpandoBridgeAttributes in interface TagsPropertyModel

clone

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

compareTo

public int compareTo(TagsProperty tagsProperty)
Specified by:
compareTo in interface TagsPropertyModel
Specified by:
compareTo in interface java.lang.Comparable<TagsProperty>

hashCode

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

toEscapedModel

public TagsProperty toEscapedModel()
Specified by:
toEscapedModel in interface BaseModel<TagsProperty>
Specified by:
toEscapedModel in interface TagsPropertyModel

toString

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

toXmlString

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

getWrappedTagsProperty

public TagsProperty getWrappedTagsProperty()