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

All Superinterfaces:
DescribableSearchCriteria, ExtendableSearchCriteria, ParameterizableApplicationSearchCriteria, Searchable, SessionObject
All Known Implementing Classes:
HardwareApplicationSearchCriteriaImpl

public interface HardwareApplicationSearchCriteria
extends ParameterizableApplicationSearchCriteria, Searchable

Represents a query for HardwareApplication objects.

Version:
%I%, %G%

Field Summary
static java.lang.String HARDWAREID_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.HardwareApplication.id.
static java.lang.String SERIALNUMBER_ATTRIBUTE
          This String name of criterion corresponding to gov.nih.nci.mageom.domain.Protocol.HardwareApplication.serialNumber.
 
Fields inherited from interface gov.nih.nci.mageom.search.DescribableSearchCriteria
SECURITYID_ATTRIBUTE
 
Method Summary
 java.lang.Long getHardwareId()
          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.String getSerialNumber()
          Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Protocol.HardwareApplication.serialNumber
 void setHardwareCriteria(HardwareSearchCriteria criteria)
          Constrains the search for HardwareApplication objects to those associated with Hardware objects by the association and selected by the given HardwareSearchCriteria.
 void setHardwareCriteria(HardwareSearchCriteria criteria, java.lang.String booleanOp)
          Constrains the search for HardwareApplication objects to those associated with Hardware objects by the association and selected by the given HardwareSearchCriteria.
 void setHardwareId(java.lang.Long hardwareId)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Protocol.Hardware.id
 void setHardwareId(java.lang.Long hardwareId, 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 setSerialNumber(java.lang.String serialNumber)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Protocol.HardwareApplication.serialNumber
 void setSerialNumber(java.lang.String serialNumber, java.lang.String booleanOp, java.lang.String caseInsensitive)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Protocol.HardwareApplication.serialNumber
 
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.HardwareApplication.id.

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

SERIALNUMBER_ATTRIBUTE

static final java.lang.String SERIALNUMBER_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.Protocol.HardwareApplication.serialNumber.

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

HARDWAREID_ATTRIBUTE

static final java.lang.String HARDWAREID_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 ParameterizableApplicationSearchCriteria
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 ParameterizableApplicationSearchCriteria
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 ParameterizableApplicationSearchCriteria

getSerialNumber

java.lang.String getSerialNumber()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Protocol.HardwareApplication.serialNumber

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

getHardwareId

java.lang.Long getHardwareId()
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

setSerialNumber

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

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

setSerialNumber

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

Parameters:
String - serialNumber 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.HardwareApplication#serialNumber

setHardwareCriteria

void setHardwareCriteria(HardwareSearchCriteria criteria)
Constrains the search for HardwareApplication 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

setHardwareCriteria

void setHardwareCriteria(HardwareSearchCriteria criteria,
                         java.lang.String booleanOp)
Constrains the search for HardwareApplication 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

setHardwareId

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

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

setHardwareId

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

Parameters:
hardwareId -
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