public class ReturnCodeContainer extends Object implements ReturnCodeContainerIF
| Constructor and Description |
|---|
ReturnCodeContainer(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 ReturnCodeContainerIFpublic void setValue(String value)
setValue in interface ValuableIFsetValue in interface ReturnCodeContainerIFvalue - the value to setpublic String getDescription()
DescribableIFgetDescription in interface DescribableIFgetDescription in interface ReturnCodeContainerIFpublic void setDescription(String description)
DescribableIFsetDescription in interface DescribableIFsetDescription in interface ReturnCodeContainerIFdescription - the description to setCopyright © 2022. All rights reserved.