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)  | 
getIdPrefixgetId, getOriginalPersistentState, getRevision, getRevisionNext, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setRevision, setUpdatedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetId, getIdPrefix, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdatedgetIdpublic 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 Entitypublic String getCategory()
getCategory in interface AppDefinitionpublic void setName(String name)
setName in interface AppDefinitionEntitypublic String getName()
getName in interface AppDefinitionpublic String getKey()
getKey in interface AppDefinitionpublic String getDescription()
getDescription in interface AppDefinitionpublic int getVersion()
getVersion in interface AppDefinitionpublic String getResourceName()
getResourceName in interface AppDefinitionpublic String getDeploymentId()
getDeploymentId in interface AppDefinitionpublic String getTenantId()
getTenantId in interface AppDefinitionpublic void setDescription(String description)
setDescription in interface AppDefinitionEntitypublic void setCategory(String category)
setCategory in interface AppDefinitionEntitypublic void setVersion(int version)
setVersion in interface AppDefinitionEntitypublic void setKey(String key)
setKey in interface AppDefinitionEntitypublic String getType()
getType in interface CoreAppDefinitionpublic void setType(String type)
setType in interface AppDefinitionEntitypublic boolean isFlowApp()
isFlowApp in interface CoreAppDefinitionpublic String getSubType()
getSubType in interface CoreAppDefinitionpublic void setSubType(String subType)
setSubType in interface AppDefinitionEntitypublic String getState()
getState in interface CoreAppDefinitionpublic void setState(String state)
setState in interface AppDefinitionEntitypublic String getSubState()
getSubState in interface CoreAppDefinitionpublic void setSubState(String subState)
setSubState in interface AppDefinitionEntitypublic String getAppUrl()
getAppUrl in interface CoreAppDefinitionpublic void setAppUrl(String appUrl)
setAppUrl in interface AppDefinitionEntitypublic void setResourceName(String resourceName)
setResourceName in interface AppDefinitionEntitypublic void setDeploymentId(String deploymentId)
setDeploymentId in interface AppDefinitionEntitypublic void setTenantId(String tenantId)
setTenantId in interface AppDefinitionEntity