com.liferay.portlet.asset.model
Class AssetTagWrapper

java.lang.Object
  extended by com.liferay.portlet.asset.model.AssetTagWrapper
All Implemented Interfaces:
BaseModel<AssetTag>, AssetTag, AssetTagModel, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<AssetTag>

public class AssetTagWrapper
extends java.lang.Object
implements AssetTag

View Source

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

This class is a wrapper for AssetTag.

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

Constructor Summary
AssetTagWrapper(AssetTag assetTag)
           
 
Method Summary
 java.lang.Object clone()
           
 int compareTo(AssetTag assetTag)
           
 int getAssetCount()
           
 long getCompanyId()
           
 java.util.Date getCreateDate()
           
 ExpandoBridge getExpandoBridge()
           
 long getGroupId()
           
 java.util.Date getModifiedDate()
           
 java.lang.String getName()
           
 long getPrimaryKey()
           
 java.io.Serializable getPrimaryKeyObj()
           
 long getTagId()
           
 long getUserId()
           
 java.lang.String getUserName()
           
 java.lang.String getUserUuid()
           
 AssetTag getWrappedAssetTag()
           
 int hashCode()
           
 boolean isCachedModel()
           
 boolean isEscapedModel()
           
 boolean isNew()
           
 void setAssetCount(int assetCount)
           
 void setCachedModel(boolean cachedModel)
           
 void setCompanyId(long companyId)
           
 void setCreateDate(java.util.Date createDate)
           
 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 setTagId(long tagId)
           
 void setUserId(long userId)
           
 void setUserName(java.lang.String userName)
           
 void setUserUuid(java.lang.String userUuid)
           
 AssetTag 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

AssetTagWrapper

public AssetTagWrapper(AssetTag assetTag)
Method Detail

getPrimaryKey

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

setPrimaryKey

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

getTagId

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

setTagId

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

getGroupId

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

setGroupId

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

getCompanyId

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

setCompanyId

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

getUserId

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

setUserId

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

getUserUuid

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

setUserUuid

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

getUserName

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

setUserName

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

getCreateDate

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

setCreateDate

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

getModifiedDate

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

setModifiedDate

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

getName

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

setName

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

getAssetCount

public int getAssetCount()
Specified by:
getAssetCount in interface AssetTagModel

setAssetCount

public void setAssetCount(int assetCount)
Specified by:
setAssetCount in interface AssetTagModel

toEscapedModel

public AssetTag toEscapedModel()
Specified by:
toEscapedModel in interface AssetTagModel

isNew

public boolean isNew()
Specified by:
isNew in interface BaseModel<AssetTag>
Specified by:
isNew in interface AssetTagModel

setNew

public boolean setNew(boolean n)
Specified by:
setNew in interface BaseModel<AssetTag>
Specified by:
setNew in interface AssetTagModel

isCachedModel

public boolean isCachedModel()
Specified by:
isCachedModel in interface BaseModel<AssetTag>
Specified by:
isCachedModel in interface AssetTagModel

setCachedModel

public void setCachedModel(boolean cachedModel)
Specified by:
setCachedModel in interface BaseModel<AssetTag>
Specified by:
setCachedModel in interface AssetTagModel

isEscapedModel

public boolean isEscapedModel()
Specified by:
isEscapedModel in interface BaseModel<AssetTag>
Specified by:
isEscapedModel in interface AssetTagModel

setEscapedModel

public void setEscapedModel(boolean escapedModel)
Specified by:
setEscapedModel in interface BaseModel<AssetTag>
Specified by:
setEscapedModel in interface AssetTagModel

getPrimaryKeyObj

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

getExpandoBridge

public ExpandoBridge getExpandoBridge()
Specified by:
getExpandoBridge in interface BaseModel<AssetTag>
Specified by:
getExpandoBridge in interface AssetTagModel

setExpandoBridgeAttributes

public void setExpandoBridgeAttributes(ServiceContext serviceContext)
Specified by:
setExpandoBridgeAttributes in interface BaseModel<AssetTag>
Specified by:
setExpandoBridgeAttributes in interface AssetTagModel

clone

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

compareTo

public int compareTo(AssetTag assetTag)
Specified by:
compareTo in interface AssetTagModel
Specified by:
compareTo in interface java.lang.Comparable<AssetTag>

hashCode

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

toString

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

toXmlString

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

getWrappedAssetTag

public AssetTag getWrappedAssetTag()