@ProviderType
public class AssetTagStatsModelImpl
extends com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.asset.kernel.model.AssetTagStats>
implements com.liferay.asset.kernel.model.AssetTagStatsModel
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 Form| Modifier and Type | Field and Description |
|---|---|
static long |
ASSETCOUNT_COLUMN_BITMASK |
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 Map<String,Integer> |
TABLE_COLUMNS_MAP |
static String |
TABLE_NAME |
static String |
TABLE_SQL_CREATE |
static String |
TABLE_SQL_DROP |
static long |
TAGID_COLUMN_BITMASK |
static String |
TX_MANAGER |
| Constructor and Description |
|---|
AssetTagStatsModelImpl() |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
int |
compareTo(com.liferay.asset.kernel.model.AssetTagStats assetTagStats) |
boolean |
equals(Object obj) |
int |
getAssetCount() |
String |
getClassName() |
long |
getClassNameId() |
long |
getColumnBitmask() |
long |
getCompanyId() |
com.liferay.expando.kernel.model.ExpandoBridge |
getExpandoBridge() |
Map<String,Object> |
getModelAttributes() |
Class<?> |
getModelClass() |
String |
getModelClassName() |
long |
getOriginalClassNameId() |
long |
getOriginalTagId() |
long |
getPrimaryKey() |
Serializable |
getPrimaryKeyObj() |
long |
getTagId() |
long |
getTagStatsId() |
int |
hashCode() |
boolean |
isEntityCacheEnabled() |
boolean |
isFinderCacheEnabled() |
void |
resetOriginalValues() |
void |
setAssetCount(int assetCount) |
void |
setClassName(String className) |
void |
setClassNameId(long classNameId) |
void |
setCompanyId(long companyId) |
void |
setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
setModelAttributes(Map<String,Object> attributes) |
void |
setPrimaryKey(long primaryKey) |
void |
setPrimaryKeyObj(Serializable primaryKeyObj) |
void |
setTagId(long tagId) |
void |
setTagStatsId(long tagStatsId) |
com.liferay.portal.kernel.model.CacheModel<com.liferay.asset.kernel.model.AssetTagStats> |
toCacheModel() |
com.liferay.asset.kernel.model.AssetTagStats |
toEscapedModel() |
String |
toString() |
String |
toXmlString() |
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 final long CLASSNAMEID_COLUMN_BITMASK
public static final long TAGID_COLUMN_BITMASK
public static final long ASSETCOUNT_COLUMN_BITMASK
public static final long LOCK_EXPIRATION_TIME
public long getPrimaryKey()
getPrimaryKey in interface com.liferay.asset.kernel.model.AssetTagStatsModelpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface com.liferay.asset.kernel.model.AssetTagStatsModelpublic Serializable getPrimaryKeyObj()
getPrimaryKeyObj in interface com.liferay.asset.kernel.model.AssetTagStatsModelgetPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetTagStats>getPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelpublic void setPrimaryKeyObj(Serializable primaryKeyObj)
setPrimaryKeyObj in interface com.liferay.asset.kernel.model.AssetTagStatsModelsetPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetTagStats>setPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelpublic Class<?> getModelClass()
getModelClass in interface com.liferay.portal.kernel.model.ClassedModelpublic String getModelClassName()
getModelClassName in interface com.liferay.portal.kernel.model.ClassedModelpublic Map<String,Object> getModelAttributes()
getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetTagStats>getModelAttributes in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.asset.kernel.model.AssetTagStats>public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetTagStats>setModelAttributes in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.asset.kernel.model.AssetTagStats>public long getTagStatsId()
getTagStatsId in interface com.liferay.asset.kernel.model.AssetTagStatsModelpublic void setTagStatsId(long tagStatsId)
setTagStatsId in interface com.liferay.asset.kernel.model.AssetTagStatsModelpublic long getCompanyId()
getCompanyId in interface com.liferay.asset.kernel.model.AssetTagStatsModelgetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelpublic void setCompanyId(long companyId)
setCompanyId in interface com.liferay.asset.kernel.model.AssetTagStatsModelsetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelpublic long getTagId()
getTagId in interface com.liferay.asset.kernel.model.AssetTagStatsModelpublic void setTagId(long tagId)
setTagId in interface com.liferay.asset.kernel.model.AssetTagStatsModelpublic long getOriginalTagId()
public String getClassName()
getClassName in interface com.liferay.asset.kernel.model.AssetTagStatsModelgetClassName in interface com.liferay.portal.kernel.model.TypedModelpublic void setClassName(String className)
setClassName in interface com.liferay.asset.kernel.model.AssetTagStatsModelpublic long getClassNameId()
getClassNameId in interface com.liferay.asset.kernel.model.AssetTagStatsModelgetClassNameId in interface com.liferay.portal.kernel.model.TypedModelpublic void setClassNameId(long classNameId)
setClassNameId in interface com.liferay.asset.kernel.model.AssetTagStatsModelsetClassNameId in interface com.liferay.portal.kernel.model.TypedModelpublic long getOriginalClassNameId()
public int getAssetCount()
getAssetCount in interface com.liferay.asset.kernel.model.AssetTagStatsModelpublic void setAssetCount(int assetCount)
setAssetCount in interface com.liferay.asset.kernel.model.AssetTagStatsModelpublic long getColumnBitmask()
public com.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()
getExpandoBridge in interface com.liferay.asset.kernel.model.AssetTagStatsModelgetExpandoBridge in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetTagStats>getExpandoBridge in interface com.liferay.portal.kernel.model.ClassedModelgetExpandoBridge in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.asset.kernel.model.AssetTagStats>public void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext)
setExpandoBridgeAttributes in interface com.liferay.asset.kernel.model.AssetTagStatsModelsetExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetTagStats>setExpandoBridgeAttributes in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.asset.kernel.model.AssetTagStats>public com.liferay.asset.kernel.model.AssetTagStats toEscapedModel()
toEscapedModel in interface com.liferay.asset.kernel.model.AssetTagStatsModeltoEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetTagStats>toEscapedModel in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.asset.kernel.model.AssetTagStats>public Object clone()
clone in interface com.liferay.asset.kernel.model.AssetTagStatsModelclone in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetTagStats>clone in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.asset.kernel.model.AssetTagStats>public int compareTo(com.liferay.asset.kernel.model.AssetTagStats assetTagStats)
compareTo in interface com.liferay.asset.kernel.model.AssetTagStatsModelcompareTo in interface Comparable<com.liferay.asset.kernel.model.AssetTagStats>public int hashCode()
public boolean isEntityCacheEnabled()
isEntityCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetTagStats>public boolean isFinderCacheEnabled()
isFinderCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetTagStats>public void resetOriginalValues()
resetOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetTagStats>resetOriginalValues in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.asset.kernel.model.AssetTagStats>public com.liferay.portal.kernel.model.CacheModel<com.liferay.asset.kernel.model.AssetTagStats> toCacheModel()
toCacheModel in interface com.liferay.asset.kernel.model.AssetTagStatsModeltoCacheModel in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetTagStats>toCacheModel in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.asset.kernel.model.AssetTagStats>public String toString()
public String toXmlString()
toXmlString in interface com.liferay.asset.kernel.model.AssetTagStatsModeltoXmlString in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetTagStats>