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:
  • Constructor Details

    • DepotAppCustomizationWrapper

      public DepotAppCustomizationWrapper(DepotAppCustomization depotAppCustomization)
  • Method Details

    • getModelAttributes

      public Map<String,Object> getModelAttributes()
      Specified by:
      getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<DepotAppCustomization>
    • setModelAttributes

      public void setModelAttributes(Map<String,Object> attributes)
      Specified by:
      setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<DepotAppCustomization>
    • cloneWithOriginalValues

      public DepotAppCustomization cloneWithOriginalValues()
      Specified by:
      cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<DepotAppCustomization>
      Specified by:
      cloneWithOriginalValues in interface DepotAppCustomizationModel
    • getCompanyId

      public long getCompanyId()
      Returns the company ID of this depot app customization.
      Specified by:
      getCompanyId in interface DepotAppCustomizationModel
      Specified by:
      getCompanyId in interface com.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 interface com.liferay.portal.kernel.model.change.tracking.CTModel<DepotAppCustomization>
      Specified by:
      getCtCollectionId in interface DepotAppCustomizationModel
      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 interface DepotAppCustomizationModel
      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 interface DepotAppCustomizationModel
      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 interface DepotAppCustomizationModel
      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 interface DepotAppCustomizationModel
      Specified by:
      getMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel
      Returns:
      the mvcc version of this depot app customization
    • getPortletId

      public String getPortletId()
      Returns the portlet ID of this depot app customization.
      Specified by:
      getPortletId in interface DepotAppCustomizationModel
      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 interface com.liferay.portal.kernel.model.change.tracking.CTModel<DepotAppCustomization>
      Specified by:
      getPrimaryKey in interface DepotAppCustomizationModel
      Returns:
      the primary key of this depot app customization
    • isEnabled

      public boolean isEnabled()
      Returns true if this depot app customization is enabled.
      Specified by:
      isEnabled in interface DepotAppCustomizationModel
      Returns:
      true if this depot app customization is enabled; false otherwise
    • persist

      public void persist()
      Specified by:
      persist in interface com.liferay.portal.kernel.model.PersistedModel
    • setCompanyId

      public void setCompanyId(long companyId)
      Sets the company ID of this depot app customization.
      Specified by:
      setCompanyId in interface DepotAppCustomizationModel
      Specified by:
      setCompanyId in interface com.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 interface com.liferay.portal.kernel.model.change.tracking.CTModel<DepotAppCustomization>
      Specified by:
      setCtCollectionId in interface DepotAppCustomizationModel
      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 interface DepotAppCustomizationModel
      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 interface DepotAppCustomizationModel
      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 interface DepotAppCustomizationModel
      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 interface DepotAppCustomizationModel
      Specified by:
      setMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel
      Parameters:
      mvccVersion - the mvcc version of this depot app customization
    • setPortletId

      public void setPortletId(String portletId)
      Sets the portlet ID of this depot app customization.
      Specified by:
      setPortletId in interface DepotAppCustomizationModel
      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 interface com.liferay.portal.kernel.model.change.tracking.CTModel<DepotAppCustomization>
      Specified by:
      setPrimaryKey in interface DepotAppCustomizationModel
      Parameters:
      primaryKey - the primary key of this depot app customization
    • toXmlString

      public String toXmlString()
      Specified by:
      toXmlString in interface DepotAppCustomizationModel
    • getAttributeGetterFunctions

      public Map<String,Function<DepotAppCustomization,Object>> getAttributeGetterFunctions()
      Specified by:
      getAttributeGetterFunctions in interface com.liferay.portal.kernel.model.BaseModel<DepotAppCustomization>
    • getAttributeSetterBiConsumers

      public Map<String,BiConsumer<DepotAppCustomization,Object>> getAttributeSetterBiConsumers()
      Specified by:
      getAttributeSetterBiConsumers in interface com.liferay.portal.kernel.model.BaseModel<DepotAppCustomization>
    • wrap

      protected DepotAppCustomizationWrapper wrap(DepotAppCustomization depotAppCustomization)
      Specified by:
      wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<DepotAppCustomization>