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
- ParseException
public ValidityFlag(int id, String description)
id
- description
- public int getId()
IdentifiableIF
getId
in interface IdentifiableIF
public void setId(int id)
IdentifiableIF
setId
in interface IdentifiableIF
id
- public String getDescription()
DescribableIF
getDescription
in interface DescribableIF
public void setDescription(String description)
DescribableIF
setDescription
in interface DescribableIF
description
- the description to setCopyright © 2023. All rights reserved.