Package flexagon.fd.model2.pojo
Class ProjectTemplateErrorPOJO
java.lang.Object
flexagon.ff.common.core.pojos.BasePOJO
flexagon.fd.model2.pojo.ProjectTemplateErrorPOJO
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionProjectTemplateErrorPOJO(ProjectTemplateErrorTypeEnum pErrorType, String pAttributeName, String pErrorMessage) -
Method Summary
Modifier and TypeMethodDescriptionvoidsetAttributeName(String pAttributeName) voidsetErrorMessage(String pErrorMessage) voidsetErrorType(ProjectTemplateErrorTypeEnum pErrorType) toString()Returns custom String representation implemented by walking complete object structure.
-
Constructor Details
-
ProjectTemplateErrorPOJO
public ProjectTemplateErrorPOJO() -
ProjectTemplateErrorPOJO
public ProjectTemplateErrorPOJO(ProjectTemplateErrorTypeEnum pErrorType, String pAttributeName, String pErrorMessage)
-
-
Method Details
-
setErrorType
-
getErrorType
-
setAttributeName
-
getAttributeName
-
setErrorMessage
-
getErrorMessage
-
toString
Description copied from class:BasePOJOReturns custom String representation implemented by walking complete object structure.
-