com.liferay.portlet.asset.model
Interface AssetTagStatsModel
- All Superinterfaces:
- BaseModel<AssetTagStats>, java.lang.Cloneable, java.lang.Comparable<AssetTagStats>, java.io.Serializable
- All Known Subinterfaces:
- AssetTagStats
- All Known Implementing Classes:
- AssetTagStatsWrapper
public interface AssetTagStatsModel
- extends BaseModel<AssetTagStats>
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This interface is a model that represents the AssetTagStats table in the
database.
- Author:
- Brian Wing Shun Chan
- See Also:
AssetTagStats,
com.liferay.portlet.asset.model.impl.AssetTagStatsImpl,
com.liferay.portlet.asset.model.impl.AssetTagStatsModelImpl- Generated:
getPrimaryKey
long getPrimaryKey()
setPrimaryKey
void setPrimaryKey(long pk)
getTagStatsId
long getTagStatsId()
setTagStatsId
void setTagStatsId(long tagStatsId)
getTagId
long getTagId()
setTagId
void setTagId(long tagId)
getClassName
java.lang.String getClassName()
getClassNameId
long getClassNameId()
setClassNameId
void setClassNameId(long classNameId)
getAssetCount
int getAssetCount()
setAssetCount
void setAssetCount(int assetCount)
toEscapedModel
AssetTagStats toEscapedModel()
isNew
boolean isNew()
- Specified by:
isNew in interface BaseModel<AssetTagStats>
setNew
boolean setNew(boolean n)
- Specified by:
setNew in interface BaseModel<AssetTagStats>
isCachedModel
boolean isCachedModel()
- Specified by:
isCachedModel in interface BaseModel<AssetTagStats>
setCachedModel
void setCachedModel(boolean cachedModel)
- Specified by:
setCachedModel in interface BaseModel<AssetTagStats>
isEscapedModel
boolean isEscapedModel()
- Specified by:
isEscapedModel in interface BaseModel<AssetTagStats>
setEscapedModel
void setEscapedModel(boolean escapedModel)
- Specified by:
setEscapedModel in interface BaseModel<AssetTagStats>
getPrimaryKeyObj
java.io.Serializable getPrimaryKeyObj()
- Specified by:
getPrimaryKeyObj in interface BaseModel<AssetTagStats>
getExpandoBridge
ExpandoBridge getExpandoBridge()
- Specified by:
getExpandoBridge in interface BaseModel<AssetTagStats>
setExpandoBridgeAttributes
void setExpandoBridgeAttributes(ServiceContext serviceContext)
- Specified by:
setExpandoBridgeAttributes in interface BaseModel<AssetTagStats>
clone
java.lang.Object clone()
- Specified by:
clone in interface BaseModel<AssetTagStats>
compareTo
int compareTo(AssetTagStats assetTagStats)
- Specified by:
compareTo in interface java.lang.Comparable<AssetTagStats>
hashCode
int hashCode()
- Overrides:
hashCode in class java.lang.Object
toString
java.lang.String toString()
- Overrides:
toString in class java.lang.Object
toXmlString
java.lang.String toXmlString()
- Specified by:
toXmlString in interface BaseModel<AssetTagStats>