gov.nih.nci.mageom.search.Measurement
Interface MassUnitSearchCriteria

All Superinterfaces:
ExtendableSearchCriteria, Searchable, SessionObject, UnitSearchCriteria
All Known Implementing Classes:
MassUnitSearchCriteriaImpl

public interface MassUnitSearchCriteria
extends UnitSearchCriteria, Searchable

Represents a query for MassUnit objects.

Version:
%I%, %G%

Field Summary
static java.lang.String ID_ATTRIBUTE
          This String name of criterion corresponding to gov.nih.nci.mageom.domain.Measurement.MassUnit.id.
static java.lang.String UNITNAMECV_ATTRIBUTE
          This String name of criterion corresponding to gov.nih.nci.mageom.domain.Measurement.MassUnit.unitNameCV.
 
Fields inherited from interface gov.nih.nci.mageom.search.Measurement.UnitSearchCriteria
UNITNAME_ATTRIBUTE
 
Method Summary
 java.lang.Long getId()
          Returns the value of the id criterion.
 java.lang.String getUnitNameCV()
          Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Measurement.MassUnit.unitNameCV
 void setId(java.lang.Long id)
          Sets the value of the id criterion.
 void setId(java.lang.Long id, java.lang.String booleanOp)
           
 void setUnitNameCV(java.lang.String unitNameCV)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Measurement.MassUnit.unitNameCV
 void setUnitNameCV(java.lang.String unitNameCV, java.lang.String booleanOp, java.lang.String caseInsensitive)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Measurement.MassUnit.unitNameCV
 
Methods inherited from interface gov.nih.nci.mageom.search.Measurement.UnitSearchCriteria
getUnitName, setUnitName, setUnitName
 
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.Measurement.MassUnit.id.

See Also:
gov.nih.nci.mageom.domain.Measurement.MassUnit#id, Constant Field Values

UNITNAMECV_ATTRIBUTE

static final java.lang.String UNITNAMECV_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.Measurement.MassUnit.unitNameCV.

See Also:
gov.nih.nci.mageom.domain.Measurement.MassUnit#unitNameCV, Constant Field Values
Method Detail

getId

java.lang.Long getId()
Returns the value of the id criterion.

Specified by:
getId in interface ExtendableSearchCriteria
Specified by:
getId in interface UnitSearchCriteria
Returns:
the id criterion

setId

void setId(java.lang.Long id)
Sets the value of the id criterion.

Specified by:
setId in interface ExtendableSearchCriteria
Specified by:
setId in interface UnitSearchCriteria
Parameters:
id -

setId

void setId(java.lang.Long id,
           java.lang.String booleanOp)
Specified by:
setId in interface ExtendableSearchCriteria
Specified by:
setId in interface UnitSearchCriteria

getUnitNameCV

java.lang.String getUnitNameCV()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Measurement.MassUnit.unitNameCV

Returns:
the java.lang.String criterion value.
See Also:
gov.nih.nci.mageom.domain.Measurement.MassUnit#unitNameCV

setUnitNameCV

void setUnitNameCV(java.lang.String unitNameCV)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Measurement.MassUnit.unitNameCV

Parameters:
unitNameCV -
See Also:
gov.nih.nci.mageom.domain.Measurement.MassUnit#unitNameCV

setUnitNameCV

void setUnitNameCV(java.lang.String unitNameCV,
                   java.lang.String booleanOp,
                   java.lang.String caseInsensitive)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Measurement.MassUnit.unitNameCV

Parameters:
String - unitNameCV 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.Measurement.MassUnit#unitNameCV