Class SignerIdTypeDTO

java.lang.Object
org.emau.icmvc.ganimed.ttp.cm2.dto.FhirIdDTO
org.emau.icmvc.ganimed.ttp.cm2.dto.SignerIdTypeDTO
All Implemented Interfaces:
Serializable

public class SignerIdTypeDTO extends FhirIdDTO implements Serializable
signerIdType (z.b. mpi-id, fallnummer)
Author:
geidell
See Also:
  • Constructor Details

    • SignerIdTypeDTO

      public SignerIdTypeDTO()
    • SignerIdTypeDTO

      public SignerIdTypeDTO(String name)
    • SignerIdTypeDTO

      public SignerIdTypeDTO(String name, Date createTimestamp, Date updateTimestamp, String label, String comment, String fhirID)
    • SignerIdTypeDTO

      public SignerIdTypeDTO(SignerIdTypeDTO dto)
  • Method Details

    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getCreateTimestamp

      public Date getCreateTimestamp()
    • setCreateTimestamp

      public void setCreateTimestamp(Date createTimestamp)
    • getUpdateTimestamp

      public Date getUpdateTimestamp()
    • setUpdateTimestamp

      public void setUpdateTimestamp(Date updateTimestamp)
    • getLabel

      public String getLabel()
    • setLabel

      public void setLabel(String label)
    • getComment

      public String getComment()
    • setComment

      public void setComment(String comment)
    • hashCode

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

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

      public String toString()
      Overrides:
      toString in class FhirIdDTO