Package gov.cms.hh.data.exchange
Class ValidityFlagContainer
java.lang.Object
gov.cms.hh.data.exchange.ValidityFlagContainer
- All Implemented Interfaces:
DescribableIF,ValuableIF,ValidityFlagContainerIF
- Author:
- CMS
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe description of the objectgetValue()voidsetDescription(String description) Sets the objects internal descriptionvoid
-
Constructor Details
-
ValidityFlagContainer
- Parameters:
value-description-
-
-
Method Details
-
getValue
- Specified by:
getValuein interfaceValidityFlagContainerIF- Specified by:
getValuein interfaceValuableIF- Returns:
- the value
-
setValue
- Specified by:
setValuein interfaceValidityFlagContainerIF- Specified by:
setValuein interfaceValuableIF- Parameters:
value- the value to set
-
getDescription
Description copied from interface:DescribableIFThe description of the object- Specified by:
getDescriptionin interfaceDescribableIF- Specified by:
getDescriptionin interfaceValidityFlagContainerIF- Returns:
- the description
-
setDescription
Description copied from interface:DescribableIFSets the objects internal description- Specified by:
setDescriptionin interfaceDescribableIF- Specified by:
setDescriptionin interfaceValidityFlagContainerIF- Parameters:
description- the description to set
-