|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object edu.jhu.tmaj.client.image.data.ScoreData
public final class ScoreData
A Class that represents the what fields (not values) a user has assigned to a spot
Constructor Summary | |
---|---|
ScoreData()
|
Method Summary | |
---|---|
char |
getChar()
Gets the character that will be displayed in the scoredimages position in the ArraySlide Frame. |
boolean |
isDiagnosed()
Returns true if the user has assigned a Sub-Diagnosis (HistologicType) |
boolean |
isOtherScored()
Returns true if the user has made a score to a field other than HistologicType, such as notes. |
boolean |
isTyped()
Returns true if the user has assigned a TissueType |
void |
setDiagnosed(boolean isDiagnosed)
|
void |
setOtherScored(boolean isOtherScored)
|
void |
setTyped(boolean isTyped)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ScoreData()
Method Detail |
---|
public char getChar()
public boolean isDiagnosed()
public void setDiagnosed(boolean isDiagnosed)
public boolean isTyped()
public void setTyped(boolean isTyped)
public boolean isOtherScored()
public void setOtherScored(boolean isOtherScored)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |