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

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

public interface SoftwareApplicationSearchCriteria
extends ParameterizableApplicationSearchCriteria, Searchable

Represents a query for SoftwareApplication objects.

Version:
%I%, %G%

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

ID_ATTRIBUTE

static final java.lang.String ID_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.Protocol.SoftwareApplication.id.

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

VERSION_ATTRIBUTE

static final java.lang.String VERSION_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.Protocol.SoftwareApplication.version.

See Also:
gov.nih.nci.mageom.domain.Protocol.SoftwareApplication#version, Constant Field Values

RELEASEDATE_ATTRIBUTE

static final java.lang.String RELEASEDATE_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.Protocol.SoftwareApplication.releaseDate.

See Also:
gov.nih.nci.mageom.domain.Protocol.SoftwareApplication#releaseDate, Constant Field Values

SOFTWAREID_ATTRIBUTE

static final java.lang.String SOFTWAREID_ATTRIBUTE
The String name of the criterion corresponding to gov.nih.nci.mageom.domain.Protocol.Software.id.

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

getVersion

java.lang.String getVersion()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Protocol.SoftwareApplication.version

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

getReleaseDate

java.util.Date getReleaseDate()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Protocol.SoftwareApplication.releaseDate

Returns:
the java.util.Date criterion value.
See Also:
gov.nih.nci.mageom.domain.Protocol.SoftwareApplication#releaseDate

getSoftwareId

java.lang.Long getSoftwareId()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Protocol.Software.id

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

setVersion

void setVersion(java.lang.String version)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Protocol.SoftwareApplication.version

Parameters:
version -
See Also:
gov.nih.nci.mageom.domain.Protocol.SoftwareApplication#version

setVersion

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

Parameters:
String - version 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.SoftwareApplication#version

setReleaseDate

void setReleaseDate(java.util.Date releaseDate)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Protocol.SoftwareApplication.releaseDate

Parameters:
releaseDate -
See Also:
gov.nih.nci.mageom.domain.Protocol.SoftwareApplication#releaseDate

setReleaseDate

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

Parameters:
releaseDate - the criterion value
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.SoftwareApplication#releaseDate

setSoftwareCriteria

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.

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

setSoftwareCriteria

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.

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

setSoftwareId

void setSoftwareId(java.lang.Long softwareId)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Protocol.Software.id

Parameters:
softwareId -
See Also:
gov.nih.nci.mageom.domain.Protocol.Software#id

setSoftwareId

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

Parameters:
softwareId -
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.Software#id