Package com.liferay.depot.model
Class DepotAppCustomizationWrapper
java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<DepotAppCustomization>
com.liferay.depot.model.DepotAppCustomizationWrapper
- All Implemented Interfaces:
DepotAppCustomization
,DepotAppCustomizationModel
,com.liferay.portal.kernel.model.BaseModel<DepotAppCustomization>
,com.liferay.portal.kernel.model.change.tracking.CTModel<DepotAppCustomization>
,com.liferay.portal.kernel.model.ClassedModel
,com.liferay.portal.kernel.model.ModelWrapper<DepotAppCustomization>
,com.liferay.portal.kernel.model.MVCCModel
,com.liferay.portal.kernel.model.PersistedModel
,com.liferay.portal.kernel.model.ShardedModel
,Serializable
,Cloneable
,Comparable<DepotAppCustomization>
public class DepotAppCustomizationWrapper
extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<DepotAppCustomization>
implements DepotAppCustomization, com.liferay.portal.kernel.model.ModelWrapper<DepotAppCustomization>
This class is a wrapper for DepotAppCustomization
.
- See Also:
- Generated:
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
model
Fields inherited from interface com.liferay.depot.model.DepotAppCustomization
DEPOT_APP_CUSTOMIZATION_ID_ACCESSOR
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
Returns the company ID of this depot app customization.long
Returns the ct collection ID of this depot app customization.long
Returns the depot app customization ID of this depot app customization.long
Returns the depot entry ID of this depot app customization.boolean
Returns the enabled of this depot app customization.long
Returns the mvcc version of this depot app customization.Returns the portlet ID of this depot app customization.long
Returns the primary key of this depot app customization.boolean
Returnstrue
if this depot app customization is enabled.void
persist()
void
setCompanyId
(long companyId) Sets the company ID of this depot app customization.void
setCtCollectionId
(long ctCollectionId) Sets the ct collection 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
(Map<String, Object> attributes) void
setMvccVersion
(long mvccVersion) Sets the mvcc version of this depot app customization.void
setPortletId
(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) Methods inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
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
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel
Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassName
Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface com.liferay.portal.kernel.model.ModelWrapper
getWrappedModel
-
Constructor Details
-
DepotAppCustomizationWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<DepotAppCustomization>
-
setModelAttributes
- Specified by:
setModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<DepotAppCustomization>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValues
in interfacecom.liferay.portal.kernel.model.BaseModel<DepotAppCustomization>
- Specified by:
cloneWithOriginalValues
in interfaceDepotAppCustomizationModel
-
getCompanyId
public long getCompanyId()Returns the company ID of this depot app customization.- Specified by:
getCompanyId
in interfaceDepotAppCustomizationModel
- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Returns:
- the company ID of this depot app customization
-
getCtCollectionId
public long getCtCollectionId()Returns the ct collection ID of this depot app customization.- Specified by:
getCtCollectionId
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<DepotAppCustomization>
- Specified by:
getCtCollectionId
in interfaceDepotAppCustomizationModel
- Returns:
- the ct collection ID of this depot app customization
-
getDepotAppCustomizationId
public long getDepotAppCustomizationId()Returns the depot app customization ID of this depot app customization.- Specified by:
getDepotAppCustomizationId
in interfaceDepotAppCustomizationModel
- Returns:
- the depot app customization ID of this depot app customization
-
getDepotEntryId
public long getDepotEntryId()Returns the depot entry ID of this depot app customization.- Specified by:
getDepotEntryId
in interfaceDepotAppCustomizationModel
- Returns:
- the depot entry ID of this depot app customization
-
getEnabled
public boolean getEnabled()Returns the enabled of this depot app customization.- Specified by:
getEnabled
in interfaceDepotAppCustomizationModel
- Returns:
- the enabled of this depot app customization
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this depot app customization.- Specified by:
getMvccVersion
in interfaceDepotAppCustomizationModel
- Specified by:
getMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Returns:
- the mvcc version of this depot app customization
-
getPortletId
Returns the portlet ID of this depot app customization.- Specified by:
getPortletId
in interfaceDepotAppCustomizationModel
- Returns:
- the portlet ID of this depot app customization
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this depot app customization.- Specified by:
getPrimaryKey
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<DepotAppCustomization>
- Specified by:
getPrimaryKey
in interfaceDepotAppCustomizationModel
- Returns:
- the primary key of this depot app customization
-
isEnabled
public boolean isEnabled()Returnstrue
if this depot app customization is enabled.- Specified by:
isEnabled
in interfaceDepotAppCustomizationModel
- Returns:
true
if this depot app customization is enabled;false
otherwise
-
persist
public void persist()- Specified by:
persist
in interfacecom.liferay.portal.kernel.model.PersistedModel
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this depot app customization.- Specified by:
setCompanyId
in interfaceDepotAppCustomizationModel
- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Parameters:
companyId
- the company ID of this depot app customization
-
setCtCollectionId
public void setCtCollectionId(long ctCollectionId) Sets the ct collection ID of this depot app customization.- Specified by:
setCtCollectionId
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<DepotAppCustomization>
- Specified by:
setCtCollectionId
in interfaceDepotAppCustomizationModel
- Parameters:
ctCollectionId
- the ct collection ID of this depot app customization
-
setDepotAppCustomizationId
public void setDepotAppCustomizationId(long depotAppCustomizationId) Sets the depot app customization ID of this depot app customization.- Specified by:
setDepotAppCustomizationId
in interfaceDepotAppCustomizationModel
- Parameters:
depotAppCustomizationId
- the depot app customization ID of this depot app customization
-
setDepotEntryId
public void setDepotEntryId(long depotEntryId) Sets the depot entry ID of this depot app customization.- Specified by:
setDepotEntryId
in interfaceDepotAppCustomizationModel
- Parameters:
depotEntryId
- the depot entry ID of this depot app customization
-
setEnabled
public void setEnabled(boolean enabled) Sets whether this depot app customization is enabled.- Specified by:
setEnabled
in interfaceDepotAppCustomizationModel
- Parameters:
enabled
- the enabled of this depot app customization
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this depot app customization.- Specified by:
setMvccVersion
in interfaceDepotAppCustomizationModel
- Specified by:
setMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Parameters:
mvccVersion
- the mvcc version of this depot app customization
-
setPortletId
Sets the portlet ID of this depot app customization.- Specified by:
setPortletId
in interfaceDepotAppCustomizationModel
- Parameters:
portletId
- the portlet ID of this depot app customization
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this depot app customization.- Specified by:
setPrimaryKey
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<DepotAppCustomization>
- Specified by:
setPrimaryKey
in interfaceDepotAppCustomizationModel
- Parameters:
primaryKey
- the primary key of this depot app customization
-
toXmlString
- Specified by:
toXmlString
in interfaceDepotAppCustomizationModel
-
getAttributeGetterFunctions
- Specified by:
getAttributeGetterFunctions
in interfacecom.liferay.portal.kernel.model.BaseModel<DepotAppCustomization>
-
getAttributeSetterBiConsumers
- Specified by:
getAttributeSetterBiConsumers
in interfacecom.liferay.portal.kernel.model.BaseModel<DepotAppCustomization>
-
wrap
- Specified by:
wrap
in classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<DepotAppCustomization>
-