Package gov.cms.hh.data.exchange
Class HippsPosition
java.lang.Object
gov.cms.hh.data.exchange.HippsPosition
- All Implemented Interfaces:
DescribableIF,ValuableIF,HippsPositionIF
- Author:
- CMS
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe description of the objectgetValue()voidsetDescription(String description) Sets the objects internal descriptionvoid
-
Constructor Details
-
HippsPosition
- Parameters:
value-description-
-
-
Method Details
-
getValue
- Specified by:
getValuein interfaceHippsPositionIF- Specified by:
getValuein interfaceValuableIF- Returns:
- the value
-
setValue
- Specified by:
setValuein interfaceHippsPositionIF- 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 interfaceHippsPositionIF- Returns:
- the description
-
setDescription
Description copied from interface:DescribableIFSets the objects internal description- Specified by:
setDescriptionin interfaceDescribableIF- Specified by:
setDescriptionin interfaceHippsPositionIF- Parameters:
description- the description to set
-