Package gov.cms.hh.claim
Class ValidityFlag
java.lang.Object
gov.cms.hh.claim.ValidityFlag
- All Implemented Interfaces:
ValidityFlagIF,DescribableIF,IdentifiableIF,Serializable
- Author:
- CMS
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe description of the objectintgetId()the id of the objectvoidsetDescription(String description) Sets the objects internal descriptionvoidsetId(int id) Sets the id for the object at run timetoString()
-
Constructor Details
-
ValidityFlag
public ValidityFlag()Constructor -
ValidityFlag
- Parameters:
vfo-- Throws:
ParseException
-
ValidityFlag
- Parameters:
id-description-
-
-
Method Details
-
toString
-
getId
public int getId()Description copied from interface:IdentifiableIFthe id of the object- Specified by:
getIdin interfaceIdentifiableIF- Returns:
- the value
-
setId
public void setId(int id) Description copied from interface:IdentifiableIFSets the id for the object at run time- Specified by:
setIdin interfaceIdentifiableIF- Parameters:
id-
-
getDescription
Description copied from interface:DescribableIFThe description of the object- Specified by:
getDescriptionin interfaceDescribableIF- Returns:
- the description
-
setDescription
Description copied from interface:DescribableIFSets the objects internal description- Specified by:
setDescriptionin interfaceDescribableIF- Parameters:
description- the description to set
-