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
modelFields inherited from interface com.liferay.depot.model.DepotAppCustomization
DEPOT_APP_CUSTOMIZATION_ID_ACCESSOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongReturns the company ID of this depot app customization.longReturns the ct collection ID of this depot app customization.longReturns the depot app customization ID of this depot app customization.longReturns the depot entry ID of this depot app customization.booleanReturns the enabled of this depot app customization.longReturns the mvcc version of this depot app customization.Returns the portlet ID of this depot app customization.longReturns the primary key of this depot app customization.booleanReturnstrueif this depot app customization is enabled.voidpersist()voidsetCompanyId(long companyId) Sets the company ID of this depot app customization.voidsetCtCollectionId(long ctCollectionId) Sets the ct collection ID of this depot app customization.voidsetDepotAppCustomizationId(long depotAppCustomizationId) Sets the depot app customization ID of this depot app customization.voidsetDepotEntryId(long depotEntryId) Sets the depot entry ID of this depot app customization.voidsetEnabled(boolean enabled) Sets whether this depot app customization is enabled.voidsetModelAttributes(Map<String, Object> attributes) voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this depot app customization.voidsetPortletId(String portletId) Sets the portlet ID of this depot app customization.voidsetPrimaryKey(long primaryKey) Sets the primary key of this depot app customization.protected DepotAppCustomizationWrapperwrap(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, toUnescapedModelMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods 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, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.liferay.portal.kernel.model.ModelWrapper
getWrappedModel
-
Constructor Details
-
DepotAppCustomizationWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<DepotAppCustomization>
-
setModelAttributes
- Specified by:
setModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<DepotAppCustomization>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<DepotAppCustomization>- Specified by:
cloneWithOriginalValuesin interfaceDepotAppCustomizationModel
-
getCompanyId
public long getCompanyId()Returns the company ID of this depot app customization.- Specified by:
getCompanyIdin interfaceDepotAppCustomizationModel- Specified by:
getCompanyIdin 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:
getCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<DepotAppCustomization>- Specified by:
getCtCollectionIdin 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:
getDepotAppCustomizationIdin 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:
getDepotEntryIdin 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:
getEnabledin interfaceDepotAppCustomizationModel- Returns:
- the enabled of this depot app customization
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this depot app customization.- Specified by:
getMvccVersionin interfaceDepotAppCustomizationModel- Specified by:
getMvccVersionin 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:
getPortletIdin 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:
getPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<DepotAppCustomization>- Specified by:
getPrimaryKeyin interfaceDepotAppCustomizationModel- Returns:
- the primary key of this depot app customization
-
isEnabled
public boolean isEnabled()Returnstrueif this depot app customization is enabled.- Specified by:
isEnabledin interfaceDepotAppCustomizationModel- Returns:
trueif this depot app customization is enabled;falseotherwise
-
persist
public void persist()- Specified by:
persistin interfacecom.liferay.portal.kernel.model.PersistedModel
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this depot app customization.- Specified by:
setCompanyIdin interfaceDepotAppCustomizationModel- Specified by:
setCompanyIdin 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:
setCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<DepotAppCustomization>- Specified by:
setCtCollectionIdin 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:
setDepotAppCustomizationIdin 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:
setDepotEntryIdin 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:
setEnabledin 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:
setMvccVersionin interfaceDepotAppCustomizationModel- Specified by:
setMvccVersionin 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:
setPortletIdin 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:
setPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<DepotAppCustomization>- Specified by:
setPrimaryKeyin interfaceDepotAppCustomizationModel- Parameters:
primaryKey- the primary key of this depot app customization
-
toXmlString
- Specified by:
toXmlStringin interfaceDepotAppCustomizationModel
-
getAttributeGetterFunctions
- Specified by:
getAttributeGetterFunctionsin interfacecom.liferay.portal.kernel.model.BaseModel<DepotAppCustomization>
-
getAttributeSetterBiConsumers
- Specified by:
getAttributeSetterBiConsumersin interfacecom.liferay.portal.kernel.model.BaseModel<DepotAppCustomization>
-
wrap
- Specified by:
wrapin classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<DepotAppCustomization>
-