org.tupeloproject.metadata.service
Class MetadataServiceSearchNumericCommand

java.lang.Object
  extended byorg.tupeloproject.metadata.service.MetadataServiceCommand
      extended byorg.tupeloproject.metadata.service.MetadataServiceSearchCommand
          extended byorg.tupeloproject.metadata.service.MetadataServiceSearchNumericCommand
All Implemented Interfaces:
Command, MetadataServiceRewindableCommand, java.io.Serializable

public class MetadataServiceSearchNumericCommand
extends MetadataServiceSearchCommand

See Also:
Serialized Form

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

serialVersionUID

static final long serialVersionUID
See Also:
Constant Field Values

low

double low

high

double high

lowInclusive

boolean lowInclusive

highInclusive

boolean highInclusive
Constructor Detail

MetadataServiceSearchNumericCommand

public MetadataServiceSearchNumericCommand(Identifier relationId,
                                           double low,
                                           double high,
                                           boolean lowInclusive,
                                           boolean highInclusive)
Method Detail

getLow

public double getLow()
Get the low.

Returns:
the low

setLow

public void setLow(double value)
Set the low.

Parameters:
value - the new low

getHigh

public double getHigh()
Get the high.

Returns:
the high

setHigh

public void setHigh(double value)
Set the high.

Parameters:
value - the new high

getLowInclusive

public boolean getLowInclusive()
Get the lowInclusive.

Returns:
the lowInclusive

setLowInclusive

public void setLowInclusive(boolean value)
Set the lowInclusive.

Parameters:
value - the new lowInclusive

getHighInclusive

public boolean getHighInclusive()
Get the highInclusive.

Returns:
the highInclusive

setHighInclusive

public void setHighInclusive(boolean value)
Set the highInclusive.

Parameters:
value - the new highInclusive

toString

public java.lang.String toString()
Overrides:
toString in class MetadataServiceCommand