@Introspected public class CheckEntry extends Object implements Check
Check.Status| Modifier | Constructor and Description | 
|---|---|
protected  | 
CheckEntry(String id)  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getID()  | 
String | 
getName()  | 
String | 
getNotes()  | 
String | 
getStatus()  | 
protected void | 
setName(String name)  | 
protected void | 
setNotes(String notes)  | 
protected void | 
setStatus(String status)  | 
Check.Status | 
status()  | 
public String getName()
protected void setName(String name)
name - The name of the checkpublic String getID()
public String getNotes()
protected void setNotes(String notes)
notes - The human readable notespublic String getStatus()
protected void setStatus(String status)
status - The statuspublic Check.Status status()