|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.jhu.tmaj.servlet.response.SuccessResponse
edu.jhu.tmaj.servlet.response.impl.CheckIfSpecimenExistsResponse
public class CheckIfSpecimenExistsResponse
Contains booleans representing if a Specimen and TissueDiagonsis exist in the database.
| Constructor Summary | |
|---|---|
CheckIfSpecimenExistsResponse(boolean specimenExists,
boolean tissueDiagnosisExists)
|
|
| Method Summary | |
|---|---|
boolean |
isSpecimenInDatabase()
|
boolean |
isTissueDiagnosisInDatabase()
|
| Methods inherited from class edu.jhu.tmaj.servlet.response.SuccessResponse |
|---|
getError, isSuccessful, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CheckIfSpecimenExistsResponse(boolean specimenExists,
boolean tissueDiagnosisExists)
| Method Detail |
|---|
public boolean isSpecimenInDatabase()
public boolean isTissueDiagnosisInDatabase()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||