public class ProjectTemplateErrorPOJO extends BasePOJO
Constructor and Description |
---|
ProjectTemplateErrorPOJO() |
ProjectTemplateErrorPOJO(ProjectTemplateErrorTypeEnum pErrorType,
java.lang.String pAttributeName,
java.lang.String pErrorMessage) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAttributeName() |
java.lang.String |
getErrorMessage() |
ProjectTemplateErrorTypeEnum |
getErrorType() |
void |
setAttributeName(java.lang.String pAttributeName) |
void |
setErrorMessage(java.lang.String pErrorMessage) |
void |
setErrorType(ProjectTemplateErrorTypeEnum pErrorType) |
java.lang.String |
toString()
Returns custom String representation implemented by walking complete object structure.
|
public ProjectTemplateErrorPOJO()
public ProjectTemplateErrorPOJO(ProjectTemplateErrorTypeEnum pErrorType, java.lang.String pAttributeName, java.lang.String pErrorMessage)
public void setErrorType(ProjectTemplateErrorTypeEnum pErrorType)
public ProjectTemplateErrorTypeEnum getErrorType()
public void setAttributeName(java.lang.String pAttributeName)
public java.lang.String getAttributeName()
public void setErrorMessage(java.lang.String pErrorMessage)
public java.lang.String getErrorMessage()