Klasse QCProblemHistoryDTO

Alle implementierten Schnittstellen:
Serializable

public class QCProblemHistoryDTO extends QCProblemDTO
Siehe auch:
  • Konstruktordetails

    • QCProblemHistoryDTO

      public QCProblemHistoryDTO()
    • QCProblemHistoryDTO

      public QCProblemHistoryDTO(QCProblemHistoryDTO dto)
      Copy constructor
      Parameter:
      dto - the qc problem history to copy
    • QCProblemHistoryDTO

      public QCProblemHistoryDTO(QCProblemDTO problem, Date startDate, Date endDate)
  • Methodendetails

    • getStartDate

      public Date getStartDate()
    • setStartDate

      public void setStartDate(Date startDate)
    • getEndDate

      public Date getEndDate()
    • setEndDate

      public void setEndDate(Date endDate)
    • equals

      public boolean equals(Object o)
      Setzt außer Kraft:
      equals in Klasse QCProblemDTO
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse QCProblemDTO
    • toString

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