|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ArrayManufactureSearchCriteria
Represents a query for ArrayManufacture objects.
| Field Summary | |
|---|---|
static java.lang.String |
ARRAYMANUFACTURERSID_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.Array.ArrayManufacture.id. |
static java.lang.String |
MANUFACTURINGDATE_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.Array.ArrayManufacture.manufacturingDate. |
static java.lang.String |
TOLERANCE_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.Array.ArrayManufacture.tolerance. |
| 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 |
getArrayManufacturersId()
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 |
getManufacturingDate()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Array.ArrayManufacture.manufacturingDate |
java.lang.Float |
getTolerance()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Array.ArrayManufacture.tolerance |
void |
setArrayManufacturersCriteria(ContactSearchCriteria criteria)
Constrains the search for ArrayManufacture objects to those associated with Contact objects by the association and selected by the given ContactSearchCriteria. |
void |
setArrayManufacturersCriteria(ContactSearchCriteria criteria,
java.lang.String booleanOp)
Constrains the search for ArrayManufacture objects to those associated with Contact objects by the association and selected by the given ContactSearchCriteria. |
void |
setArrayManufacturersId(java.lang.Long arrayManufacturersId)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.AuditAndSecurity.Contact.id |
void |
setArrayManufacturersId(java.lang.Long arrayManufacturersId,
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 |
setManufacturingDate(java.lang.String manufacturingDate)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Array.ArrayManufacture.manufacturingDate |
void |
setManufacturingDate(java.lang.String manufacturingDate,
java.lang.String booleanOp,
java.lang.String caseInsensitive)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Array.ArrayManufacture.manufacturingDate |
void |
setTolerance(java.lang.Float tolerance)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Array.ArrayManufacture.tolerance |
void |
setTolerance(java.lang.Float tolerance,
java.lang.String booleanOp)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Array.ArrayManufacture.tolerance |
| 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 |
|---|
static final java.lang.String ID_ATTRIBUTE
gov.nih.nci.mageom.domain.Array.ArrayManufacture#id,
Constant Field Valuesstatic final java.lang.String MANUFACTURINGDATE_ATTRIBUTE
gov.nih.nci.mageom.domain.Array.ArrayManufacture#manufacturingDate,
Constant Field Valuesstatic final java.lang.String TOLERANCE_ATTRIBUTE
gov.nih.nci.mageom.domain.Array.ArrayManufacture#tolerance,
Constant Field Valuesstatic final java.lang.String ARRAYMANUFACTURERSID_ATTRIBUTE
gov.nih.nci.mageom.domain.AuditAndSecurity.Contact#id,
Constant Field Values| Method Detail |
|---|
java.lang.Long getId()
getId in interface DescribableSearchCriteriagetId in interface ExtendableSearchCriteriagetId in interface IdentifiableSearchCriteriavoid setId(java.lang.Long id)
setId in interface DescribableSearchCriteriasetId in interface ExtendableSearchCriteriasetId in interface IdentifiableSearchCriteriaid -
void setId(java.lang.Long id,
java.lang.String booleanOp)
setId in interface DescribableSearchCriteriasetId in interface ExtendableSearchCriteriasetId in interface IdentifiableSearchCriteriajava.lang.String getManufacturingDate()
gov.nih.nci.mageom.domain.Array.ArrayManufacture#manufacturingDatejava.lang.Float getTolerance()
gov.nih.nci.mageom.domain.Array.ArrayManufacture#tolerancejava.lang.Long getArrayManufacturersId()
gov.nih.nci.mageom.domain.AuditAndSecurity.Contact#idvoid setManufacturingDate(java.lang.String manufacturingDate)
manufacturingDate - gov.nih.nci.mageom.domain.Array.ArrayManufacture#manufacturingDate
void setManufacturingDate(java.lang.String manufacturingDate,
java.lang.String booleanOp,
java.lang.String caseInsensitive)
String - manufacturingDate 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.Array.ArrayManufacture#manufacturingDatevoid setTolerance(java.lang.Float tolerance)
tolerance - gov.nih.nci.mageom.domain.Array.ArrayManufacture#tolerance
void setTolerance(java.lang.Float tolerance,
java.lang.String booleanOp)
tolerance - the criterion valueString - booleanOp one of gov.nih.nci.common.search.CriteriaElement.AND or gov.nih.nci.common.search.CriteriaElement.ORgov.nih.nci.mageom.domain.Array.ArrayManufacture#tolerancevoid setArrayManufacturersCriteria(ContactSearchCriteria criteria)
gov.nih.nci.mageom.search.AuditAndSecurity.ContactSearchCriteria - the SearchCriteria to be nestedContactSearchCriteria
void setArrayManufacturersCriteria(ContactSearchCriteria criteria,
java.lang.String booleanOp)
gov.nih.nci.mageom.search.AuditAndSecurity.ContactSearchCriteria - the SearchCriteria to be nestedString - one of gov.nih.nci.common.search.CriteriaElement.AND or gov.nih.nci.common.search.CriteriaElement.ORContactSearchCriteriavoid setArrayManufacturersId(java.lang.Long arrayManufacturersId)
arrayManufacturersId - gov.nih.nci.mageom.domain.AuditAndSecurity.Contact#id
void setArrayManufacturersId(java.lang.Long arrayManufacturersId,
java.lang.String booleanOp)
arrayManufacturersId - String - booleanOp one of gov.nih.nci.common.search.CriteriaElement.AND or gov.nih.nci.common.search.CriteriaElement.ORgov.nih.nci.mageom.domain.AuditAndSecurity.Contact#id
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||