gov.nih.nci.mageom.search
Interface IdentifiableSearchCriteria
- All Superinterfaces:
- DescribableSearchCriteria, ExtendableSearchCriteria, Searchable, SessionObject
- All Known Subinterfaces:
- ArrayDesignSearchCriteria, ArrayGroupSearchCriteria, ArrayManufactureSearchCriteria, ArraySearchCriteria, BioAssayCreationSearchCriteria, BioAssayDataClusterSearchCriteria, BioAssayDataSearchCriteria, BioAssayDimensionSearchCriteria, BioAssayMapSearchCriteria, BioAssaySearchCriteria, BioAssayTreatmentSearchCriteria, BioEventSearchCriteria, BioMaterialSearchCriteria, BioSampleSearchCriteria, BioSequenceSearchCriteria, BioSourceSearchCriteria, ChannelSearchCriteria, CompositeCompositeMapSearchCriteria, CompositeGroupSearchCriteria, CompositeSequenceDimensionSearchCriteria, CompositeSequenceSearchCriteria, CompoundSearchCriteria, ConfidenceIndicatorSearchCriteria, ContactSearchCriteria, DatabaseSearchCriteria, DerivedBioAssayDataSearchCriteria, DerivedBioAssaySearchCriteria, DerivedSignalSearchCriteria, DesignElementDimensionSearchCriteria, DesignElementGroupSearchCriteria, DesignElementMapSearchCriteria, DesignElementSearchCriteria, ErrorSearchCriteria, ExpectedValueSearchCriteria, ExperimentalFactorSearchCriteria, ExperimentSearchCriteria, FactorValueSearchCriteria, FailedSearchCriteria, FeatureDimensionSearchCriteria, FeatureExtractionSearchCriteria, FeatureGroupSearchCriteria, FeatureReporterMapSearchCriteria, FeatureSearchCriteria, HardwareSearchCriteria, HybridizationSearchCriteria, ImageAcquisitionSearchCriteria, ImageSearchCriteria, LabeledExtractSearchCriteria, MapSearchCriteria, MeasuredBioAssayDataSearchCriteria, MeasuredBioAssaySearchCriteria, MeasuredSignalSearchCriteria, OrganizationSearchCriteria, ParameterizableSearchCriteria, ParameterSearchCriteria, PersonSearchCriteria, PhysicalArrayDesignSearchCriteria, PhysicalBioAssaySearchCriteria, PresentAbsentSearchCriteria, ProtocolSearchCriteria, PValueSearchCriteria, QuantitationTypeDimensionSearchCriteria, QuantitationTypeMapSearchCriteria, QuantitationTypeSearchCriteria, RatioSearchCriteria, ReporterCompositeMapSearchCriteria, ReporterDimensionSearchCriteria, ReporterGroupSearchCriteria, ReporterSearchCriteria, SecurityGroupSearchCriteria, SecuritySearchCriteria, SoftwareSearchCriteria, SpecializedQuantitationTypeSearchCriteria, StandardQuantitationTypeSearchCriteria, TransformationSearchCriteria, TreatmentSearchCriteria, ZoneSearchCriteria
- All Known Implementing Classes:
- ArrayDesignSearchCriteriaImpl, ArrayGroupSearchCriteriaImpl, ArrayManufactureSearchCriteriaImpl, ArraySearchCriteriaImpl, BioAssayCreationSearchCriteriaImpl, BioAssayDataClusterSearchCriteriaImpl, BioAssayDataSearchCriteriaImpl, BioAssayDimensionSearchCriteriaImpl, BioAssayMapSearchCriteriaImpl, BioAssaySearchCriteriaImpl, BioAssayTreatmentSearchCriteriaImpl, BioEventSearchCriteriaImpl, BioMaterialSearchCriteriaImpl, BioSampleSearchCriteriaImpl, BioSequenceSearchCriteriaImpl, BioSourceSearchCriteriaImpl, ChannelSearchCriteriaImpl, CompositeCompositeMapSearchCriteriaImpl, CompositeGroupSearchCriteriaImpl, CompositeSequenceDimensionSearchCriteriaImpl, CompositeSequenceSearchCriteriaImpl, CompoundSearchCriteriaImpl, ConfidenceIndicatorSearchCriteriaImpl, ContactSearchCriteriaImpl, DatabaseSearchCriteriaImpl, DerivedBioAssayDataSearchCriteriaImpl, DerivedBioAssaySearchCriteriaImpl, DerivedSignalSearchCriteriaImpl, DesignElementDimensionSearchCriteriaImpl, DesignElementGroupSearchCriteriaImpl, DesignElementMapSearchCriteriaImpl, DesignElementSearchCriteriaImpl, ErrorSearchCriteriaImpl, ExpectedValueSearchCriteriaImpl, ExperimentalFactorSearchCriteriaImpl, ExperimentSearchCriteriaImpl, FactorValueSearchCriteriaImpl, FailedSearchCriteriaImpl, FeatureDimensionSearchCriteriaImpl, FeatureExtractionSearchCriteriaImpl, FeatureGroupSearchCriteriaImpl, FeatureReporterMapSearchCriteriaImpl, FeatureSearchCriteriaImpl, HardwareSearchCriteriaImpl, HybridizationSearchCriteriaImpl, IdentifiableSearchCriteriaImpl, ImageAcquisitionSearchCriteriaImpl, ImageSearchCriteriaImpl, LabeledExtractSearchCriteriaImpl, MapSearchCriteriaImpl, MeasuredBioAssayDataSearchCriteriaImpl, MeasuredBioAssaySearchCriteriaImpl, MeasuredSignalSearchCriteriaImpl, OrganizationSearchCriteriaImpl, ParameterizableSearchCriteriaImpl, ParameterSearchCriteriaImpl, PersonSearchCriteriaImpl, PhysicalArrayDesignSearchCriteriaImpl, PhysicalBioAssaySearchCriteriaImpl, PresentAbsentSearchCriteriaImpl, ProtocolSearchCriteriaImpl, PValueSearchCriteriaImpl, QuantitationTypeDimensionSearchCriteriaImpl, QuantitationTypeMapSearchCriteriaImpl, QuantitationTypeSearchCriteriaImpl, RatioSearchCriteriaImpl, ReporterCompositeMapSearchCriteriaImpl, ReporterDimensionSearchCriteriaImpl, ReporterGroupSearchCriteriaImpl, ReporterSearchCriteriaImpl, SecurityGroupSearchCriteriaImpl, SecuritySearchCriteriaImpl, SoftwareSearchCriteriaImpl, SpecializedQuantitationTypeSearchCriteriaImpl, StandardQuantitationTypeSearchCriteriaImpl, TransformationSearchCriteriaImpl, TreatmentSearchCriteriaImpl, ZoneSearchCriteriaImpl
public interface IdentifiableSearchCriteria
- extends DescribableSearchCriteria, Searchable
Represents a query for Identifiable objects.
- Version:
- %I%, %G%
|
Field Summary |
static java.lang.String |
ID_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.Identifiable.id. |
static java.lang.String |
IDENTIFIER_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.Identifiable.identifier. |
static java.lang.String |
NAME_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.Identifiable.name. |
|
Method Summary |
java.lang.Long |
getId()
Returns the value of the id criterion. |
java.lang.String |
getIdentifier()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Identifiable.identifier |
java.lang.String |
getName()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Identifiable.name |
void |
setId(java.lang.Long id)
Sets the value of the id criterion. |
void |
setId(java.lang.Long id,
java.lang.String booleanOp)
|
void |
setIdentifier(java.lang.String identifier)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Identifiable.identifier |
void |
setIdentifier(java.lang.String identifier,
java.lang.String booleanOp,
java.lang.String caseInsensitive)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Identifiable.identifier |
void |
setName(java.lang.String name)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Identifiable.name |
void |
setName(java.lang.String name,
java.lang.String booleanOp,
java.lang.String caseInsensitive)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Identifiable.name |
| Methods inherited from interface gov.nih.nci.common.search.Searchable |
getMaxRecordset, getOrderBy, getReturnCount, getReturnObjects, putCriterion, putCriterion, search, setMaxRecordset, setOrderBy, setReturnCount, setReturnObjects |
ID_ATTRIBUTE
static final java.lang.String ID_ATTRIBUTE
- This String name of criterion corresponding to gov.nih.nci.mageom.domain.Identifiable.id.
- See Also:
gov.nih.nci.mageom.domain.Identifiable#id,
Constant Field Values
IDENTIFIER_ATTRIBUTE
static final java.lang.String IDENTIFIER_ATTRIBUTE
- This String name of criterion corresponding to gov.nih.nci.mageom.domain.Identifiable.identifier.
- See Also:
gov.nih.nci.mageom.domain.Identifiable#identifier,
Constant Field Values
NAME_ATTRIBUTE
static final java.lang.String NAME_ATTRIBUTE
- This String name of criterion corresponding to gov.nih.nci.mageom.domain.Identifiable.name.
- See Also:
gov.nih.nci.mageom.domain.Identifiable#name,
Constant Field Values
getId
java.lang.Long getId()
- Returns the value of the id criterion.
- Specified by:
getId in interface DescribableSearchCriteria- Specified by:
getId in interface ExtendableSearchCriteria
- 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
- 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
getIdentifier
java.lang.String getIdentifier()
- Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Identifiable.identifier
- Returns:
- the java.lang.String criterion value.
- See Also:
gov.nih.nci.mageom.domain.Identifiable#identifier
getName
java.lang.String getName()
- Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Identifiable.name
- Returns:
- the java.lang.String criterion value.
- See Also:
gov.nih.nci.mageom.domain.Identifiable#name
setIdentifier
void setIdentifier(java.lang.String identifier)
- Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Identifiable.identifier
- Parameters:
identifier - - See Also:
gov.nih.nci.mageom.domain.Identifiable#identifier
setIdentifier
void setIdentifier(java.lang.String identifier,
java.lang.String booleanOp,
java.lang.String caseInsensitive)
- Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Identifiable.identifier
- Parameters:
String - identifier 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.CASEINSENSITIVE- See Also:
gov.nih.nci.mageom.domain.Identifiable#identifier
setName
void setName(java.lang.String name)
- Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Identifiable.name
- Parameters:
name - - See Also:
gov.nih.nci.mageom.domain.Identifiable#name
setName
void setName(java.lang.String name,
java.lang.String booleanOp,
java.lang.String caseInsensitive)
- Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Identifiable.name
- Parameters:
String - name 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.CASEINSENSITIVE- See Also:
gov.nih.nci.mageom.domain.Identifiable#name