public class ValidityFlag extends Object implements ValidityFlagIF
| Constructor and Description |
|---|
ValidityFlag()
Constructor
|
ValidityFlag(int id,
String description) |
ValidityFlag(ValidityFlagObject vfo) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
The description of the object
|
int |
getId()
the id of the object
|
void |
setDescription(String description)
Sets the objects internal description
|
void |
setId(int id)
Sets the id for the object at run time
|
String |
toString() |
public ValidityFlag()
public ValidityFlag(ValidityFlagObject vfo) throws ParseException
vfo - ParseExceptionpublic ValidityFlag(int id,
String description)
id - description - public int getId()
IdentifiableIFgetId in interface IdentifiableIFpublic void setId(int id)
IdentifiableIFsetId in interface IdentifiableIFid - public String getDescription()
DescribableIFgetDescription in interface DescribableIFpublic void setDescription(String description)
DescribableIFsetDescription in interface DescribableIFdescription - the description to setCopyright © 2024. All rights reserved.