Class InsertPairExceptionDTO

java.lang.Object
org.emau.icmvc.ganimed.ttp.psn.dto.InsertPairExceptionDTO
All Implemented Interfaces:
Serializable

public class InsertPairExceptionDTO extends Object implements Serializable
See Also:
  • Constructor Details

    • InsertPairExceptionDTO

      public InsertPairExceptionDTO()
    • InsertPairExceptionDTO

      public InsertPairExceptionDTO(String message, String value, String pseudonym, InsertPairError errorType)
  • Method Details

    • getMessage

      public String getMessage()
    • setMessage

      public void setMessage(String message)
    • getValue

      public String getValue()
    • setValue

      public void setValue(String value)
    • getPseudonym

      public String getPseudonym()
    • setPseudonym

      public void setPseudonym(String pseudonym)
    • getErrorType

      public InsertPairError getErrorType()
    • setErrorType

      public void setErrorType(InsertPairError errorType)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object