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