public class AssetEntryAssetCategoryRelWrapper extends BaseModelWrapper<AssetEntryAssetCategoryRel> implements AssetEntryAssetCategoryRel, ModelWrapper<AssetEntryAssetCategoryRel>
This class is a wrapper for AssetEntryAssetCategoryRel.
AssetEntryAssetCategoryRel,
Serialized FormmodelASSET_ENTRY_ASSET_CATEGORY_REL_ID_ACCESSOR| Constructor and Description |
|---|
AssetEntryAssetCategoryRelWrapper(AssetEntryAssetCategoryRel assetEntryAssetCategoryRel) |
| Modifier and Type | Method and Description |
|---|---|
long |
getAssetCategoryId()
Returns the asset category ID of this asset entry asset category rel.
|
long |
getAssetEntryAssetCategoryRelId()
Returns the asset entry asset category rel ID of this asset entry asset category rel.
|
long |
getAssetEntryId()
Returns the asset entry ID of this asset entry asset category rel.
|
java.util.Map<java.lang.String,java.util.function.Function<AssetEntryAssetCategoryRel,java.lang.Object>> |
getAttributeGetterFunctions() |
java.util.Map<java.lang.String,java.util.function.BiConsumer<AssetEntryAssetCategoryRel,java.lang.Object>> |
getAttributeSetterBiConsumers() |
long |
getCompanyId()
Returns the company ID of this asset entry asset category rel.
|
long |
getCtCollectionId()
Returns the ct collection ID of this asset entry asset category rel.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
long |
getMvccVersion()
Returns the mvcc version of this asset entry asset category rel.
|
long |
getPrimaryKey()
Returns the primary key of this asset entry asset category rel.
|
int |
getPriority()
Returns the priority of this asset entry asset category rel.
|
void |
persist()
Updates this model instance in the database or adds it if it does not yet
exist.
|
void |
setAssetCategoryId(long assetCategoryId)
Sets the asset category ID of this asset entry asset category rel.
|
void |
setAssetEntryAssetCategoryRelId(long assetEntryAssetCategoryRelId)
Sets the asset entry asset category rel ID of this asset entry asset category rel.
|
void |
setAssetEntryId(long assetEntryId)
Sets the asset entry ID of this asset entry asset category rel.
|
void |
setCompanyId(long companyId)
Sets the company ID of this asset entry asset category rel.
|
void |
setCtCollectionId(long ctCollectionId)
Sets the ct collection ID of this asset entry asset category rel.
|
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this asset entry asset category rel.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this asset entry asset category rel.
|
void |
setPriority(int priority)
Sets the priority of this asset entry asset category rel.
|
protected AssetEntryAssetCategoryRelWrapper |
wrap(AssetEntryAssetCategoryRel assetEntryAssetCategoryRel) |
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, toXmlStringfinalize, getClass, notify, notifyAll, wait, wait, waitclone, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringgetModelClass, getModelClassNamegetWrappedModelpublic AssetEntryAssetCategoryRelWrapper(AssetEntryAssetCategoryRel assetEntryAssetCategoryRel)
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface BaseModel<AssetEntryAssetCategoryRel>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface BaseModel<AssetEntryAssetCategoryRel>public long getAssetCategoryId()
getAssetCategoryId in interface AssetEntryAssetCategoryRelModelpublic long getAssetEntryAssetCategoryRelId()
getAssetEntryAssetCategoryRelId in interface AssetEntryAssetCategoryRelModelpublic long getAssetEntryId()
getAssetEntryId in interface AssetEntryAssetCategoryRelModelpublic long getCompanyId()
getCompanyId in interface AssetEntryAssetCategoryRelModelgetCompanyId in interface ShardedModelpublic long getCtCollectionId()
getCtCollectionId in interface AssetEntryAssetCategoryRelModelgetCtCollectionId in interface CTModel<AssetEntryAssetCategoryRel>public long getMvccVersion()
getMvccVersion in interface AssetEntryAssetCategoryRelModelgetMvccVersion in interface MVCCModelpublic long getPrimaryKey()
getPrimaryKey in interface AssetEntryAssetCategoryRelModelgetPrimaryKey in interface CTModel<AssetEntryAssetCategoryRel>public int getPriority()
getPriority in interface AssetEntryAssetCategoryRelModelpublic void persist()
PersistedModelpersist in interface PersistedModelpublic void setAssetCategoryId(long assetCategoryId)
setAssetCategoryId in interface AssetEntryAssetCategoryRelModelassetCategoryId - the asset category ID of this asset entry asset category relpublic void setAssetEntryAssetCategoryRelId(long assetEntryAssetCategoryRelId)
setAssetEntryAssetCategoryRelId in interface AssetEntryAssetCategoryRelModelassetEntryAssetCategoryRelId - the asset entry asset category rel ID of this asset entry asset category relpublic void setAssetEntryId(long assetEntryId)
setAssetEntryId in interface AssetEntryAssetCategoryRelModelassetEntryId - the asset entry ID of this asset entry asset category relpublic void setCompanyId(long companyId)
setCompanyId in interface AssetEntryAssetCategoryRelModelsetCompanyId in interface ShardedModelcompanyId - the company ID of this asset entry asset category relpublic void setCtCollectionId(long ctCollectionId)
setCtCollectionId in interface AssetEntryAssetCategoryRelModelsetCtCollectionId in interface CTModel<AssetEntryAssetCategoryRel>ctCollectionId - the ct collection ID of this asset entry asset category relpublic void setMvccVersion(long mvccVersion)
setMvccVersion in interface AssetEntryAssetCategoryRelModelsetMvccVersion in interface MVCCModelmvccVersion - the mvcc version of this asset entry asset category relpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface AssetEntryAssetCategoryRelModelsetPrimaryKey in interface CTModel<AssetEntryAssetCategoryRel>primaryKey - the primary key of this asset entry asset category relpublic void setPriority(int priority)
setPriority in interface AssetEntryAssetCategoryRelModelpriority - the priority of this asset entry asset category relpublic java.util.Map<java.lang.String,java.util.function.Function<AssetEntryAssetCategoryRel,java.lang.Object>> getAttributeGetterFunctions()
getAttributeGetterFunctions in interface BaseModel<AssetEntryAssetCategoryRel>public java.util.Map<java.lang.String,java.util.function.BiConsumer<AssetEntryAssetCategoryRel,java.lang.Object>> getAttributeSetterBiConsumers()
getAttributeSetterBiConsumers in interface BaseModel<AssetEntryAssetCategoryRel>protected AssetEntryAssetCategoryRelWrapper wrap(AssetEntryAssetCategoryRel assetEntryAssetCategoryRel)
wrap in class BaseModelWrapper<AssetEntryAssetCategoryRel>