gov.nih.nci.mageom.search.Protocol
Interface ParameterValueSearchCriteria

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

public interface ParameterValueSearchCriteria
extends ExtendableSearchCriteria, Searchable

Represents a query for ParameterValue objects.

Version:
%I%, %G%

Field Summary
static java.lang.String ID_ATTRIBUTE
          This String name of criterion corresponding to gov.nih.nci.mageom.domain.Protocol.ParameterValue.id.
static java.lang.String PARAMETERTYPEID_ATTRIBUTE
          The String name of the criterion corresponding to gov.nih.nci.mageom.domain.Protocol.Parameter.id.
static java.lang.String VALUE_ATTRIBUTE
          This String name of criterion corresponding to gov.nih.nci.mageom.domain.Protocol.ParameterValue.value.
 
Method Summary
 java.lang.Long getId()
          Returns the value of the id criterion.
 java.lang.Long getParameterTypeId()
          Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Protocol.Parameter.id
 java.lang.String getValue()
          Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Protocol.ParameterValue.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 setParameterTypeCriteria(ParameterSearchCriteria criteria)
          Constrains the search for ParameterValue objects to those associated with Parameter objects by the association and selected by the given ParameterSearchCriteria.
 void setParameterTypeCriteria(ParameterSearchCriteria criteria, java.lang.String booleanOp)
          Constrains the search for ParameterValue objects to those associated with Parameter objects by the association and selected by the given ParameterSearchCriteria.
 void setParameterTypeId(java.lang.Long parameterTypeId)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Protocol.Parameter.id
 void setParameterTypeId(java.lang.Long parameterTypeId, java.lang.String booleanOp)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Protocol.Parameter.id
 void setValue(java.lang.String value)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Protocol.ParameterValue.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.Protocol.ParameterValue.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.Protocol.ParameterValue.id.

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

VALUE_ATTRIBUTE

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

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

PARAMETERTYPEID_ATTRIBUTE

static final java.lang.String PARAMETERTYPEID_ATTRIBUTE
The String name of the criterion corresponding to gov.nih.nci.mageom.domain.Protocol.Parameter.id.

See Also:
gov.nih.nci.mageom.domain.Protocol.Parameter#id, 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

getValue

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

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

getParameterTypeId

java.lang.Long getParameterTypeId()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Protocol.Parameter.id

Returns:
the java.lang.Long criterion value.
See Also:
gov.nih.nci.mageom.domain.Protocol.Parameter#id

setValue

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

Parameters:
value -
See Also:
gov.nih.nci.mageom.domain.Protocol.ParameterValue#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.Protocol.ParameterValue.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.Protocol.ParameterValue#value

setParameterTypeCriteria

void setParameterTypeCriteria(ParameterSearchCriteria criteria)
Constrains the search for ParameterValue objects to those associated with Parameter objects by the association and selected by the given ParameterSearchCriteria.

Parameters:
gov.nih.nci.mageom.search.Protocol.ParameterSearchCriteria - the SearchCriteria to be nested
See Also:
ParameterSearchCriteria

setParameterTypeCriteria

void setParameterTypeCriteria(ParameterSearchCriteria criteria,
                              java.lang.String booleanOp)
Constrains the search for ParameterValue objects to those associated with Parameter objects by the association and selected by the given ParameterSearchCriteria.

Parameters:
gov.nih.nci.mageom.search.Protocol.ParameterSearchCriteria - the SearchCriteria to be nested
String - one of gov.nih.nci.common.search.CriteriaElement.AND or gov.nih.nci.common.search.CriteriaElement.OR
See Also:
ParameterSearchCriteria

setParameterTypeId

void setParameterTypeId(java.lang.Long parameterTypeId)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Protocol.Parameter.id

Parameters:
parameterTypeId -
See Also:
gov.nih.nci.mageom.domain.Protocol.Parameter#id

setParameterTypeId

void setParameterTypeId(java.lang.Long parameterTypeId,
                        java.lang.String booleanOp)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Protocol.Parameter.id

Parameters:
parameterTypeId -
String - booleanOp one of gov.nih.nci.common.search.CriteriaElement.AND or gov.nih.nci.common.search.CriteriaElement.OR
See Also:
gov.nih.nci.mageom.domain.Protocol.Parameter#id