public class ClinicalGroup extends Object implements IdentifiableIF, ValuableIF, NameableIF, DescribableIF, Serializable
| Constructor and Description |
|---|
ClinicalGroup()
Constructor
|
ClinicalGroup(int id,
ClinicalGroupObject cgo) |
ClinicalGroup(int id,
String value,
String name,
String description,
int lowPoints,
int highPoints) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
The description of the object
|
int |
getHighPoints() |
int |
getId()
the id of the object
|
int |
getLowPoints() |
String |
getName() |
String |
getValue() |
void |
setDescription(String description)
Sets the objects internal description
|
void |
setHighPoints(int highPoints) |
void |
setId(int id)
Sets the id for the object at run time
|
void |
setLowPoints(int lowPoints) |
void |
setName(String name) |
void |
setValue(String value) |
String |
toString() |
public ClinicalGroup()
public ClinicalGroup(int id,
String value,
String name,
String description,
int lowPoints,
int highPoints)
id - value - name - description - lowPoints - highPoints - public ClinicalGroup(int id,
ClinicalGroupObject cgo)
throws ParseException
id - cgo - ParseExceptionpublic int getId()
IdentifiableIFgetId in interface IdentifiableIFpublic void setId(int id)
IdentifiableIFsetId in interface IdentifiableIFid - the id to setpublic String getName()
getName in interface NameableIFpublic void setName(String name)
setName in interface NameableIFname - the name to setpublic String getDescription()
DescribableIFgetDescription in interface DescribableIFpublic void setDescription(String description)
DescribableIFsetDescription in interface DescribableIFdescription - the description to setpublic int getLowPoints()
public void setLowPoints(int lowPoints)
lowPoints - the lowPoints to setpublic int getHighPoints()
public void setHighPoints(int highPoints)
highPoints - the highPoints to setpublic String getValue()
getValue in interface ValuableIFpublic void setValue(String value)
setValue in interface ValuableIFvalue - the value to setCopyright © 2021. All rights reserved.