Class ProjectTemplateErrorPOJO

java.lang.Object
flexagon.ff.common.core.pojos.BasePOJO
flexagon.fd.model2.pojo.ProjectTemplateErrorPOJO
All Implemented Interfaces:
Serializable

public class ProjectTemplateErrorPOJO extends BasePOJO
See Also:
  • Constructor Details

    • ProjectTemplateErrorPOJO

      public ProjectTemplateErrorPOJO()
    • ProjectTemplateErrorPOJO

      public ProjectTemplateErrorPOJO(ProjectTemplateErrorTypeEnum pErrorType, String pAttributeName, String pErrorMessage)
  • Method Details

    • setErrorType

      public void setErrorType(ProjectTemplateErrorTypeEnum pErrorType)
    • getErrorType

      public ProjectTemplateErrorTypeEnum getErrorType()
    • setAttributeName

      public void setAttributeName(String pAttributeName)
    • getAttributeName

      public String getAttributeName()
    • setErrorMessage

      public void setErrorMessage(String pErrorMessage)
    • getErrorMessage

      public String getErrorMessage()
    • toString

      public String toString()
      Description copied from class: BasePOJO
      Returns custom String representation implemented by walking complete object structure.
      Overrides:
      toString in class BasePOJO
      Returns:
      a String representation of this object