public class AssetAutoTaggerEntryWrapper extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<AssetAutoTaggerEntry> implements AssetAutoTaggerEntry, com.liferay.portal.kernel.model.ModelWrapper<AssetAutoTaggerEntry>
This class is a wrapper for AssetAutoTaggerEntry
.
AssetAutoTaggerEntry
,
Serialized FormASSET_AUTO_TAGGER_ENTRY_ID_ACCESSOR
Constructor and Description |
---|
AssetAutoTaggerEntryWrapper(AssetAutoTaggerEntry assetAutoTaggerEntry) |
Modifier and Type | Method and Description |
---|---|
long |
getAssetAutoTaggerEntryId()
Returns the asset auto tagger entry ID of this asset auto tagger entry.
|
long |
getAssetEntryId()
Returns the asset entry ID of this asset auto tagger entry.
|
long |
getAssetTagId()
Returns the asset tag ID of this asset auto tagger entry.
|
long |
getCompanyId()
Returns the company ID of this asset auto tagger entry.
|
java.util.Date |
getCreateDate()
Returns the create date of this asset auto tagger entry.
|
long |
getGroupId()
Returns the group ID of this asset auto tagger entry.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.util.Date |
getModifiedDate()
Returns the modified date of this asset auto tagger entry.
|
long |
getPrimaryKey()
Returns the primary key of this asset auto tagger entry.
|
void |
persist()
NOTE FOR DEVELOPERS:
Never modify or reference this class directly.
|
void |
setAssetAutoTaggerEntryId(long assetAutoTaggerEntryId)
Sets the asset auto tagger entry ID of this asset auto tagger entry.
|
void |
setAssetEntryId(long assetEntryId)
Sets the asset entry ID of this asset auto tagger entry.
|
void |
setAssetTagId(long assetTagId)
Sets the asset tag ID of this asset auto tagger entry.
|
void |
setCompanyId(long companyId)
Sets the company ID of this asset auto tagger entry.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this asset auto tagger entry.
|
void |
setGroupId(long groupId)
Sets the group ID of this asset auto tagger entry.
|
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setModifiedDate(java.util.Date modifiedDate)
Sets the modified date of this asset auto tagger entry.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this asset auto tagger entry.
|
protected AssetAutoTaggerEntryWrapper |
wrap(AssetAutoTaggerEntry assetAutoTaggerEntry) |
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
finalize, getClass, notify, notifyAll, wait, wait, wait
clone, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlString
public AssetAutoTaggerEntryWrapper(AssetAutoTaggerEntry assetAutoTaggerEntry)
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes
in interface com.liferay.portal.kernel.model.BaseModel<AssetAutoTaggerEntry>
public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes
in interface com.liferay.portal.kernel.model.BaseModel<AssetAutoTaggerEntry>
public long getAssetAutoTaggerEntryId()
getAssetAutoTaggerEntryId
in interface AssetAutoTaggerEntryModel
public long getAssetEntryId()
getAssetEntryId
in interface AssetAutoTaggerEntryModel
public long getAssetTagId()
getAssetTagId
in interface AssetAutoTaggerEntryModel
public long getCompanyId()
getCompanyId
in interface AssetAutoTaggerEntryModel
getCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
public java.util.Date getCreateDate()
getCreateDate
in interface AssetAutoTaggerEntryModel
public long getGroupId()
getGroupId
in interface AssetAutoTaggerEntryModel
public java.util.Date getModifiedDate()
getModifiedDate
in interface AssetAutoTaggerEntryModel
public long getPrimaryKey()
getPrimaryKey
in interface AssetAutoTaggerEntryModel
public void persist()
AssetAutoTaggerEntry
interface instead.persist
in interface com.liferay.portal.kernel.model.PersistedModel
public void setAssetAutoTaggerEntryId(long assetAutoTaggerEntryId)
setAssetAutoTaggerEntryId
in interface AssetAutoTaggerEntryModel
assetAutoTaggerEntryId
- the asset auto tagger entry ID of this asset auto tagger entrypublic void setAssetEntryId(long assetEntryId)
setAssetEntryId
in interface AssetAutoTaggerEntryModel
assetEntryId
- the asset entry ID of this asset auto tagger entrypublic void setAssetTagId(long assetTagId)
setAssetTagId
in interface AssetAutoTaggerEntryModel
assetTagId
- the asset tag ID of this asset auto tagger entrypublic void setCompanyId(long companyId)
setCompanyId
in interface AssetAutoTaggerEntryModel
setCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
companyId
- the company ID of this asset auto tagger entrypublic void setCreateDate(java.util.Date createDate)
setCreateDate
in interface AssetAutoTaggerEntryModel
createDate
- the create date of this asset auto tagger entrypublic void setGroupId(long groupId)
setGroupId
in interface AssetAutoTaggerEntryModel
groupId
- the group ID of this asset auto tagger entrypublic void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate
in interface AssetAutoTaggerEntryModel
modifiedDate
- the modified date of this asset auto tagger entrypublic void setPrimaryKey(long primaryKey)
setPrimaryKey
in interface AssetAutoTaggerEntryModel
primaryKey
- the primary key of this asset auto tagger entryprotected AssetAutoTaggerEntryWrapper wrap(AssetAutoTaggerEntry assetAutoTaggerEntry)
wrap
in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<AssetAutoTaggerEntry>