Liferay 6.1.2-ce-ga3

com.liferay.portlet.asset.model.impl
Class AssetTagPropertyImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<AssetTagProperty>
      extended by com.liferay.portlet.asset.model.impl.AssetTagPropertyModelImpl
          extended by com.liferay.portlet.asset.model.impl.AssetTagPropertyBaseImpl
              extended by com.liferay.portlet.asset.model.impl.AssetTagPropertyImpl
All Implemented Interfaces:
AuditedModel, BaseModel<AssetTagProperty>, ClassedModel, PersistedModel, AssetTagProperty, AssetTagPropertyModel, Serializable, Cloneable, Comparable<AssetTagProperty>

public class AssetTagPropertyImpl
extends AssetTagPropertyBaseImpl

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portlet.asset.model.impl.AssetTagPropertyModelImpl
COLUMN_BITMASK_ENABLED, COMPANYID_COLUMN_BITMASK, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, KEY_COLUMN_BITMASK, LOCK_EXPIRATION_TIME, ORDER_BY_JPQL, ORDER_BY_SQL, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TAGID_COLUMN_BITMASK, TX_MANAGER
 
Constructor Summary
AssetTagPropertyImpl()
           
 
Method Summary
 
Methods inherited from class com.liferay.portlet.asset.model.impl.AssetTagPropertyBaseImpl
persist
 
Methods inherited from class com.liferay.portlet.asset.model.impl.AssetTagPropertyModelImpl
clone, compareTo, equals, getColumnBitmask, getCompanyId, getCreateDate, getExpandoBridge, getKey, getModelAttributes, getModelClass, getModelClassName, getModifiedDate, getOriginalCompanyId, getOriginalKey, getOriginalTagId, getPrimaryKey, getPrimaryKeyObj, getTagId, getTagPropertyId, getUserId, getUserName, getUserUuid, getValue, hashCode, resetOriginalValues, setCompanyId, setCreateDate, setExpandoBridgeAttributes, setKey, setModelAttributes, setModifiedDate, setPrimaryKey, setPrimaryKeyObj, setTagId, setTagPropertyId, setUserId, setUserName, setUserUuid, setValue, toCacheModel, toEscapedModel, toModel, toModels, toString, toUnescapedModel, toXmlString
 
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.AssetTagPropertyModel
clone, compareTo, getCompanyId, getCreateDate, getExpandoBridge, getKey, getModifiedDate, getPrimaryKey, getPrimaryKeyObj, getTagId, getTagPropertyId, getUserId, getUserName, getUserUuid, getValue, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setCompanyId, setCreateDate, setExpandoBridgeAttributes, setKey, setModifiedDate, setNew, setPrimaryKey, setPrimaryKeyObj, setTagId, setTagPropertyId, setUserId, setUserName, setUserUuid, setValue, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 

Constructor Detail

AssetTagPropertyImpl

public AssetTagPropertyImpl()

Liferay 6.1.2-ce-ga3