@ProviderType public interface DepotAppCustomizationModel extends BaseModel<DepotAppCustomization>, MVCCModel, ShardedModel
This interface and its corresponding implementation com.liferay.depot.model.impl.DepotAppCustomizationModelImpl exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in com.liferay.depot.model.impl.DepotAppCustomizationImpl.
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.
|
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 |
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 |
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.
|
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringgetModelClass, getModelClassNamelong getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey - the primary key of this depot app customizationlong getMvccVersion()
getMvccVersion in interface MVCCModelvoid setMvccVersion(long mvccVersion)
setMvccVersion in interface MVCCModelmvccVersion - the mvcc version of this depot app customizationlong getDepotAppCustomizationId()
void setDepotAppCustomizationId(long depotAppCustomizationId)
depotAppCustomizationId - the depot app customization ID of this depot app customizationlong getCompanyId()
getCompanyId in interface ShardedModelvoid setCompanyId(long companyId)
setCompanyId in interface ShardedModelcompanyId - the company ID of this depot app customizationlong getDepotEntryId()
void setDepotEntryId(long depotEntryId)
depotEntryId - the depot entry ID of this depot app customizationboolean getEnabled()
boolean isEnabled()
true if this depot app customization is enabled.true if this depot app customization is enabled; false otherwisevoid setEnabled(boolean enabled)
enabled - the enabled of this depot app customization@AutoEscape java.lang.String getPortletId()
void setPortletId(java.lang.String portletId)
portletId - the portlet ID of this depot app customization