Class ClaimDate

All Implemented Interfaces:
ClaimDateIF, DescribableIF, EditableIF, ValidatableIF, ValuableIF, VerifiableIF, Serializable

public class ClaimDate extends ClaimElementBase implements ClaimDateIF
Author:
CMS
See Also:
  • Constructor Details

    • ClaimDate

      public ClaimDate()
  • Method Details

    • getValue

      public String getValue()
      Specified by:
      getValue in interface ValuableIF
      Returns:
      the value
    • setValue

      public void setValue(String value)
      Specified by:
      setValue in interface ValuableIF
      Parameters:
      value - the value to set
    • getDescription

      public String getDescription()
      Description copied from interface: DescribableIF
      The description of the object
      Specified by:
      getDescription in interface DescribableIF
      Returns:
      the description
    • setDescription

      public void setDescription(String description)
      Description copied from interface: DescribableIF
      Sets the objects internal description
      Specified by:
      setDescription in interface DescribableIF
      Parameters:
      description - the description to set