|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface HardwareApplicationSearchCriteria
Represents a query for HardwareApplication objects.
| 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 |
|---|
static final java.lang.String ID_ATTRIBUTE
gov.nih.nci.mageom.domain.Protocol.HardwareApplication#id,
Constant Field Valuesstatic final java.lang.String SERIALNUMBER_ATTRIBUTE
gov.nih.nci.mageom.domain.Protocol.HardwareApplication#serialNumber,
Constant Field Valuesstatic final java.lang.String HARDWAREID_ATTRIBUTE
gov.nih.nci.mageom.domain.Protocol.Hardware#id,
Constant Field Values| Method Detail |
|---|
java.lang.Long getId()
getId in interface DescribableSearchCriteriagetId in interface ExtendableSearchCriteriagetId in interface ParameterizableApplicationSearchCriteriavoid setId(java.lang.Long id)
setId in interface DescribableSearchCriteriasetId in interface ExtendableSearchCriteriasetId in interface ParameterizableApplicationSearchCriteriaid -
void setId(java.lang.Long id,
java.lang.String booleanOp)
setId in interface DescribableSearchCriteriasetId in interface ExtendableSearchCriteriasetId in interface ParameterizableApplicationSearchCriteriajava.lang.String getSerialNumber()
gov.nih.nci.mageom.domain.Protocol.HardwareApplication#serialNumberjava.lang.Long getHardwareId()
gov.nih.nci.mageom.domain.Protocol.Hardware#idvoid setSerialNumber(java.lang.String serialNumber)
serialNumber - gov.nih.nci.mageom.domain.Protocol.HardwareApplication#serialNumber
void setSerialNumber(java.lang.String serialNumber,
java.lang.String booleanOp,
java.lang.String caseInsensitive)
String - serialNumber the criterion valueString - booleanOp one of gov.nih.nci.common.search.CriteriaElement.AND or gov.nih.nci.common.search.CriteriaElement.ORString - caseInsensitive one of gov.nih.nci.common.search.CriteriaElement.CASESENSITIVE or gov.nih.nci.common.search.CriteriaElement.CASEINSENSITIVEgov.nih.nci.mageom.domain.Protocol.HardwareApplication#serialNumbervoid setHardwareCriteria(HardwareSearchCriteria criteria)
gov.nih.nci.mageom.search.Protocol.HardwareSearchCriteria - the SearchCriteria to be nestedHardwareSearchCriteria
void setHardwareCriteria(HardwareSearchCriteria criteria,
java.lang.String booleanOp)
gov.nih.nci.mageom.search.Protocol.HardwareSearchCriteria - the SearchCriteria to be nestedString - one of gov.nih.nci.common.search.CriteriaElement.AND or gov.nih.nci.common.search.CriteriaElement.ORHardwareSearchCriteriavoid setHardwareId(java.lang.Long hardwareId)
hardwareId - gov.nih.nci.mageom.domain.Protocol.Hardware#id
void setHardwareId(java.lang.Long hardwareId,
java.lang.String booleanOp)
hardwareId - String - booleanOp one of gov.nih.nci.common.search.CriteriaElement.AND or gov.nih.nci.common.search.CriteriaElement.ORgov.nih.nci.mageom.domain.Protocol.Hardware#id
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||