com.liferay.portlet.asset.model
Class AssetTagPropertyWrapper

java.lang.Object
  extended by com.liferay.portlet.asset.model.AssetTagPropertyWrapper
All Implemented Interfaces:
BaseModel<AssetTagProperty>, AssetTagProperty, AssetTagPropertyModel, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<AssetTagProperty>

public class AssetTagPropertyWrapper
extends java.lang.Object
implements AssetTagProperty

View Source

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

This class is a wrapper for AssetTagProperty.

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

Constructor Summary
AssetTagPropertyWrapper(AssetTagProperty assetTagProperty)
           
 
Method Summary
 java.lang.Object clone()
           
 int compareTo(AssetTagProperty assetTagProperty)
           
 long getCompanyId()
           
 java.util.Date getCreateDate()
           
 ExpandoBridge getExpandoBridge()
           
 java.lang.String getKey()
           
 java.util.Date getModifiedDate()
           
 long getPrimaryKey()
           
 java.io.Serializable getPrimaryKeyObj()
           
 long getTagId()
           
 long getTagPropertyId()
           
 long getUserId()
           
 java.lang.String getUserName()
           
 java.lang.String getUserUuid()
           
 java.lang.String getValue()
           
 AssetTagProperty getWrappedAssetTagProperty()
           
 int hashCode()
           
 boolean isCachedModel()
           
 boolean isEscapedModel()
           
 boolean isNew()
           
 void setCachedModel(boolean cachedModel)
           
 void setCompanyId(long companyId)
           
 void setCreateDate(java.util.Date createDate)
           
 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 setTagId(long tagId)
           
 void setTagPropertyId(long tagPropertyId)
           
 void setUserId(long userId)
           
 void setUserName(java.lang.String userName)
           
 void setUserUuid(java.lang.String userUuid)
           
 void setValue(java.lang.String value)
           
 AssetTagProperty 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

AssetTagPropertyWrapper

public AssetTagPropertyWrapper(AssetTagProperty assetTagProperty)
Method Detail

getPrimaryKey

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

setPrimaryKey

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

getTagPropertyId

public long getTagPropertyId()
Specified by:
getTagPropertyId in interface AssetTagPropertyModel

setTagPropertyId

public void setTagPropertyId(long tagPropertyId)
Specified by:
setTagPropertyId in interface AssetTagPropertyModel

getCompanyId

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

setCompanyId

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

getUserId

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

setUserId

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

getUserUuid

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

setUserUuid

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

getUserName

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

setUserName

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

getCreateDate

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

setCreateDate

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

getModifiedDate

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

setModifiedDate

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

getTagId

public long getTagId()
Specified by:
getTagId in interface AssetTagPropertyModel

setTagId

public void setTagId(long tagId)
Specified by:
setTagId in interface AssetTagPropertyModel

getKey

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

setKey

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

getValue

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

setValue

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

toEscapedModel

public AssetTagProperty toEscapedModel()
Specified by:
toEscapedModel in interface AssetTagPropertyModel

isNew

public boolean isNew()
Specified by:
isNew in interface BaseModel<AssetTagProperty>
Specified by:
isNew in interface AssetTagPropertyModel

setNew

public boolean setNew(boolean n)
Specified by:
setNew in interface BaseModel<AssetTagProperty>
Specified by:
setNew in interface AssetTagPropertyModel

isCachedModel

public boolean isCachedModel()
Specified by:
isCachedModel in interface BaseModel<AssetTagProperty>
Specified by:
isCachedModel in interface AssetTagPropertyModel

setCachedModel

public void setCachedModel(boolean cachedModel)
Specified by:
setCachedModel in interface BaseModel<AssetTagProperty>
Specified by:
setCachedModel in interface AssetTagPropertyModel

isEscapedModel

public boolean isEscapedModel()
Specified by:
isEscapedModel in interface BaseModel<AssetTagProperty>
Specified by:
isEscapedModel in interface AssetTagPropertyModel

setEscapedModel

public void setEscapedModel(boolean escapedModel)
Specified by:
setEscapedModel in interface BaseModel<AssetTagProperty>
Specified by:
setEscapedModel in interface AssetTagPropertyModel

getPrimaryKeyObj

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

getExpandoBridge

public ExpandoBridge getExpandoBridge()
Specified by:
getExpandoBridge in interface BaseModel<AssetTagProperty>
Specified by:
getExpandoBridge in interface AssetTagPropertyModel

setExpandoBridgeAttributes

public void setExpandoBridgeAttributes(ServiceContext serviceContext)
Specified by:
setExpandoBridgeAttributes in interface BaseModel<AssetTagProperty>
Specified by:
setExpandoBridgeAttributes in interface AssetTagPropertyModel

clone

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

compareTo

public int compareTo(AssetTagProperty assetTagProperty)
Specified by:
compareTo in interface AssetTagPropertyModel
Specified by:
compareTo in interface java.lang.Comparable<AssetTagProperty>

hashCode

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

toString

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

toXmlString

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

getWrappedAssetTagProperty

public AssetTagProperty getWrappedAssetTagProperty()