|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MeasurementSearchCriteria
Represents a query for Measurement objects.
| Field Summary | |
|---|---|
static java.lang.String |
ID_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.Measurement.Measurement.id. |
static java.lang.String |
KINDCV_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.Measurement.Measurement.kindCV. |
static java.lang.String |
OTHERKIND_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.Measurement.Measurement.otherKind. |
static java.lang.String |
TYPE_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.Measurement.Measurement.type. |
static java.lang.String |
VALUE_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.Measurement.Measurement.value. |
| Method Summary | |
|---|---|
java.lang.Long |
getId()
Returns the value of the id criterion. |
java.lang.String |
getKindCV()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Measurement.Measurement.kindCV |
java.lang.String |
getOtherKind()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Measurement.Measurement.otherKind |
java.lang.String |
getType()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Measurement.Measurement.type |
java.lang.String |
getValue()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Measurement.Measurement.value |
void |
setId(java.lang.Long id)
Sets the value of the id criterion. |
void |
setId(java.lang.Long id,
java.lang.String booleanOp)
|
void |
setKindCV(java.lang.String kindCV)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Measurement.Measurement.kindCV |
void |
setKindCV(java.lang.String kindCV,
java.lang.String booleanOp,
java.lang.String caseInsensitive)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Measurement.Measurement.kindCV |
void |
setOtherKind(java.lang.String otherKind)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Measurement.Measurement.otherKind |
void |
setOtherKind(java.lang.String otherKind,
java.lang.String booleanOp,
java.lang.String caseInsensitive)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Measurement.Measurement.otherKind |
void |
setType(java.lang.String type)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Measurement.Measurement.type |
void |
setType(java.lang.String type,
java.lang.String booleanOp,
java.lang.String caseInsensitive)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Measurement.Measurement.type |
void |
setValue(java.lang.String value)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Measurement.Measurement.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.Measurement.Measurement.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.Measurement.Measurement#id,
Constant Field Valuesstatic final java.lang.String TYPE_ATTRIBUTE
gov.nih.nci.mageom.domain.Measurement.Measurement#type,
Constant Field Valuesstatic final java.lang.String VALUE_ATTRIBUTE
gov.nih.nci.mageom.domain.Measurement.Measurement#value,
Constant Field Valuesstatic final java.lang.String KINDCV_ATTRIBUTE
gov.nih.nci.mageom.domain.Measurement.Measurement#kindCV,
Constant Field Valuesstatic final java.lang.String OTHERKIND_ATTRIBUTE
gov.nih.nci.mageom.domain.Measurement.Measurement#otherKind,
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 getType()
gov.nih.nci.mageom.domain.Measurement.Measurement#typejava.lang.String getValue()
gov.nih.nci.mageom.domain.Measurement.Measurement#valuejava.lang.String getKindCV()
gov.nih.nci.mageom.domain.Measurement.Measurement#kindCVjava.lang.String getOtherKind()
gov.nih.nci.mageom.domain.Measurement.Measurement#otherKindvoid setType(java.lang.String type)
type - gov.nih.nci.mageom.domain.Measurement.Measurement#type
void setType(java.lang.String type,
java.lang.String booleanOp,
java.lang.String caseInsensitive)
String - type 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.Measurement.Measurement#typevoid setValue(java.lang.String value)
value - gov.nih.nci.mageom.domain.Measurement.Measurement#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.Measurement.Measurement#valuevoid setKindCV(java.lang.String kindCV)
kindCV - gov.nih.nci.mageom.domain.Measurement.Measurement#kindCV
void setKindCV(java.lang.String kindCV,
java.lang.String booleanOp,
java.lang.String caseInsensitive)
String - kindCV 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.Measurement.Measurement#kindCVvoid setOtherKind(java.lang.String otherKind)
otherKind - gov.nih.nci.mageom.domain.Measurement.Measurement#otherKind
void setOtherKind(java.lang.String otherKind,
java.lang.String booleanOp,
java.lang.String caseInsensitive)
String - otherKind 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.Measurement.Measurement#otherKind
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||