public class HippsPosition extends Object implements HippsPositionIF
| Constructor and Description |
|---|
HippsPosition(String value,
String description) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
The description of the object
|
String |
getValue() |
void |
setDescription(String description)
Sets the objects internal description
|
void |
setValue(String value) |
public String getValue()
getValue in interface ValuableIFgetValue in interface HippsPositionIFpublic void setValue(String value)
setValue in interface ValuableIFsetValue in interface HippsPositionIFvalue - the value to setpublic String getDescription()
DescribableIFgetDescription in interface DescribableIFgetDescription in interface HippsPositionIFpublic void setDescription(String description)
DescribableIFsetDescription in interface DescribableIFsetDescription in interface HippsPositionIFdescription - the description to setCopyright © 2022. All rights reserved.