Class QCHistoryDTO

All Implemented Interfaces:
Serializable

public class QCHistoryDTO extends QCDTO
history fuer die qualitaetskontrolleintraege fuer einen consent
Author:
geidell
See Also:
  • Constructor Details

    • QCHistoryDTO

      public QCHistoryDTO()
    • QCHistoryDTO

      public QCHistoryDTO(boolean qcPassed, String type, Date date, String inspector, String comment, String externProperties, Date startDate, Date endDate, String fhirID)
    • QCHistoryDTO

      public QCHistoryDTO(QCHistoryDTO dto)
  • Method Details

    • getStartDate

      public Date getStartDate()
    • setStartDate

      public void setStartDate(Date startDate)
    • getEndDate

      public Date getEndDate()
    • setEndDate

      public void setEndDate(Date endDate)
    • hashCode

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

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

      public String toString()
      Overrides:
      toString in class QCDTO