com.liferay.portlet.asset.model
Class AssetTagStatsWrapper
java.lang.Object
com.liferay.portlet.asset.model.AssetTagStatsWrapper
- All Implemented Interfaces:
- BaseModel<AssetTagStats>, AssetTagStats, AssetTagStatsModel, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<AssetTagStats>
public class AssetTagStatsWrapper
- extends java.lang.Object
- implements AssetTagStats
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This class is a wrapper for AssetTagStats.
- Author:
- Brian Wing Shun Chan
- See Also:
AssetTagStats,
Serialized Form- Generated:
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
AssetTagStatsWrapper
public AssetTagStatsWrapper(AssetTagStats assetTagStats)
getPrimaryKey
public long getPrimaryKey()
- Specified by:
getPrimaryKey in interface AssetTagStatsModel
setPrimaryKey
public void setPrimaryKey(long pk)
- Specified by:
setPrimaryKey in interface AssetTagStatsModel
getTagStatsId
public long getTagStatsId()
- Specified by:
getTagStatsId in interface AssetTagStatsModel
setTagStatsId
public void setTagStatsId(long tagStatsId)
- Specified by:
setTagStatsId in interface AssetTagStatsModel
getTagId
public long getTagId()
- Specified by:
getTagId in interface AssetTagStatsModel
setTagId
public void setTagId(long tagId)
- Specified by:
setTagId in interface AssetTagStatsModel
getClassName
public java.lang.String getClassName()
- Specified by:
getClassName in interface AssetTagStatsModel
getClassNameId
public long getClassNameId()
- Specified by:
getClassNameId in interface AssetTagStatsModel
setClassNameId
public void setClassNameId(long classNameId)
- Specified by:
setClassNameId in interface AssetTagStatsModel
getAssetCount
public int getAssetCount()
- Specified by:
getAssetCount in interface AssetTagStatsModel
setAssetCount
public void setAssetCount(int assetCount)
- Specified by:
setAssetCount in interface AssetTagStatsModel
toEscapedModel
public AssetTagStats toEscapedModel()
- Specified by:
toEscapedModel in interface AssetTagStatsModel
isNew
public boolean isNew()
- Specified by:
isNew in interface BaseModel<AssetTagStats>- Specified by:
isNew in interface AssetTagStatsModel
setNew
public boolean setNew(boolean n)
- Specified by:
setNew in interface BaseModel<AssetTagStats>- Specified by:
setNew in interface AssetTagStatsModel
isCachedModel
public boolean isCachedModel()
- Specified by:
isCachedModel in interface BaseModel<AssetTagStats>- Specified by:
isCachedModel in interface AssetTagStatsModel
setCachedModel
public void setCachedModel(boolean cachedModel)
- Specified by:
setCachedModel in interface BaseModel<AssetTagStats>- Specified by:
setCachedModel in interface AssetTagStatsModel
isEscapedModel
public boolean isEscapedModel()
- Specified by:
isEscapedModel in interface BaseModel<AssetTagStats>- Specified by:
isEscapedModel in interface AssetTagStatsModel
setEscapedModel
public void setEscapedModel(boolean escapedModel)
- Specified by:
setEscapedModel in interface BaseModel<AssetTagStats>- Specified by:
setEscapedModel in interface AssetTagStatsModel
getPrimaryKeyObj
public java.io.Serializable getPrimaryKeyObj()
- Specified by:
getPrimaryKeyObj in interface BaseModel<AssetTagStats>- Specified by:
getPrimaryKeyObj in interface AssetTagStatsModel
getExpandoBridge
public ExpandoBridge getExpandoBridge()
- Specified by:
getExpandoBridge in interface BaseModel<AssetTagStats>- Specified by:
getExpandoBridge in interface AssetTagStatsModel
setExpandoBridgeAttributes
public void setExpandoBridgeAttributes(ServiceContext serviceContext)
- Specified by:
setExpandoBridgeAttributes in interface BaseModel<AssetTagStats>- Specified by:
setExpandoBridgeAttributes in interface AssetTagStatsModel
clone
public java.lang.Object clone()
- Specified by:
clone in interface BaseModel<AssetTagStats>- Specified by:
clone in interface AssetTagStatsModel- Overrides:
clone in class java.lang.Object
compareTo
public int compareTo(AssetTagStats assetTagStats)
- Specified by:
compareTo in interface AssetTagStatsModel- Specified by:
compareTo in interface java.lang.Comparable<AssetTagStats>
hashCode
public int hashCode()
- Specified by:
hashCode in interface AssetTagStatsModel- Overrides:
hashCode in class java.lang.Object
toString
public java.lang.String toString()
- Specified by:
toString in interface AssetTagStatsModel- Overrides:
toString in class java.lang.Object
toXmlString
public java.lang.String toXmlString()
- Specified by:
toXmlString in interface BaseModel<AssetTagStats>- Specified by:
toXmlString in interface AssetTagStatsModel
getWrappedAssetTagStats
public AssetTagStats getWrappedAssetTagStats()