public class ValidityFlag extends Object implements ValuableIF, DescribableIF, Serializable
| Constructor and Description |
|---|
ValidityFlag()
Constructor
|
ValidityFlag(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) |
String |
toString() |
public String getValue()
getValue in interface ValuableIFpublic void setValue(String value)
setValue in interface ValuableIFvalue - the value to setpublic String getDescription()
DescribableIFgetDescription in interface DescribableIFpublic void setDescription(String description)
DescribableIFsetDescription in interface DescribableIFdescription - the description to setCopyright © 2020. All rights reserved.