|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface OntologyEntrySearchCriteria
Represents a query for OntologyEntry objects.
| Field Summary | |
|---|---|
static java.lang.String |
CATEGORY_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.Description.OntologyEntry.category. |
static java.lang.String |
DESCRIPTION_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.Description.OntologyEntry.description. |
static java.lang.String |
ID_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.Description.OntologyEntry.id. |
static java.lang.String |
VALUE_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.Description.OntologyEntry.value. |
| Method Summary | |
|---|---|
java.lang.String |
getCategory()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Description.OntologyEntry.category |
java.lang.String |
getDescription()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Description.OntologyEntry.description |
java.lang.Long |
getId()
Returns the value of the id criterion. |
java.lang.String |
getValue()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Description.OntologyEntry.value |
void |
setCategory(java.lang.String category)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Description.OntologyEntry.category |
void |
setCategory(java.lang.String category,
java.lang.String booleanOp,
java.lang.String caseInsensitive)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Description.OntologyEntry.category |
void |
setDescription(java.lang.String description)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Description.OntologyEntry.description |
void |
setDescription(java.lang.String description,
java.lang.String booleanOp,
java.lang.String caseInsensitive)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Description.OntologyEntry.description |
void |
setId(java.lang.Long id)
Sets the value of the id criterion. |
void |
setId(java.lang.Long id,
java.lang.String booleanOp)
|
void |
setValue(java.lang.String value)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Description.OntologyEntry.value |
void |
setValue(java.lang.String value,
java.lang.String booleanOp,
java.lang.String caseInsensitive)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Description.OntologyEntry.value |
| Methods inherited from interface gov.nih.nci.common.search.Searchable |
|---|
getMaxRecordset, getOrderBy, getReturnCount, getReturnObjects, putCriterion, putCriterion, search, setMaxRecordset, setOrderBy, setReturnCount, setReturnObjects |
| Methods inherited from interface gov.nih.nci.common.search.session.SessionObject |
|---|
getSessionId, setSessionId |
| Field Detail |
|---|
static final java.lang.String ID_ATTRIBUTE
gov.nih.nci.mageom.domain.Description.OntologyEntry#id,
Constant Field Valuesstatic final java.lang.String CATEGORY_ATTRIBUTE
gov.nih.nci.mageom.domain.Description.OntologyEntry#category,
Constant Field Valuesstatic final java.lang.String VALUE_ATTRIBUTE
gov.nih.nci.mageom.domain.Description.OntologyEntry#value,
Constant Field Valuesstatic final java.lang.String DESCRIPTION_ATTRIBUTE
gov.nih.nci.mageom.domain.Description.OntologyEntry#description,
Constant Field Values| Method Detail |
|---|
java.lang.Long getId()
getId in interface ExtendableSearchCriteriavoid setId(java.lang.Long id)
setId in interface ExtendableSearchCriteriaid -
void setId(java.lang.Long id,
java.lang.String booleanOp)
setId in interface ExtendableSearchCriteriajava.lang.String getCategory()
gov.nih.nci.mageom.domain.Description.OntologyEntry#categoryjava.lang.String getValue()
gov.nih.nci.mageom.domain.Description.OntologyEntry#valuejava.lang.String getDescription()
gov.nih.nci.mageom.domain.Description.OntologyEntry#descriptionvoid setCategory(java.lang.String category)
category - gov.nih.nci.mageom.domain.Description.OntologyEntry#category
void setCategory(java.lang.String category,
java.lang.String booleanOp,
java.lang.String caseInsensitive)
String - category the criterion valueString - booleanOp one of gov.nih.nci.common.search.CriteriaElement.AND or gov.nih.nci.common.search.CriteriaElement.ORString - caseInsensitive one of gov.nih.nci.common.search.CriteriaElement.CASESENSITIVE or gov.nih.nci.common.search.CriteriaElement.CASEINSENSITIVEgov.nih.nci.mageom.domain.Description.OntologyEntry#categoryvoid setValue(java.lang.String value)
value - gov.nih.nci.mageom.domain.Description.OntologyEntry#value
void setValue(java.lang.String value,
java.lang.String booleanOp,
java.lang.String caseInsensitive)
String - value the criterion valueString - booleanOp one of gov.nih.nci.common.search.CriteriaElement.AND or gov.nih.nci.common.search.CriteriaElement.ORString - caseInsensitive one of gov.nih.nci.common.search.CriteriaElement.CASESENSITIVE or gov.nih.nci.common.search.CriteriaElement.CASEINSENSITIVEgov.nih.nci.mageom.domain.Description.OntologyEntry#valuevoid setDescription(java.lang.String description)
description - gov.nih.nci.mageom.domain.Description.OntologyEntry#description
void setDescription(java.lang.String description,
java.lang.String booleanOp,
java.lang.String caseInsensitive)
String - description the criterion valueString - booleanOp one of gov.nih.nci.common.search.CriteriaElement.AND or gov.nih.nci.common.search.CriteriaElement.ORString - caseInsensitive one of gov.nih.nci.common.search.CriteriaElement.CASESENSITIVE or gov.nih.nci.common.search.CriteriaElement.CASEINSENSITIVEgov.nih.nci.mageom.domain.Description.OntologyEntry#description
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||