|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.problets.domain.line.AbstractLine
org.problets.domain.line.LogLine
public class LogLine
LogLine class maintains one line of log entry
Field Summary | |
---|---|
static int |
ANALYSIS
|
static int |
ANSWER
|
static int |
CODE
|
static int |
DIAGNOSIS
|
static int |
EVENT
|
static int |
FORMAT
|
static int |
GRADE
|
static int |
GRADE_LEVEL
Options for viewing log entries |
static int |
NONE
|
static int |
PROBLEM_LEVEL
|
static int |
REFLECTION
|
static int |
RESPONSE
|
static int |
SUMMARY
|
static int |
SYSTEM_ERROR
Constants to identify the types of log entries. |
static int |
TIME_LEVEL
|
static long |
UNASSIGNED
|
Fields inherited from class org.problets.domain.line.AbstractLine |
---|
UNASSIGNED_LINE |
Constructor Summary | |
---|---|
LogLine(java.lang.String inContent,
int inType,
long inTime)
Constructor with all members initialized |
Method Summary | |
---|---|
java.lang.Object |
clone()
|
java.lang.String |
getContent()
|
long |
getTime()
|
int |
getType()
|
void |
print()
Prints all the fields of the class Implementing base class method |
void |
setContent(java.lang.String inContent)
|
void |
setTime(long inTime)
|
void |
setType(int inType)
|
java.lang.String |
toString()
Returns only that which is entered into the log Implementing base class method |
Methods inherited from class org.problets.domain.line.AbstractLine |
---|
getLineNumber, setLineNumber |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int GRADE_LEVEL
public static final int PROBLEM_LEVEL
public static final int TIME_LEVEL
public static final int SYSTEM_ERROR
public static final int FORMAT
public static final int ANALYSIS
public static final int GRADE
public static final int SUMMARY
public static final int REFLECTION
public static final int CODE
public static final int RESPONSE
public static final int ANSWER
public static final int DIAGNOSIS
public static final int EVENT
public static final int NONE
public static final long UNASSIGNED
Constructor Detail |
---|
public LogLine(java.lang.String inContent, int inType, long inTime)
Method Detail |
---|
public java.lang.Object clone()
clone
in class AbstractLine
public void setContent(java.lang.String inContent)
public void setType(int inType)
public void setTime(long inTime)
public java.lang.String getContent()
public int getType()
public long getTime()
public java.lang.String toString()
toString
in class AbstractLine
public void print()
print
in class AbstractLine
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |