|
Liferay 6.1.2-ce-ga3 | |||||||||
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
.
AssetTagStatsImpl
,
AssetTagStats
,
AssetTagStatsModel
,
Serialized FormField Summary | |
---|---|
static long |
CLASSNAMEID_COLUMN_BITMASK
|
static boolean |
COLUMN_BITMASK_ENABLED
|
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 long |
TAGID_COLUMN_BITMASK
|
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()
Returns the asset count of this asset tag stats. |
String |
getClassName()
Returns the fully qualified class name of this asset tag stats. |
long |
getClassNameId()
Returns the class name ID of this asset tag stats. |
long |
getColumnBitmask()
|
ExpandoBridge |
getExpandoBridge()
Returns the expando bridge for this model instance. |
Map<String,Object> |
getModelAttributes()
|
Class<?> |
getModelClass()
|
String |
getModelClassName()
|
long |
getOriginalClassNameId()
|
long |
getOriginalTagId()
|
long |
getPrimaryKey()
Returns the primary key of this asset tag stats. |
Serializable |
getPrimaryKeyObj()
Returns the primary key of this model instance. |
long |
getTagId()
Returns the tag ID of this asset tag stats. |
long |
getTagStatsId()
Returns the tag stats ID of this asset tag stats. |
int |
hashCode()
|
void |
resetOriginalValues()
Reset all original fields to current values. |
void |
setAssetCount(int assetCount)
Sets the asset count of this asset tag stats. |
void |
setClassName(String className)
|
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 |
setModelAttributes(Map<String,Object> attributes)
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this asset tag stats. |
void |
setPrimaryKeyObj(Serializable primaryKeyObj)
Sets the primary key of this model instance. |
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. |
CacheModel<AssetTagStats> |
toCacheModel()
Returns a cache model object for this entity used by entity cache. |
AssetTagStats |
toEscapedModel()
Returns a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler . |
String |
toString()
|
AssetTagStats |
toUnescapedModel()
|
String |
toXmlString()
Returns the XML representation of this model instance. |
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl |
---|
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, 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, 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 boolean COLUMN_BITMASK_ENABLED
public static long CLASSNAMEID_COLUMN_BITMASK
public static long TAGID_COLUMN_BITMASK
public static final long LOCK_EXPIRATION_TIME
Constructor Detail |
---|
public AssetTagStatsModelImpl()
Method Detail |
---|
public long getPrimaryKey()
AssetTagStatsModel
getPrimaryKey
in interface AssetTagStatsModel
public void setPrimaryKey(long primaryKey)
AssetTagStatsModel
setPrimaryKey
in interface AssetTagStatsModel
primaryKey
- the primary key of this asset tag statspublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj
in interface BaseModel<AssetTagStats>
getPrimaryKeyObj
in interface ClassedModel
getPrimaryKeyObj
in interface AssetTagStatsModel
public void setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj
in interface BaseModel<AssetTagStats>
setPrimaryKeyObj
in interface ClassedModel
setPrimaryKeyObj
in interface AssetTagStatsModel
primaryKeyObj
- the primary key of this model instancepublic Class<?> getModelClass()
getModelClass
in interface ClassedModel
public String getModelClassName()
getModelClassName
in interface ClassedModel
public Map<String,Object> getModelAttributes()
getModelAttributes
in interface BaseModel<AssetTagStats>
getModelAttributes
in class BaseModelImpl<AssetTagStats>
public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes
in interface BaseModel<AssetTagStats>
setModelAttributes
in class BaseModelImpl<AssetTagStats>
public long getTagStatsId()
AssetTagStatsModel
getTagStatsId
in interface AssetTagStatsModel
public void setTagStatsId(long tagStatsId)
AssetTagStatsModel
setTagStatsId
in interface AssetTagStatsModel
tagStatsId
- the tag stats ID of this asset tag statspublic long getTagId()
AssetTagStatsModel
getTagId
in interface AssetTagStatsModel
public void setTagId(long tagId)
AssetTagStatsModel
setTagId
in interface AssetTagStatsModel
tagId
- the tag ID of this asset tag statspublic long getOriginalTagId()
public String getClassName()
AssetTagStatsModel
getClassName
in interface AssetTagStatsModel
public void setClassName(String className)
setClassName
in interface AssetTagStatsModel
public long getClassNameId()
AssetTagStatsModel
getClassNameId
in interface AssetTagStatsModel
public void setClassNameId(long classNameId)
AssetTagStatsModel
setClassNameId
in interface AssetTagStatsModel
classNameId
- the class name ID of this asset tag statspublic long getOriginalClassNameId()
public int getAssetCount()
AssetTagStatsModel
getAssetCount
in interface AssetTagStatsModel
public void setAssetCount(int assetCount)
AssetTagStatsModel
setAssetCount
in interface AssetTagStatsModel
assetCount
- the asset count of this asset tag statspublic long getColumnBitmask()
public ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge
in interface BaseModel<AssetTagStats>
getExpandoBridge
in interface ClassedModel
getExpandoBridge
in interface AssetTagStatsModel
getExpandoBridge
in class BaseModelImpl<AssetTagStats>
public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes
in interface BaseModel<AssetTagStats>
setExpandoBridgeAttributes
in interface AssetTagStatsModel
setExpandoBridgeAttributes
in class BaseModelImpl<AssetTagStats>
serviceContext
- the service contextServiceContext.getExpandoBridgeAttributes(
)
public AssetTagStats toEscapedModel()
BaseModel
AutoEscapeBeanHandler
.
toEscapedModel
in interface BaseModel<AssetTagStats>
toEscapedModel
in interface AssetTagStatsModel
toEscapedModel
in class BaseModelImpl<AssetTagStats>
AutoEscapeBeanHandler
public AssetTagStats toUnescapedModel()
toUnescapedModel
in interface BaseModel<AssetTagStats>
toUnescapedModel
in interface AssetTagStatsModel
toUnescapedModel
in class BaseModelImpl<AssetTagStats>
public Object clone()
BaseModel
clone
in interface BaseModel<AssetTagStats>
clone
in interface AssetTagStatsModel
clone
in class BaseModelImpl<AssetTagStats>
public int compareTo(AssetTagStats assetTagStats)
compareTo
in interface AssetTagStatsModel
compareTo
in interface Comparable<AssetTagStats>
public boolean equals(Object obj)
equals
in class Object
public int hashCode()
hashCode
in interface AssetTagStatsModel
hashCode
in class Object
public void resetOriginalValues()
BaseModel
resetOriginalValues
in interface BaseModel<AssetTagStats>
resetOriginalValues
in class BaseModelImpl<AssetTagStats>
public CacheModel<AssetTagStats> toCacheModel()
BaseModel
toCacheModel
in interface BaseModel<AssetTagStats>
toCacheModel
in interface AssetTagStatsModel
toCacheModel
in class BaseModelImpl<AssetTagStats>
public String toString()
toString
in interface AssetTagStatsModel
toString
in class Object
public String toXmlString()
BaseModel
toXmlString
in interface BaseModel<AssetTagStats>
toXmlString
in interface AssetTagStatsModel
|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |