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
- ParseException
public int getId()
IdentifiableIF
getId
in interface IdentifiableIF
public void setId(int id)
IdentifiableIF
setId
in interface IdentifiableIF
id
- the id to setpublic String getName()
getName
in interface NameableIF
public void setName(String name)
setName
in interface NameableIF
name
- the name to setpublic String getDescription()
DescribableIF
getDescription
in interface DescribableIF
public void setDescription(String description)
DescribableIF
setDescription
in interface DescribableIF
description
- 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 ValuableIF
public void setValue(String value)
setValue
in interface ValuableIF
value
- the value to setCopyright © 2022. All rights reserved.