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

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

public interface HardwareSearchCriteria
extends ParameterizableSearchCriteria, Searchable

Represents a query for Hardware objects.

Version:
%I%, %G%

Field Summary
static java.lang.String HARDWAREMANUFACTURERSID_ATTRIBUTE
          The String name of the criterion corresponding to gov.nih.nci.mageom.domain.AuditAndSecurity.Contact.id.
static java.lang.String ID_ATTRIBUTE
          This String name of criterion corresponding to gov.nih.nci.mageom.domain.Protocol.Hardware.id.
static java.lang.String MAKE_ATTRIBUTE
          This String name of criterion corresponding to gov.nih.nci.mageom.domain.Protocol.Hardware.make.
static java.lang.String MODEL_ATTRIBUTE
          This String name of criterion corresponding to gov.nih.nci.mageom.domain.Protocol.Hardware.model.
 
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 getHardwareManufacturersId()
          Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.AuditAndSecurity.Contact.id
 java.lang.Long getId()
          Returns the value of the id criterion.
 java.lang.String getMake()
          Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Protocol.Hardware.make
 java.lang.String getModel()
          Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Protocol.Hardware.model
 void setHardwareManufacturersCriteria(ContactSearchCriteria criteria)
          Constrains the search for Hardware objects to those associated with Contact objects by the association and selected by the given ContactSearchCriteria.
 void setHardwareManufacturersCriteria(ContactSearchCriteria criteria, java.lang.String booleanOp)
          Constrains the search for Hardware objects to those associated with Contact objects by the association and selected by the given ContactSearchCriteria.
 void setHardwareManufacturersId(java.lang.Long hardwareManufacturersId)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.AuditAndSecurity.Contact.id
 void setHardwareManufacturersId(java.lang.Long hardwareManufacturersId, java.lang.String booleanOp)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.AuditAndSecurity.Contact.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 setMake(java.lang.String make)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Protocol.Hardware.make
 void setMake(java.lang.String make, java.lang.String booleanOp, java.lang.String caseInsensitive)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Protocol.Hardware.make
 void setModel(java.lang.String model)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Protocol.Hardware.model
 void setModel(java.lang.String model, java.lang.String booleanOp, java.lang.String caseInsensitive)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Protocol.Hardware.model
 
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.Hardware.id.

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

MODEL_ATTRIBUTE

static final java.lang.String MODEL_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.Protocol.Hardware.model.

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

MAKE_ATTRIBUTE

static final java.lang.String MAKE_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.Protocol.Hardware.make.

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

HARDWAREMANUFACTURERSID_ATTRIBUTE

static final java.lang.String HARDWAREMANUFACTURERSID_ATTRIBUTE
The String name of the criterion corresponding to gov.nih.nci.mageom.domain.AuditAndSecurity.Contact.id.

See Also:
gov.nih.nci.mageom.domain.AuditAndSecurity.Contact#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

getModel

java.lang.String getModel()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Protocol.Hardware.model

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

getMake

java.lang.String getMake()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Protocol.Hardware.make

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

getHardwareManufacturersId

java.lang.Long getHardwareManufacturersId()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.AuditAndSecurity.Contact.id

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

setModel

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

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

setModel

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

Parameters:
String - model 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.Hardware#model

setMake

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

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

setMake

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

Parameters:
String - make 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.Hardware#make

setHardwareManufacturersCriteria

void setHardwareManufacturersCriteria(ContactSearchCriteria criteria)
Constrains the search for Hardware objects to those associated with Contact objects by the association and selected by the given ContactSearchCriteria.

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

setHardwareManufacturersCriteria

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

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

setHardwareManufacturersId

void setHardwareManufacturersId(java.lang.Long hardwareManufacturersId)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.AuditAndSecurity.Contact.id

Parameters:
hardwareManufacturersId -
See Also:
gov.nih.nci.mageom.domain.AuditAndSecurity.Contact#id

setHardwareManufacturersId

void setHardwareManufacturersId(java.lang.Long hardwareManufacturersId,
                                java.lang.String booleanOp)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.AuditAndSecurity.Contact.id

Parameters:
hardwareManufacturersId -
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.AuditAndSecurity.Contact#id