|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface NameValueTypeSearchCriteria
Represents a query for NameValueType objects.
| Field Summary | |
|---|---|
static java.lang.String |
ID_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.NameValueType.id. |
static java.lang.String |
NAME_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.NameValueType.name. |
static java.lang.String |
TYPE_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.NameValueType.type. |
static java.lang.String |
VALUE_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.NameValueType.value. |
| Method Summary | |
|---|---|
java.lang.Long |
getId()
Returns the value of the id criterion. |
java.lang.String |
getName()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.NameValueType.name |
java.lang.String |
getType()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.NameValueType.type |
java.lang.String |
getValue()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.NameValueType.value |
void |
setId(java.lang.Long id)
Sets the value of the id criterion. |
void |
setId(java.lang.Long id,
java.lang.String booleanOp)
|
void |
setName(java.lang.String name)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.NameValueType.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.NameValueType.name |
void |
setType(java.lang.String type)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.NameValueType.type |
void |
setType(java.lang.String type,
java.lang.String booleanOp,
java.lang.String caseInsensitive)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.NameValueType.type |
void |
setValue(java.lang.String value)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.NameValueType.value |
void |
setValue(java.lang.String value,
java.lang.String booleanOp,
java.lang.String caseInsensitive)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.NameValueType.value |
| 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.NameValueType#id,
Constant Field Valuesstatic final java.lang.String NAME_ATTRIBUTE
gov.nih.nci.mageom.domain.NameValueType#name,
Constant Field Valuesstatic final java.lang.String VALUE_ATTRIBUTE
gov.nih.nci.mageom.domain.NameValueType#value,
Constant Field Valuesstatic final java.lang.String TYPE_ATTRIBUTE
gov.nih.nci.mageom.domain.NameValueType#type,
Constant Field Values| Method Detail |
|---|
java.lang.Long getId()
void setId(java.lang.Long id)
id -
void setId(java.lang.Long id,
java.lang.String booleanOp)
java.lang.String getName()
gov.nih.nci.mageom.domain.NameValueType#namejava.lang.String getValue()
gov.nih.nci.mageom.domain.NameValueType#valuejava.lang.String getType()
gov.nih.nci.mageom.domain.NameValueType#typevoid setName(java.lang.String name)
name - gov.nih.nci.mageom.domain.NameValueType#name
void setName(java.lang.String name,
java.lang.String booleanOp,
java.lang.String caseInsensitive)
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.CASEINSENSITIVEgov.nih.nci.mageom.domain.NameValueType#namevoid setValue(java.lang.String value)
value - gov.nih.nci.mageom.domain.NameValueType#value
void setValue(java.lang.String value,
java.lang.String booleanOp,
java.lang.String caseInsensitive)
String - value 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.NameValueType#valuevoid setType(java.lang.String type)
type - gov.nih.nci.mageom.domain.NameValueType#type
void setType(java.lang.String type,
java.lang.String booleanOp,
java.lang.String caseInsensitive)
String - type 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.NameValueType#type
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||