Class ValidityFlag

java.lang.Object
gov.cms.hh.claim.ValidityFlag
All Implemented Interfaces:
ValidityFlagIF, DescribableIF, IdentifiableIF, Serializable

public class ValidityFlag extends Object implements ValidityFlagIF
Author:
CMS
See Also:
  • Constructor Details

    • ValidityFlag

      public ValidityFlag()
      Constructor
    • ValidityFlag

      public ValidityFlag(ValidityFlagObject vfo) throws ParseException
      Parameters:
      vfo -
      Throws:
      ParseException
    • ValidityFlag

      public ValidityFlag(int id, String description)
      Parameters:
      id -
      description -
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
      Returns:
    • getId

      public int getId()
      Description copied from interface: IdentifiableIF
      the id of the object
      Specified by:
      getId in interface IdentifiableIF
      Returns:
      the value
    • setId

      public void setId(int id)
      Description copied from interface: IdentifiableIF
      Sets the id for the object at run time
      Specified by:
      setId in interface IdentifiableIF
      Parameters:
      id -
    • 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