public class AppDefinitionUpdateResultRepresentation extends AbstractRepresentation
Modifier and Type | Field and Description |
---|---|
protected AppDefinitionRepresentation |
appDefinition |
static int |
CUSTOM_STENCIL_ITEM |
protected boolean |
error |
protected String |
errorDescription |
protected int |
errorType |
protected String |
message |
protected String |
messageKey |
static int |
MODEL_VALIDATION_ERRORS |
Constructor and Description |
---|
AppDefinitionUpdateResultRepresentation() |
Modifier and Type | Method and Description |
---|---|
AppDefinitionRepresentation |
getAppDefinition() |
String |
getErrorDescription() |
int |
getErrorType() |
String |
getMessage() |
String |
getMessageKey() |
boolean |
isError() |
void |
setAppDefinition(AppDefinitionRepresentation appDefinition) |
void |
setError(boolean error) |
void |
setErrorDescription(String errorDescription) |
void |
setErrorType(int errorType) |
void |
setMessage(String message) |
void |
setMessageKey(String messageKey) |
public static final int CUSTOM_STENCIL_ITEM
public static final int MODEL_VALIDATION_ERRORS
protected AppDefinitionRepresentation appDefinition
protected String message
protected String messageKey
protected boolean error
protected int errorType
protected String errorDescription
public AppDefinitionUpdateResultRepresentation()
public AppDefinitionRepresentation getAppDefinition()
public void setAppDefinition(AppDefinitionRepresentation appDefinition)
public String getMessage()
public void setMessage(String message)
public String getMessageKey()
public void setMessageKey(String messageKey)
public boolean isError()
public void setError(boolean error)
public int getErrorType()
public void setErrorType(int errorType)
public String getErrorDescription()
public void setErrorDescription(String errorDescription)
Copyright © 2014–2015 Alfresco. All rights reserved.