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 ValuableIF
public void setValue(String value)
setValue
in interface ValuableIF
value
- the value to setpublic String getDescription()
DescribableIF
getDescription
in interface DescribableIF
public void setDescription(String description)
DescribableIF
setDescription
in interface DescribableIF
description
- the description to setCopyright © 2022. All rights reserved.