Package gov.cms.hh.data.exchange
Interface HippsPositionIF
- All Superinterfaces:
DescribableIF,ValuableIF
- All Known Implementing Classes:
HippsPosition
- Author:
- CMS
-
Method Summary
Modifier and TypeMethodDescriptionThe description of the objectgetValue()voidsetDescription(String description) Sets the objects internal descriptionvoid
-
Method Details
-
getDescription
String getDescription()Description copied from interface:DescribableIFThe description of the object- Specified by:
getDescriptionin interfaceDescribableIF- Returns:
- the description
-
getValue
String getValue()- Specified by:
getValuein interfaceValuableIF- Returns:
- the value
-
setDescription
Description copied from interface:DescribableIFSets the objects internal description- Specified by:
setDescriptionin interfaceDescribableIF- Parameters:
description- the description to set
-
setValue
- Specified by:
setValuein interfaceValuableIF- Parameters:
value- the value to set
-