gov.nih.nci.mageom.search.Measurement
Interface MeasurementSearchCriteria

All Superinterfaces:
ExtendableSearchCriteria, Searchable, SessionObject
All Known Implementing Classes:
MeasurementSearchCriteriaImpl

public interface MeasurementSearchCriteria
extends ExtendableSearchCriteria, Searchable

Represents a query for Measurement objects.

Version:
%I%, %G%

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

ID_ATTRIBUTE

static final java.lang.String ID_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.Measurement.Measurement.id.

See Also:
gov.nih.nci.mageom.domain.Measurement.Measurement#id, Constant Field Values

TYPE_ATTRIBUTE

static final java.lang.String TYPE_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.Measurement.Measurement.type.

See Also:
gov.nih.nci.mageom.domain.Measurement.Measurement#type, Constant Field Values

VALUE_ATTRIBUTE

static final java.lang.String VALUE_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.Measurement.Measurement.value.

See Also:
gov.nih.nci.mageom.domain.Measurement.Measurement#value, Constant Field Values

KINDCV_ATTRIBUTE

static final java.lang.String KINDCV_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.Measurement.Measurement.kindCV.

See Also:
gov.nih.nci.mageom.domain.Measurement.Measurement#kindCV, Constant Field Values

OTHERKIND_ATTRIBUTE

static final java.lang.String OTHERKIND_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.Measurement.Measurement.otherKind.

See Also:
gov.nih.nci.mageom.domain.Measurement.Measurement#otherKind, Constant Field Values
Method Detail

getId

java.lang.Long getId()
Returns the value of the id criterion.

Specified by:
getId in interface ExtendableSearchCriteria
Returns:
the id criterion

setId

void setId(java.lang.Long id)
Sets the value of the id criterion.

Specified by:
setId in interface ExtendableSearchCriteria
Parameters:
id -

setId

void setId(java.lang.Long id,
           java.lang.String booleanOp)
Specified by:
setId in interface ExtendableSearchCriteria

getType

java.lang.String getType()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Measurement.Measurement.type

Returns:
the java.lang.String criterion value.
See Also:
gov.nih.nci.mageom.domain.Measurement.Measurement#type

getValue

java.lang.String getValue()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Measurement.Measurement.value

Returns:
the java.lang.String criterion value.
See Also:
gov.nih.nci.mageom.domain.Measurement.Measurement#value

getKindCV

java.lang.String getKindCV()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Measurement.Measurement.kindCV

Returns:
the java.lang.String criterion value.
See Also:
gov.nih.nci.mageom.domain.Measurement.Measurement#kindCV

getOtherKind

java.lang.String getOtherKind()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Measurement.Measurement.otherKind

Returns:
the java.lang.String criterion value.
See Also:
gov.nih.nci.mageom.domain.Measurement.Measurement#otherKind

setType

void setType(java.lang.String type)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Measurement.Measurement.type

Parameters:
type -
See Also:
gov.nih.nci.mageom.domain.Measurement.Measurement#type

setType

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

Parameters:
String - type the criterion value
String - booleanOp one of gov.nih.nci.common.search.CriteriaElement.AND or gov.nih.nci.common.search.CriteriaElement.OR
String - caseInsensitive one of gov.nih.nci.common.search.CriteriaElement.CASESENSITIVE or gov.nih.nci.common.search.CriteriaElement.CASEINSENSITIVE
See Also:
gov.nih.nci.mageom.domain.Measurement.Measurement#type

setValue

void setValue(java.lang.String value)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Measurement.Measurement.value

Parameters:
value -
See Also:
gov.nih.nci.mageom.domain.Measurement.Measurement#value

setValue

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

Parameters:
String - value the criterion value
String - booleanOp one of gov.nih.nci.common.search.CriteriaElement.AND or gov.nih.nci.common.search.CriteriaElement.OR
String - caseInsensitive one of gov.nih.nci.common.search.CriteriaElement.CASESENSITIVE or gov.nih.nci.common.search.CriteriaElement.CASEINSENSITIVE
See Also:
gov.nih.nci.mageom.domain.Measurement.Measurement#value

setKindCV

void setKindCV(java.lang.String kindCV)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Measurement.Measurement.kindCV

Parameters:
kindCV -
See Also:
gov.nih.nci.mageom.domain.Measurement.Measurement#kindCV

setKindCV

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

Parameters:
String - kindCV the criterion value
String - booleanOp one of gov.nih.nci.common.search.CriteriaElement.AND or gov.nih.nci.common.search.CriteriaElement.OR
String - caseInsensitive one of gov.nih.nci.common.search.CriteriaElement.CASESENSITIVE or gov.nih.nci.common.search.CriteriaElement.CASEINSENSITIVE
See Also:
gov.nih.nci.mageom.domain.Measurement.Measurement#kindCV

setOtherKind

void setOtherKind(java.lang.String otherKind)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Measurement.Measurement.otherKind

Parameters:
otherKind -
See Also:
gov.nih.nci.mageom.domain.Measurement.Measurement#otherKind

setOtherKind

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

Parameters:
String - otherKind the criterion value
String - booleanOp one of gov.nih.nci.common.search.CriteriaElement.AND or gov.nih.nci.common.search.CriteriaElement.OR
String - caseInsensitive one of gov.nih.nci.common.search.CriteriaElement.CASESENSITIVE or gov.nih.nci.common.search.CriteriaElement.CASEINSENSITIVE
See Also:
gov.nih.nci.mageom.domain.Measurement.Measurement#otherKind