public class DepotAppCustomizationWrapper extends BaseModelWrapper<DepotAppCustomization> implements DepotAppCustomization, ModelWrapper<DepotAppCustomization>
This class is a wrapper for DepotAppCustomization.
DepotAppCustomization,
Serialized FormmodelDEPOT_APP_CUSTOMIZATION_ID_ACCESSOR| Constructor and Description |
|---|
DepotAppCustomizationWrapper(DepotAppCustomization depotAppCustomization) |
| Modifier and Type | Method and Description |
|---|---|
long |
getCompanyId()
Returns the company ID of this depot app customization.
|
long |
getDepotAppCustomizationId()
Returns the depot app customization ID of this depot app customization.
|
long |
getDepotEntryId()
Returns the depot entry ID of this depot app customization.
|
boolean |
getEnabled()
Returns the enabled of this depot app customization.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
long |
getMvccVersion()
Returns the mvcc version of this depot app customization.
|
java.lang.String |
getPortletId()
Returns the portlet ID of this depot app customization.
|
long |
getPrimaryKey()
Returns the primary key of this depot app customization.
|
boolean |
isEnabled()
Returns
true if this depot app customization is enabled. |
void |
persist()
Updates this model instance in the database or adds it if it does not yet
exist.
|
void |
setCompanyId(long companyId)
Sets the company ID of this depot app customization.
|
void |
setDepotAppCustomizationId(long depotAppCustomizationId)
Sets the depot app customization ID of this depot app customization.
|
void |
setDepotEntryId(long depotEntryId)
Sets the depot entry ID of this depot app customization.
|
void |
setEnabled(boolean enabled)
Sets whether this depot app customization is enabled.
|
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this depot app customization.
|
void |
setPortletId(java.lang.String portletId)
Sets the portlet ID of this depot app customization.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this depot app customization.
|
protected DepotAppCustomizationWrapper |
wrap(DepotAppCustomization depotAppCustomization) |
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, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringgetModelClass, getModelClassNamegetWrappedModelpublic DepotAppCustomizationWrapper(DepotAppCustomization depotAppCustomization)
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface BaseModel<DepotAppCustomization>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface BaseModel<DepotAppCustomization>public long getCompanyId()
getCompanyId in interface DepotAppCustomizationModelgetCompanyId in interface ShardedModelpublic long getDepotAppCustomizationId()
getDepotAppCustomizationId in interface DepotAppCustomizationModelpublic long getDepotEntryId()
getDepotEntryId in interface DepotAppCustomizationModelpublic boolean getEnabled()
getEnabled in interface DepotAppCustomizationModelpublic long getMvccVersion()
getMvccVersion in interface DepotAppCustomizationModelgetMvccVersion in interface MVCCModelpublic java.lang.String getPortletId()
getPortletId in interface DepotAppCustomizationModelpublic long getPrimaryKey()
getPrimaryKey in interface DepotAppCustomizationModelpublic boolean isEnabled()
true if this depot app customization is enabled.isEnabled in interface DepotAppCustomizationModeltrue if this depot app customization is enabled; false otherwisepublic void persist()
PersistedModelpersist in interface PersistedModelpublic void setCompanyId(long companyId)
setCompanyId in interface DepotAppCustomizationModelsetCompanyId in interface ShardedModelcompanyId - the company ID of this depot app customizationpublic void setDepotAppCustomizationId(long depotAppCustomizationId)
setDepotAppCustomizationId in interface DepotAppCustomizationModeldepotAppCustomizationId - the depot app customization ID of this depot app customizationpublic void setDepotEntryId(long depotEntryId)
setDepotEntryId in interface DepotAppCustomizationModeldepotEntryId - the depot entry ID of this depot app customizationpublic void setEnabled(boolean enabled)
setEnabled in interface DepotAppCustomizationModelenabled - the enabled of this depot app customizationpublic void setMvccVersion(long mvccVersion)
setMvccVersion in interface DepotAppCustomizationModelsetMvccVersion in interface MVCCModelmvccVersion - the mvcc version of this depot app customizationpublic void setPortletId(java.lang.String portletId)
setPortletId in interface DepotAppCustomizationModelportletId - the portlet ID of this depot app customizationpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface DepotAppCustomizationModelprimaryKey - the primary key of this depot app customizationprotected DepotAppCustomizationWrapper wrap(DepotAppCustomization depotAppCustomization)
wrap in class BaseModelWrapper<DepotAppCustomization>