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

All Superinterfaces:
DescribableSearchCriteria, ExtendableSearchCriteria, IdentifiableSearchCriteria, ParameterizableSearchCriteria, Searchable, SessionObject
All Known Implementing Classes:
ProtocolSearchCriteriaImpl

public interface ProtocolSearchCriteria
extends ParameterizableSearchCriteria, Searchable

Represents a query for Protocol objects.

Version:
%I%, %G%

Field Summary
static java.lang.String HARDWARESID_ATTRIBUTE
          The String name of the criterion corresponding to gov.nih.nci.mageom.domain.Protocol.Hardware.id.
static java.lang.String ID_ATTRIBUTE
          This String name of criterion corresponding to gov.nih.nci.mageom.domain.Protocol.Protocol.id.
static java.lang.String SOFTWARESID_ATTRIBUTE
          The String name of the criterion corresponding to gov.nih.nci.mageom.domain.Protocol.Software.id.
static java.lang.String TEXT_ATTRIBUTE
          This String name of criterion corresponding to gov.nih.nci.mageom.domain.Protocol.Protocol.text.
static java.lang.String TITLE_ATTRIBUTE
          This String name of criterion corresponding to gov.nih.nci.mageom.domain.Protocol.Protocol.title.
 
Fields inherited from interface gov.nih.nci.mageom.search.Protocol.ParameterizableSearchCriteria
URI_ATTRIBUTE
 
Fields inherited from interface gov.nih.nci.mageom.search.IdentifiableSearchCriteria
IDENTIFIER_ATTRIBUTE, NAME_ATTRIBUTE
 
Fields inherited from interface gov.nih.nci.mageom.search.DescribableSearchCriteria
SECURITYID_ATTRIBUTE
 
Method Summary
 java.lang.Long getHardwaresId()
          Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Protocol.Hardware.id
 java.lang.Long getId()
          Returns the value of the id criterion.
 java.lang.Long getSoftwaresId()
          Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Protocol.Software.id
 java.lang.String getText()
          Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Protocol.Protocol.text
 java.lang.String getTitle()
          Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Protocol.Protocol.title
 void setHardwaresCriteria(HardwareSearchCriteria criteria)
          Constrains the search for Protocol objects to those associated with Hardware objects by the association and selected by the given HardwareSearchCriteria.
 void setHardwaresCriteria(HardwareSearchCriteria criteria, java.lang.String booleanOp)
          Constrains the search for Protocol objects to those associated with Hardware objects by the association and selected by the given HardwareSearchCriteria.
 void setHardwaresId(java.lang.Long hardwaresId)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Protocol.Hardware.id
 void setHardwaresId(java.lang.Long hardwaresId, java.lang.String booleanOp)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Protocol.Hardware.id
 void setId(java.lang.Long id)
          Sets the value of the id criterion.
 void setId(java.lang.Long id, java.lang.String booleanOp)
           
 void setSoftwaresCriteria(SoftwareSearchCriteria criteria)
          Constrains the search for Protocol objects to those associated with Software objects by the association and selected by the given SoftwareSearchCriteria.
 void setSoftwaresCriteria(SoftwareSearchCriteria criteria, java.lang.String booleanOp)
          Constrains the search for Protocol objects to those associated with Software objects by the association and selected by the given SoftwareSearchCriteria.
 void setSoftwaresId(java.lang.Long softwaresId)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Protocol.Software.id
 void setSoftwaresId(java.lang.Long softwaresId, java.lang.String booleanOp)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Protocol.Software.id
 void setText(java.lang.String text)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Protocol.Protocol.text
 void setText(java.lang.String text, java.lang.String booleanOp, java.lang.String caseInsensitive)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Protocol.Protocol.text
 void setTitle(java.lang.String title)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Protocol.Protocol.title
 void setTitle(java.lang.String title, java.lang.String booleanOp, java.lang.String caseInsensitive)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Protocol.Protocol.title
 
