|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.wpi.prc.example.java.validator.Result
public class Result
Stores all result information needed by the result validator.
Field Summary | |
---|---|
private byte[] |
data
|
private java.lang.String |
resultID
|
Constructor Summary | |
---|---|
Result(java.lang.String resultID,
byte[] data)
Constructor specifying all members. |
Method Summary | |
---|---|
byte[] |
getData()
|
java.lang.String |
getResultID()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private final java.lang.String resultID
private final byte[] data
Constructor Detail |
---|
public Result(java.lang.String resultID, byte[] data)
resultID
- The ID of this result.data
- The result data.Method Detail |
---|
public java.lang.String getResultID()
public byte[] getData()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |