|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.tupeloproject.metadata.service.MetadataServiceCommand
org.tupeloproject.metadata.service.MetadataServiceSearchCommand
org.tupeloproject.metadata.service.MetadataServiceSearchNumericCommand
| Field Summary | |
(package private) double |
high
|
(package private) boolean |
highInclusive
|
(package private) double |
low
|
(package private) boolean |
lowInclusive
|
(package private) static long |
serialVersionUID
|
| Fields inherited from class org.tupeloproject.metadata.service.MetadataServiceSearchCommand |
relationId |
| Constructor Summary | |
MetadataServiceSearchNumericCommand(Identifier relationId,
double low,
double high,
boolean lowInclusive,
boolean highInclusive)
|
|
| Method Summary | |
double |
getHigh()
Get the high. |
boolean |
getHighInclusive()
Get the highInclusive. |
double |
getLow()
Get the low. |
boolean |
getLowInclusive()
Get the lowInclusive. |
void |
setHigh(double value)
Set the high. |
void |
setHighInclusive(boolean value)
Set the highInclusive. |
void |
setLow(double value)
Set the low. |
void |
setLowInclusive(boolean value)
Set the lowInclusive. |
java.lang.String |
toString()
|
| Methods inherited from class org.tupeloproject.metadata.service.MetadataServiceSearchCommand |
getRelationId, setRelationId |
| Methods inherited from class org.tupeloproject.metadata.service.MetadataServiceCommand |
isRewindable, newContainerAdd, newContainerList, newContainerRemove, newCreate, newCreates, newGetGroups, newGetGroups, newIntern, newInterns, newPermit, newPermit, newPermits, newPermits, newRetrieve, newRetrieves, newReturn, newRewind, newRewind, newSearchNumeric, newSearchReference, newSearchString, newSearchText, newSummarize, newSummarizes, newUpdate, newUpdates, preprocess, validate |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
static final long serialVersionUID
double low
double high
boolean lowInclusive
boolean highInclusive
| Constructor Detail |
public MetadataServiceSearchNumericCommand(Identifier relationId,
double low,
double high,
boolean lowInclusive,
boolean highInclusive)
| Method Detail |
public double getLow()
public void setLow(double value)
value - the new lowpublic double getHigh()
public void setHigh(double value)
value - the new highpublic boolean getLowInclusive()
public void setLowInclusive(boolean value)
value - the new lowInclusivepublic boolean getHighInclusive()
public void setHighInclusive(boolean value)
value - the new highInclusivepublic java.lang.String toString()
toString in class MetadataServiceCommand
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||