Methods inherited from interface gov.nih.nci.mageom.search.Protocol.ParameterizableSearchCriteria
getURI, setURI, setURI
 
Methods inherited from interface gov.nih.nci.mageom.search.IdentifiableSearchCriteria
getIdentifier, getName, setIdentifier, setIdentifier, setName, setName
 
Methods inherited from interface gov.nih.nci.mageom.search.DescribableSearchCriteria
getSecurityId, setSecurityCriteria, setSecurityCriteria, setSecurityId, setSecurityId
 
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.Protocol.id.

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

TEXT_ATTRIBUTE

static final java.lang.String TEXT_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.Protocol.Protocol.text.

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

TITLE_ATTRIBUTE

static final java.lang.String TITLE_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.Protocol.Protocol.title.

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

SOFTWARESID_ATTRIBUTE

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

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

HARDWARESID_ATTRIBUTE

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

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

getId

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

Specified by:
getId in interface DescribableSearchCriteria
Specified by:
getId in interface ExtendableSearchCriteria
Specified by:
getId in interface IdentifiableSearchCriteria
Specified by:
getId in interface ParameterizableSearchCriteria
Returns:
the id criterion

setId

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

Specified by:
setId in interface DescribableSearchCriteria
Specified by:
setId in interface ExtendableSearchCriteria
Specified by:
setId in interface IdentifiableSearchCriteria
Specified by:
setId in interface ParameterizableSearchCriteria
Parameters:
id -

setId

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

getText

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

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

getTitle

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

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

getSoftwaresId

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

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

getHardwaresId

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

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

setText

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

Parameters:
text -
See Also:
gov.nih.nci.mageom.domain.Protocol.Protocol#text

setText

void setText(java.lang.String text,
             java.lang.String booleanOp,
             java.lang.String caseInsensitive)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Protocol.Protocol.text

Parameters:
String - text 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.Protocol#text

setTitle

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

Parameters:
title -
See Also:
gov.nih.nci.mageom.domain.Protocol.Protocol#title

setTitle

void setTitle(java.lang.String title,
              java.lang.String booleanOp,
              java.lang.String caseInsensitive)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Protocol.Protocol.title

Parameters:
String - title 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.Protocol#title

setSoftwaresCriteria

void setSoftwaresCriteria(SoftwareSearchCriteria criteria)
Constrains the search for Protocol objects to those associated with Software objects by the association and selected by the given SoftwareSearchCriteria.

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

setSoftwaresCriteria

void setSoftwaresCriteria(SoftwareSearchCriteria criteria,
                          java.lang.String booleanOp)
Constrains the search for Protocol objects to those associated with Software objects by the association and selected by the given SoftwareSearchCriteria.

Parameters:
gov.nih.nci.mageom.search.Protocol.SoftwareSearchCriteria - 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:
SoftwareSearchCriteria

setSoftwaresId

void setSoftwaresId(java.lang.Long softwaresId)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Protocol.Software.id

Parameters:
softwaresId -
See Also:
gov.nih.nci.mageom.domain.Protocol.Software#id

setSoftwaresId

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

Parameters:
softwaresId -
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.Software#id

setHardwaresCriteria

void setHardwaresCriteria(HardwareSearchCriteria criteria)
Constrains the search for Protocol objects to those associated with Hardware objects by the association and selected by the given HardwareSearchCriteria.

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

setHardwaresCriteria

void setHardwaresCriteria(HardwareSearchCriteria criteria,
                          java.lang.String booleanOp)
Constrains the search for Protocol objects to those associated with Hardware objects by the association and selected by the given HardwareSearchCriteria.

Parameters:
gov.nih.nci.mageom.search.Protocol.HardwareSearchCriteria - 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:
HardwareSearchCriteria

setHardwaresId

void setHardwaresId(java.lang.Long hardwaresId)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Protocol.Hardware.id

Parameters:
hardwaresId -
See Also:
gov.nih.nci.mageom.domain.Protocol.Hardware#id

setHardwaresId

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

Parameters:
hardwaresId -
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.Hardware#id