Class ReturnCode

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

public class ReturnCode extends Object implements ReturnCodeIF
Author:
CMS
See Also:
  • Constructor Details

    • ReturnCode

      public ReturnCode()
      Constructor
    • ReturnCode

      public ReturnCode(ReturnCodeObject rco) throws ParseException
      Parameters:
      rco -
      Throws:
      ParseException
    • ReturnCode

      public ReturnCode(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 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
    • 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