|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SoftwareApplicationSearchCriteria
Represents a query for SoftwareApplication objects.
| Field Summary | |
|---|---|
static java.lang.String |
ID_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.Protocol.SoftwareApplication.id. |
static java.lang.String |
RELEASEDATE_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.Protocol.SoftwareApplication.releaseDate. |
static java.lang.String |
SOFTWAREID_ATTRIBUTE
The String name of the criterion corresponding to gov.nih.nci.mageom.domain.Protocol.Software.id. |
static java.lang.String |
VERSION_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.Protocol.SoftwareApplication.version. |
| Fields inherited from interface gov.nih.nci.mageom.search.DescribableSearchCriteria |
|---|
SECURITYID_ATTRIBUTE |
| Method Summary | |
|---|---|
java.lang.Long |
getId()
Returns the value of the id criterion. |
java.util.Date |
getReleaseDate()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Protocol.SoftwareApplication.releaseDate |
java.lang.Long |
getSoftwareId()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Protocol.Software.id |
java.lang.String |
getVersion()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Protocol.SoftwareApplication.version |
void |
setId(java.lang.Long id)
Sets the value of the id criterion. |
void |
setId(java.lang.Long id,
java.lang.String booleanOp)
|
void |
setReleaseDate(java.util.Date releaseDate)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Protocol.SoftwareApplication.releaseDate |
void |
setReleaseDate(java.util.Date releaseDate,
java.lang.String booleanOp)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Protocol.SoftwareApplication.releaseDate |
void |
setSoftwareCriteria(SoftwareSearchCriteria criteria)
Constrains the search for SoftwareApplication objects to those associated with Software objects by the association and selected by the given SoftwareSearchCriteria. |
void |
setSoftwareCriteria(SoftwareSearchCriteria criteria,
java.lang.String booleanOp)
Constrains the search for SoftwareApplication objects to those associated with Software objects by the association and selected by the given SoftwareSearchCriteria. |
void |
setSoftwareId(java.lang.Long softwareId)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Protocol.Software.id |
void |
setSoftwareId(java.lang.Long softwareId,
java.lang.String booleanOp)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Protocol.Software.id |
void |
setVersion(java.lang.String version)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Protocol.SoftwareApplication.version |
void |
setVersion(java.lang.String version,
java.lang.String booleanOp,
java.lang.String caseInsensitive)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Protocol.SoftwareApplication.version |
| 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.SoftwareApplication#id,
Constant Field Valuesstatic final java.lang.String VERSION_ATTRIBUTE
gov.nih.nci.mageom.domain.Protocol.SoftwareApplication#version,
Constant Field Valuesstatic final java.lang.String RELEASEDATE_ATTRIBUTE
gov.nih.nci.mageom.domain.Protocol.SoftwareApplication#releaseDate,
Constant Field Valuesstatic final java.lang.String SOFTWAREID_ATTRIBUTE
gov.nih.nci.mageom.domain.Protocol.Software#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 getVersion()
gov.nih.nci.mageom.domain.Protocol.SoftwareApplication#versionjava.util.Date getReleaseDate()
gov.nih.nci.mageom.domain.Protocol.SoftwareApplication#releaseDatejava.lang.Long getSoftwareId()
gov.nih.nci.mageom.domain.Protocol.Software#idvoid setVersion(java.lang.String version)
version - gov.nih.nci.mageom.domain.Protocol.SoftwareApplication#version
void setVersion(java.lang.String version,
java.lang.String booleanOp,
java.lang.String caseInsensitive)
String - version 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.SoftwareApplication#versionvoid setReleaseDate(java.util.Date releaseDate)
releaseDate - gov.nih.nci.mageom.domain.Protocol.SoftwareApplication#releaseDate
void setReleaseDate(java.util.Date releaseDate,
java.lang.String booleanOp)
releaseDate - 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.Protocol.SoftwareApplication#releaseDatevoid setSoftwareCriteria(SoftwareSearchCriteria criteria)
gov.nih.nci.mageom.search.Protocol.SoftwareSearchCriteria - the SearchCriteria to be nestedSoftwareSearchCriteria
void setSoftwareCriteria(SoftwareSearchCriteria criteria,
java.lang.String booleanOp)
gov.nih.nci.mageom.search.Protocol.SoftwareSearchCriteria - the SearchCriteria to be nestedString - one of gov.nih.nci.common.search.CriteriaElement.AND or gov.nih.nci.common.search.CriteriaElement.ORSoftwareSearchCriteriavoid setSoftwareId(java.lang.Long softwareId)
softwareId - gov.nih.nci.mageom.domain.Protocol.Software#id
void setSoftwareId(java.lang.Long softwareId,
java.lang.String booleanOp)
softwareId - String - booleanOp one of gov.nih.nci.common.search.CriteriaElement.AND or gov.nih.nci.common.search.CriteriaElement.ORgov.nih.nci.mageom.domain.Protocol.Software#id
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||