|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NUserCoding
Information about a coding performed by a user. User codings are keyed on observation / coding / agent
Field Summary | |
---|---|
static int |
CODING_CHECKED
|
static int |
CODING_DRAFT
|
static int |
CODING_FINISHED
|
static int |
CODING_UNSTARTED
|
Method Summary | |
---|---|
java.lang.String |
getAgentName()
get the name of the agent - this refers to an NAgent |
java.lang.String |
getChecker()
returns the name of the checker |
java.lang.String |
getCoder()
returns the name of the coder |
java.lang.String |
getCodingName()
get the name of the coding - this refers to an NCoding |
java.lang.String |
getDate()
returns the date in a string form |
org.w3c.dom.Node |
getNode()
Get the DOM node which represents this coding in the tree. |
int |
getStatus()
one of the four ints defined here: CODING _UNSTARTED, CODING_DRAFT, CODING_FINISHED or CODING_CHECKED. |
void |
setChecker(java.lang.String checker)
set the name of the checker |
void |
setCoder(java.lang.String coder)
set the name of the coder |
void |
setDate(java.lang.String date)
set the date |
void |
setNode(org.w3c.dom.Node node)
set the DOM node which represents this coding in the tree. |
void |
setStatus(int status)
set the status |
Field Detail |
---|
static final int CODING_UNSTARTED
static final int CODING_DRAFT
static final int CODING_FINISHED
static final int CODING_CHECKED
Method Detail |
---|
java.lang.String getCodingName()
java.lang.String getAgentName()
java.lang.String getCoder()
java.lang.String getChecker()
java.lang.String getDate()
int getStatus()
org.w3c.dom.Node getNode()
void setNode(org.w3c.dom.Node node)
void setCoder(java.lang.String coder)
void setChecker(java.lang.String checker)
void setDate(java.lang.String date)
void setStatus(int status)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |