Class FreeTextValDTO

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

public class FreeTextValDTO extends FhirIdDTO implements Serializable
wert eines freitext-feldes eines consents
Author:
geidell
See Also:
  • Constructor Details

    • FreeTextValDTO

      public FreeTextValDTO()
    • FreeTextValDTO

      public FreeTextValDTO(String freeTextDefName, String value, String fhirID)
    • FreeTextValDTO

      public FreeTextValDTO(FreeTextValDTO dto)
  • Method Details

    • getFreeTextDefName

      public String getFreeTextDefName()
    • setFreeTextDefName

      public void setFreeTextDefName(String freeTextDefName)
    • getValue

      public String getValue()
    • setValue

      public void setValue(String value)
    • 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