Class ClinicalGroup

java.lang.Object
gov.cms.hh.diagnosis.ClinicalGroup
All Implemented Interfaces:
DescribableIF, IdentifiableIF, NameableIF, ValuableIF, ClinicalGroupIF, Serializable

public class ClinicalGroup extends Object implements ClinicalGroupIF
Author:
CMS
See Also:
  • Constructor Details

    • ClinicalGroup

      public ClinicalGroup()
      Constructor
    • ClinicalGroup

      public ClinicalGroup(int id, String value, String name, String description, int lowPoints, int highPoints)
      Parameters:
      id -
      value -
      name -
      description -
      lowPoints -
      highPoints -
    • ClinicalGroup

      public ClinicalGroup(int id, ClinicalGroupObject cgo) throws ParseException
      Parameters:
      id -
      cgo -
      Throws:
      ParseException
  • 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 id
    • 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 - the id to set
    • getName

      public String getName()
      Specified by:
      getName in interface NameableIF
      Returns:
      the name
    • setName

      public void setName(String name)
      Specified by:
      setName in interface NameableIF
      Parameters:
      name - the name 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
    • getLowPoints

      public int getLowPoints()
      Specified by:
      getLowPoints in interface ClinicalGroupIF
      Returns:
      the lowPoints
    • setLowPoints

      public void setLowPoints(int lowPoints)
      Specified by:
      setLowPoints in interface ClinicalGroupIF
      Parameters:
      lowPoints - the lowPoints to set
    • getHighPoints

      public int getHighPoints()
      Specified by:
      getHighPoints in interface ClinicalGroupIF
      Returns:
      the highPoints
    • setHighPoints

      public void setHighPoints(int highPoints)
      Specified by:
      setHighPoints in interface ClinicalGroupIF
      Parameters:
      highPoints - the highPoints to set
    • 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