|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.model.impl.BaseModelImpl<AssetTagStats>
com.liferay.portlet.asset.model.impl.AssetTagStatsModelImpl
public class AssetTagStatsModelImpl
The base model implementation for the AssetTagStats service. Represents a row in the "AssetTagStats" database table, with each column mapped to a property of this class.
This implementation and its corresponding interface AssetTagStatsModel exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in AssetTagStatsImpl.
Never modify or reference this class directly. All methods that expect a asset tag stats model instance should use the AssetTagStats interface instead.
AssetTagStatsImpl,
AssetTagStats,
AssetTagStatsModel,
Serialized Form| Field Summary | |
|---|---|
static String |
DATA_SOURCE
|
static boolean |
ENTITY_CACHE_ENABLED
|
static boolean |
FINDER_CACHE_ENABLED
|
static long |
LOCK_EXPIRATION_TIME
|
static String |
ORDER_BY_JPQL
|
static String |
ORDER_BY_SQL
|
static String |
SESSION_FACTORY
|
static Object[][] |
TABLE_COLUMNS
|
static String |
TABLE_NAME
|
static String |
TABLE_SQL_CREATE
|
static String |
TABLE_SQL_DROP
|
static String |
TX_MANAGER
|
| Constructor Summary | |
|---|---|
AssetTagStatsModelImpl()
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(AssetTagStats assetTagStats)
|
boolean |
equals(Object obj)
|
int |
getAssetCount()
Gets the asset count of this asset tag stats. |
String |
getClassName()
Gets the class name of the model instance this asset tag stats is polymorphically associated with. |
long |
getClassNameId()
Gets the class name id of this asset tag stats. |
ExpandoBridge |
getExpandoBridge()
Gets the expando bridge for this model instance. |
long |
getOriginalClassNameId()
|
long |
getOriginalTagId()
|
long |
getPrimaryKey()
Gets the primary key of this asset tag stats. |
Serializable |
getPrimaryKeyObj()
Gets the primary key of this model instance. |
long |
getTagId()
Gets the tag id of this asset tag stats. |
long |
getTagStatsId()
Gets the tag stats id of this asset tag stats. |
int |
hashCode()
|
void |
setAssetCount(int assetCount)
Sets the asset count of this asset tag stats. |
void |
setClassNameId(long classNameId)
Sets the class name id of this asset tag stats. |
void |
setExpandoBridgeAttributes(ServiceContext serviceContext)
Sets the expando bridge attributes for this model instance to the attributes stored in the service context. |
void |
setPrimaryKey(long pk)
Sets the primary key of this asset tag stats |
void |
setTagId(long tagId)
Sets the tag id of this asset tag stats. |
void |
setTagStatsId(long tagStatsId)
Sets the tag stats id of this asset tag stats. |
AssetTagStats |
toEscapedModel()
Gets a copy of this asset tag stats as an escaped model instance by wrapping it with an AutoEscapeBeanHandler. |
String |
toString()
|
String |
toXmlString()
Gets the XML representation of this model instance. |
| Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl |
|---|
isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setNew |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.liferay.portlet.asset.model.AssetTagStatsModel |
|---|
isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setNew |
| Field Detail |
|---|
public static final String TABLE_NAME
public static final Object[][] TABLE_COLUMNS
public static final String TABLE_SQL_CREATE
public static final String TABLE_SQL_DROP
public static final String ORDER_BY_JPQL
public static final String ORDER_BY_SQL
public static final String DATA_SOURCE
public static final String SESSION_FACTORY
public static final String TX_MANAGER
public static final boolean ENTITY_CACHE_ENABLED
public static final boolean FINDER_CACHE_ENABLED
public static final long LOCK_EXPIRATION_TIME
| Constructor Detail |
|---|
public AssetTagStatsModelImpl()
| Method Detail |
|---|
public long getPrimaryKey()
AssetTagStatsModel
getPrimaryKey in interface AssetTagStatsModelpublic void setPrimaryKey(long pk)
AssetTagStatsModel
setPrimaryKey in interface AssetTagStatsModelpk - the primary key of this asset tag statspublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<AssetTagStats>getPrimaryKeyObj in interface AssetTagStatsModelpublic long getTagStatsId()
AssetTagStatsModel
getTagStatsId in interface AssetTagStatsModelpublic void setTagStatsId(long tagStatsId)
AssetTagStatsModel
setTagStatsId in interface AssetTagStatsModeltagStatsId - the tag stats id of this asset tag statspublic long getTagId()
AssetTagStatsModel
getTagId in interface AssetTagStatsModelpublic void setTagId(long tagId)
AssetTagStatsModel
setTagId in interface AssetTagStatsModeltagId - the tag id of this asset tag statspublic long getOriginalTagId()
public String getClassName()
AssetTagStatsModel
getClassName in interface AssetTagStatsModelpublic long getClassNameId()
AssetTagStatsModel
getClassNameId in interface AssetTagStatsModelpublic void setClassNameId(long classNameId)
AssetTagStatsModel
setClassNameId in interface AssetTagStatsModelclassNameId - the class name id of this asset tag statspublic long getOriginalClassNameId()
public int getAssetCount()
AssetTagStatsModel
getAssetCount in interface AssetTagStatsModelpublic void setAssetCount(int assetCount)
AssetTagStatsModel
setAssetCount in interface AssetTagStatsModelassetCount - the asset count of this asset tag statspublic AssetTagStats toEscapedModel()
AssetTagStatsModelAutoEscapeBeanHandler.
toEscapedModel in interface AssetTagStatsModelAutoEscapeBeanHandlerpublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<AssetTagStats>getExpandoBridge in interface AssetTagStatsModelgetExpandoBridge in class BaseModelImpl<AssetTagStats>public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<AssetTagStats>setExpandoBridgeAttributes in interface AssetTagStatsModelsetExpandoBridgeAttributes in class BaseModelImpl<AssetTagStats>serviceContext - the service context to retrieve the expando bridge
attributes fromServiceContext.getExpandoBridgeAttributes(
)public Object clone()
BaseModel
clone in interface BaseModel<AssetTagStats>clone in interface AssetTagStatsModelclone in class BaseModelImpl<AssetTagStats>public int compareTo(AssetTagStats assetTagStats)
compareTo in interface AssetTagStatsModelcompareTo in interface Comparable<AssetTagStats>public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in interface AssetTagStatsModelhashCode in class Objectpublic String toString()
toString in interface AssetTagStatsModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<AssetTagStats>toXmlString in interface AssetTagStatsModel
|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||