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

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

public abstract class AssetTagPropertyBaseImpl
extends AssetTagPropertyModelImpl
implements com.liferay.portlet.asset.model.AssetTagProperty

The extended model base implementation for the AssetTagProperty service. Represents a row in the "AssetTagProperty" database table, with each column mapped to a property of this class.

This class exists only as a container for the default extended model level methods generated by ServiceBuilder. Helper methods and all application logic should be put in AssetTagPropertyImpl.

Author:
Brian Wing Shun Chan
See Also:
AssetTagPropertyImpl, AssetTagProperty, Serialized Form
Generated:

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
AssetTagPropertyBaseImpl()
           
 
Method Summary
 void persist()
           
 
Methods inherited from class com.liferay.portlet.asset.model.impl.AssetTagPropertyModelImpl
clone, compareTo, equals, getColumnBitmask, getCompanyId, getCreateDate, getExpandoBridge, getKey, getModelClass, getModelClassName, getModifiedDate, getOriginalCompanyId, getOriginalKey, getOriginalTagId, getPrimaryKey, getPrimaryKeyObj, getTagId, getTagPropertyId, getUserId, getUserName, getUserUuid, getValue, hashCode, resetOriginalValues, setCompanyId, setCreateDate, setExpandoBridgeAttributes, setKey, setModifiedDate, setPrimaryKey, setPrimaryKeyObj, setTagId, setTagPropertyId, setUserId, setUserName, setUserUuid, setValue, toCacheModel, toEscapedModel, toModel, toModels, toString, 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, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
resetOriginalValues
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 

Constructor Detail

AssetTagPropertyBaseImpl

public AssetTagPropertyBaseImpl()
Method Detail

persist

public void persist()
             throws com.liferay.portal.kernel.exception.SystemException
Specified by:
persist in interface com.liferay.portal.model.PersistedModel
Throws:
com.liferay.portal.kernel.exception.SystemException