Klasse ResponseEntryDTO

java.lang.Object
org.emau.icmvc.ttp.epix.common.model.ResponseEntryDTO
Alle implementierten Schnittstellen:
Serializable

public class ResponseEntryDTO extends Object implements Serializable
Autor:
geidell
Siehe auch:
  • Konstruktordetails

    • ResponseEntryDTO

      public ResponseEntryDTO()
    • ResponseEntryDTO

      public ResponseEntryDTO(PersonDTO person, MatchStatus matchStatus)
    • ResponseEntryDTO

      public ResponseEntryDTO(ResponseEntryDTO dto)
  • Methodendetails

    • getPerson

      public PersonDTO getPerson()
    • setPerson

      public void setPerson(PersonDTO person)
    • getMatchStatus

      public MatchStatus getMatchStatus()
    • setMatchStatus

      public void setMatchStatus(MatchStatus matchStatus)
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • equals

      public boolean equals(Object obj)
      Setzt außer Kraft:
      equals in Klasse Object
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object