public class AppDefinitionEntityImpl extends AbstractAppEngineEntity implements AppDefinitionEntity
Modifier and Type | Field and Description |
---|---|
protected String |
appUrl |
protected String |
category |
protected String |
deploymentId |
protected String |
description |
static String |
FLOW_APP_TYPE |
protected String |
key |
protected String |
name |
protected String |
resourceName |
protected String |
state |
protected String |
subState |
protected String |
subType |
protected String |
tenantId |
protected String |
type |
protected int |
version |
id, isDeleted, isInserted, isUpdated, originalPersistentState, revision
Constructor and Description |
---|
AppDefinitionEntityImpl() |
Modifier and Type | Method and Description |
---|---|
String |
getAppUrl() |
String |
getCategory() |
String |
getDeploymentId() |
String |
getDescription() |
String |
getKey() |
String |
getName() |
Object |
getPersistentState() |
String |
getResourceName() |
String |
getState() |
String |
getSubState() |
String |
getSubType() |
String |
getTenantId() |
String |
getType() |
int |
getVersion() |
boolean |
isFlowApp() |
void |
setAppUrl(String appUrl) |
void |
setCategory(String category) |
void |
setDeploymentId(String deploymentId) |
void |
setDescription(String description) |
void |
setKey(String key) |
void |
setName(String name) |
void |
setResourceName(String resourceName) |
void |
setState(String state) |
void |
setSubState(String subState) |
void |
setSubType(String subType) |
void |
setTenantId(String tenantId) |
void |
setType(String type) |
void |
setVersion(int version) |
getIdPrefix
getId, getOriginalPersistentState, getRevision, getRevisionNext, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setRevision, setUpdated
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getId, getIdPrefix, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdated
getId
public static final String FLOW_APP_TYPE
protected String category
protected String name
protected String key
protected String description
protected int version
protected String type
protected String subType
protected String state
protected String subState
protected String appUrl
protected String resourceName
protected String deploymentId
protected String tenantId
public Object getPersistentState()
getPersistentState
in interface Entity
public String getCategory()
getCategory
in interface AppDefinition
public void setName(String name)
setName
in interface AppDefinitionEntity
public String getName()
getName
in interface AppDefinition
public String getKey()
getKey
in interface AppDefinition
public String getDescription()
getDescription
in interface AppDefinition
public int getVersion()
getVersion
in interface AppDefinition
public String getResourceName()
getResourceName
in interface AppDefinition
public String getDeploymentId()
getDeploymentId
in interface AppDefinition
public String getTenantId()
getTenantId
in interface AppDefinition
public void setDescription(String description)
setDescription
in interface AppDefinitionEntity
public void setCategory(String category)
setCategory
in interface AppDefinitionEntity
public void setVersion(int version)
setVersion
in interface AppDefinitionEntity
public void setKey(String key)
setKey
in interface AppDefinitionEntity
public String getType()
getType
in interface CoreAppDefinition
public void setType(String type)
setType
in interface AppDefinitionEntity
public boolean isFlowApp()
isFlowApp
in interface CoreAppDefinition
public String getSubType()
getSubType
in interface CoreAppDefinition
public void setSubType(String subType)
setSubType
in interface AppDefinitionEntity
public String getState()
getState
in interface CoreAppDefinition
public void setState(String state)
setState
in interface AppDefinitionEntity
public String getSubState()
getSubState
in interface CoreAppDefinition
public void setSubState(String subState)
setSubState
in interface AppDefinitionEntity
public String getAppUrl()
getAppUrl
in interface CoreAppDefinition
public void setAppUrl(String appUrl)
setAppUrl
in interface AppDefinitionEntity
public void setResourceName(String resourceName)
setResourceName
in interface AppDefinitionEntity
public void setDeploymentId(String deploymentId)
setDeploymentId
in interface AppDefinitionEntity
public void setTenantId(String tenantId)
setTenantId
in interface AppDefinitionEntity