Class AssetTagGroupRelImpl
Object
com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.asset.kernel.model.AssetTagGroupRel>
com.liferay.portlet.asset.model.impl.AssetTagGroupRelModelImpl
com.liferay.portlet.asset.model.impl.AssetTagGroupRelBaseImpl
com.liferay.portlet.asset.model.impl.AssetTagGroupRelImpl
- All Implemented Interfaces:
com.liferay.asset.kernel.model.AssetTagGroupRel,com.liferay.asset.kernel.model.AssetTagGroupRelModel,com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetTagGroupRel>,com.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.asset.kernel.model.AssetTagGroupRel>,com.liferay.portal.kernel.model.ClassedModel,com.liferay.portal.kernel.model.MVCCModel,com.liferay.portal.kernel.model.PersistedModel,com.liferay.portal.kernel.model.ShardedModel,Serializable,Cloneable,Comparable<com.liferay.asset.kernel.model.AssetTagGroupRel>
- Author:
- Brian Wing Shun Chan
- See Also:
-
Field Summary
Fields inherited from class com.liferay.portlet.asset.model.impl.AssetTagGroupRelModelImpl
ASSETTAGGROUPRELID_COLUMN_BITMASK, COLUMN_BITMASK_ENABLED, COMPANYID_COLUMN_BITMASK, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, GROUPID_COLUMN_BITMASK, LOCK_EXPIRATION_TIME, ORDER_BY_JPQL, ORDER_BY_SQL, SESSION_FACTORY, TABLE_COLUMNS, TABLE_COLUMNS_MAP, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TAGID_COLUMN_BITMASK, TX_MANAGER, UUID_COLUMN_BITMASKFields inherited from interface com.liferay.asset.kernel.model.AssetTagGroupRel
ASSET_TAG_GROUP_REL_ID_ACCESSOR -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.liferay.portlet.asset.model.impl.AssetTagGroupRelBaseImpl
persistMethods inherited from class com.liferay.portlet.asset.model.impl.AssetTagGroupRelModelImpl
clone, cloneWithOriginalValues, compareTo, equals, getAssetTagGroupRelId, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getColumnBitmask, getColumnBitmask, getColumnOriginalValue, getColumnValue, getCompanyId, getCtCollectionId, getExpandoBridge, getGroupId, getModelAttributes, getModelClass, getModelClassName, getMvccVersion, getOriginalCompanyId, getOriginalGroupId, getOriginalTagId, getOriginalUuid, getPrimaryKey, getPrimaryKeyObj, getTagId, getUuid, hashCode, isEntityCacheEnabled, isFinderCacheEnabled, resetOriginalValues, setAssetTagGroupRelId, setCompanyId, setCtCollectionId, setExpandoBridgeAttributes, setGroupId, setModelAttributes, setMvccVersion, setPrimaryKey, setPrimaryKeyObj, setTagId, setUuid, toCacheModel, toEscapedModel, toStringMethods inherited from class com.liferay.portal.kernel.model.impl.BaseModelImpl
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModelMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.liferay.asset.kernel.model.AssetTagGroupRelModel
cloneWithOriginalValues, getAssetTagGroupRelId, getCompanyId, getCtCollectionId, getGroupId, getMvccVersion, getPrimaryKey, getTagId, getUuid, setAssetTagGroupRelId, setCompanyId, setCtCollectionId, setGroupId, setMvccVersion, setPrimaryKey, setTagId, setUuid, toXmlStringMethods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareTo
-
Constructor Details
-
AssetTagGroupRelImpl
public AssetTagGroupRelImpl()
-