com.liferay.portlet.asset.model
Class AssetCategoryPropertyWrapper

java.lang.Object
  extended by com.liferay.portlet.asset.model.AssetCategoryPropertyWrapper
All Implemented Interfaces:
BaseModel<AssetCategoryProperty>, AssetCategoryProperty, AssetCategoryPropertyModel, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<AssetCategoryProperty>

public class AssetCategoryPropertyWrapper
extends java.lang.Object
implements AssetCategoryProperty

View Source

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

This class is a wrapper for AssetCategoryProperty.

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

Constructor Summary
AssetCategoryPropertyWrapper(AssetCategoryProperty assetCategoryProperty)
           
 
Method Summary
 java.lang.Object clone()
           
 int compareTo(AssetCategoryProperty assetCategoryProperty)
           
 long getCategoryId()
           
 long getCategoryPropertyId()
           
 long getCompanyId()
           
 java.util.Date getCreateDate()
           
 ExpandoBridge getExpandoBridge()
           
 java.lang.String getKey()
           
 java.util.Date getModifiedDate()
           
 long getPrimaryKey()
           
 java.io.Serializable getPrimaryKeyObj()
           
 long getUserId()
           
 java.lang.String getUserName()
           
 java.lang.String getUserUuid()
           
 java.lang.String getValue()
           
 AssetCategoryProperty getWrappedAssetCategoryProperty()
           
 int hashCode()
           
 boolean isCachedModel()
           
 boolean isEscapedModel()
           
 boolean isNew()
           
 void setCachedModel(boolean cachedModel)
           
 void setCategoryId(long categoryId)
           
 void setCategoryPropertyId(long categoryPropertyId)
           
 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 setUserId(long userId)
           
 void setUserName(java.lang.String userName)
           
 void setUserUuid(java.lang.String userUuid)
           
 void setValue(java.lang.String value)
           
 AssetCategoryProperty 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

AssetCategoryPropertyWrapper

public AssetCategoryPropertyWrapper(AssetCategoryProperty assetCategoryProperty)
Method Detail

getPrimaryKey

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

setPrimaryKey

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

getCategoryPropertyId

public long getCategoryPropertyId()
Specified by:
getCategoryPropertyId in interface AssetCategoryPropertyModel

setCategoryPropertyId

public void setCategoryPropertyId(long categoryPropertyId)
Specified by:
setCategoryPropertyId in interface AssetCategoryPropertyModel

getCompanyId

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

setCompanyId

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

getUserId

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

setUserId

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

getUserUuid

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

setUserUuid

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

getUserName

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

setUserName

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

getCreateDate

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

setCreateDate

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

getModifiedDate

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

setModifiedDate

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

getCategoryId

public long getCategoryId()
Specified by:
getCategoryId in interface AssetCategoryPropertyModel

setCategoryId

public void setCategoryId(long categoryId)
Specified by:
setCategoryId in interface AssetCategoryPropertyModel

getKey

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

setKey

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

getValue

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

setValue

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

toEscapedModel

public AssetCategoryProperty toEscapedModel()
Specified by:
toEscapedModel in interface AssetCategoryPropertyModel

isNew

public boolean isNew()
Specified by:
isNew in interface BaseModel<AssetCategoryProperty>
Specified by:
isNew in interface AssetCategoryPropertyModel

setNew

public boolean setNew(boolean n)
Specified by:
setNew in interface BaseModel<AssetCategoryProperty>
Specified by:
setNew in interface AssetCategoryPropertyModel

isCachedModel

public boolean isCachedModel()
Specified by:
isCachedModel in interface BaseModel<AssetCategoryProperty>
Specified by:
isCachedModel in interface AssetCategoryPropertyModel

setCachedModel

public void setCachedModel(boolean cachedModel)
Specified by:
setCachedModel in interface BaseModel<AssetCategoryProperty>
Specified by:
setCachedModel in interface AssetCategoryPropertyModel

isEscapedModel

public boolean isEscapedModel()
Specified by:
isEscapedModel in interface BaseModel<AssetCategoryProperty>
Specified by:
isEscapedModel in interface AssetCategoryPropertyModel

setEscapedModel

public void setEscapedModel(boolean escapedModel)
Specified by:
setEscapedModel in interface BaseModel<AssetCategoryProperty>
Specified by:
setEscapedModel in interface AssetCategoryPropertyModel

getPrimaryKeyObj

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

getExpandoBridge

public ExpandoBridge getExpandoBridge()
Specified by:
getExpandoBridge in interface BaseModel<AssetCategoryProperty>
Specified by:
getExpandoBridge in interface AssetCategoryPropertyModel

setExpandoBridgeAttributes

public void setExpandoBridgeAttributes(ServiceContext serviceContext)
Specified by:
setExpandoBridgeAttributes in interface BaseModel<AssetCategoryProperty>
Specified by:
setExpandoBridgeAttributes in interface AssetCategoryPropertyModel

clone

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

compareTo

public int compareTo(AssetCategoryProperty assetCategoryProperty)
Specified by:
compareTo in interface AssetCategoryPropertyModel
Specified by:
compareTo in interface java.lang.Comparable<AssetCategoryProperty>

hashCode

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

toString

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

toXmlString

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

getWrappedAssetCategoryProperty

public AssetCategoryProperty getWrappedAssetCategoryProperty()