public class AppBuilderAppDeploymentWrapper extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<AppBuilderAppDeployment> implements AppBuilderAppDeployment, com.liferay.portal.kernel.model.ModelWrapper<AppBuilderAppDeployment>
This class is a wrapper for AppBuilderAppDeployment.
AppBuilderAppDeployment,
Serialized FormAPP_BUILDER_APP_DEPLOYMENT_ID_ACCESSOR| Constructor and Description |
|---|
AppBuilderAppDeploymentWrapper(AppBuilderAppDeployment appBuilderAppDeployment) |
| Modifier and Type | Method and Description |
|---|---|
long |
getAppBuilderAppDeploymentId()
Returns the app builder app deployment ID of this app builder app deployment.
|
long |
getAppBuilderAppId()
Returns the app builder app ID of this app builder app deployment.
|
long |
getCompanyId()
Returns the company ID of this app builder app deployment.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
long |
getPrimaryKey()
Returns the primary key of this app builder app deployment.
|
java.lang.String |
getSettings()
Returns the settings of this app builder app deployment.
|
java.lang.String |
getType()
Returns the type of this app builder app deployment.
|
void |
persist() |
void |
setAppBuilderAppDeploymentId(long appBuilderAppDeploymentId)
Sets the app builder app deployment ID of this app builder app deployment.
|
void |
setAppBuilderAppId(long appBuilderAppId)
Sets the app builder app ID of this app builder app deployment.
|
void |
setCompanyId(long companyId)
Sets the company ID of this app builder app deployment.
|
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this app builder app deployment.
|
void |
setSettings(java.lang.String settings)
Sets the settings of this app builder app deployment.
|
void |
setType(java.lang.String type)
Sets the type of this app builder app deployment.
|
protected AppBuilderAppDeploymentWrapper |
wrap(AppBuilderAppDeployment appBuilderAppDeployment) |
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, toXmlStringpublic AppBuilderAppDeploymentWrapper(AppBuilderAppDeployment appBuilderAppDeployment)
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<AppBuilderAppDeployment>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<AppBuilderAppDeployment>public long getAppBuilderAppDeploymentId()
getAppBuilderAppDeploymentId in interface AppBuilderAppDeploymentModelpublic long getAppBuilderAppId()
getAppBuilderAppId in interface AppBuilderAppDeploymentModelpublic long getCompanyId()
getCompanyId in interface AppBuilderAppDeploymentModelgetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelpublic long getPrimaryKey()
getPrimaryKey in interface AppBuilderAppDeploymentModelpublic java.lang.String getSettings()
getSettings in interface AppBuilderAppDeploymentModelpublic java.lang.String getType()
getType in interface AppBuilderAppDeploymentModelpublic void persist()
persist in interface com.liferay.portal.kernel.model.PersistedModelpublic void setAppBuilderAppDeploymentId(long appBuilderAppDeploymentId)
setAppBuilderAppDeploymentId in interface AppBuilderAppDeploymentModelappBuilderAppDeploymentId - the app builder app deployment ID of this app builder app deploymentpublic void setAppBuilderAppId(long appBuilderAppId)
setAppBuilderAppId in interface AppBuilderAppDeploymentModelappBuilderAppId - the app builder app ID of this app builder app deploymentpublic void setCompanyId(long companyId)
setCompanyId in interface AppBuilderAppDeploymentModelsetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelcompanyId - the company ID of this app builder app deploymentpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface AppBuilderAppDeploymentModelprimaryKey - the primary key of this app builder app deploymentpublic void setSettings(java.lang.String settings)
setSettings in interface AppBuilderAppDeploymentModelsettings - the settings of this app builder app deploymentpublic void setType(java.lang.String type)
setType in interface AppBuilderAppDeploymentModeltype - the type of this app builder app deploymentprotected AppBuilderAppDeploymentWrapper wrap(AppBuilderAppDeployment appBuilderAppDeployment)
wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<AppBuilderAppDeployment>