gov.nih.nci.mageom.search
Interface NameValueTypeSearchCriteria

All Superinterfaces:
Searchable, SessionObject
All Known Implementing Classes:
NameValueTypeSearchCriteriaImpl

public interface NameValueTypeSearchCriteria
extends Searchable, SessionObject

Represents a query for NameValueType objects.

Version:
%I%, %G%

Field Summary
static java.lang.String ID_ATTRIBUTE
          This String name of criterion corresponding to gov.nih.nci.mageom.domain.NameValueType.id.
static java.lang.String NAME_ATTRIBUTE
          This String name of criterion corresponding to gov.nih.nci.mageom.domain.NameValueType.name.
static java.lang.String TYPE_ATTRIBUTE
          This String name of criterion corresponding to gov.nih.nci.mageom.domain.NameValueType.type.
static java.lang.String VALUE_ATTRIBUTE
          This String name of criterion corresponding to gov.nih.nci.mageom.domain.NameValueType.value.
 
Method Summary
 java.lang.Long getId()
          Returns the value of the id criterion.
 java.lang.String getName()
          Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.NameValueType.name
 java.lang.String getType()
          Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.NameValueType.type
 java.lang.String getValue()
          Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.NameValueType.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 setName(java.lang.String name)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.NameValueType.name
 void setName(java.lang.String name, java.lang.String booleanOp, java.lang.String caseInsensitive)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.NameValueType.name
 void setType(java.lang.String type)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.NameValueType.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.NameValueType.type
 void setValue(java.lang.String value)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.NameValueType.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.NameValueType.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.NameValueType.id.

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

NAME_ATTRIBUTE

static final java.lang.String NAME_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.NameValueType.name.

See Also:
gov.nih.nci.mageom.domain.NameValueType#name, Constant Field Values

VALUE_ATTRIBUTE

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

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

TYPE_ATTRIBUTE

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

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

getId

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

Returns:
the id criterion

setId

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

Parameters:
id -

setId

void setId(java.lang.Long id,
           java.lang.String booleanOp)

getName

java.lang.String getName()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.NameValueType.name

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

getValue

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

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

getType

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

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

setName

void setName(java.lang.String name)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.NameValueType.name

Parameters:
name -
See Also:
gov.nih.nci.mageom.domain.NameValueType#name

setName

void setName(java.lang.String name,
             java.lang.String booleanOp,
             java.lang.String caseInsensitive)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.NameValueType.name

Parameters:
String - name 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.NameValueType#name

setValue

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

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

setType

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

Parameters:
type -
See Also:
gov.nih.nci.mageom.domain.NameValueType#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.NameValueType.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.NameValueType#type