wt.query.specification
Class RangeValue

java.lang.Object
  extended bywt.query.specification.RangeValue
All Implemented Interfaces:
AttributeValueCriteria, BinaryValue, Serializable

public class RangeValue
extends Object
implements BinaryValue, Serializable



Supported API: false

Extendable: false

See Also:
Serialized Form

Field Summary
private static String CLASSNAME
           
private  Object end
           
private static String RESOURCE
           
private  Object start
           
 
Fields inherited from interface wt.query.specification.BinaryValue
END, START
 
Constructor Summary
RangeValue(Object start, Object end)
          

Supported API: false
 
Method Summary
 Object getEnd()
          Gets the value of the attribute: end.
 Object getStart()
          Gets the value of the attribute: start.
 void setEnd(Object a_End)
          Sets the value of the attribute: end.
 void setStart(Object a_Start)
          Sets the value of the attribute: start.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME

start

private Object start

end

private Object end
Constructor Detail

RangeValue

public RangeValue(Object start,
                  Object end)
           throws WTPropertyVetoException


Supported API: false

Parameters:
start -
end -
Throws:
WTPropertyVetoException
Method Detail

getStart

public Object getStart()
Gets the value of the attribute: start.

Supported API: false

Specified by:
getStart in interface BinaryValue
Returns:
Object

setStart

public void setStart(Object a_Start)
              throws WTPropertyVetoException
Sets the value of the attribute: start.

Supported API: false

Specified by:
setStart in interface BinaryValue
Parameters:
a_Start -
Throws:
WTPropertyVetoException

getEnd

public Object getEnd()
Gets the value of the attribute: end.

Supported API: false

Specified by:
getEnd in interface BinaryValue
Returns:
Object

setEnd

public void setEnd(Object a_End)
            throws WTPropertyVetoException
Sets the value of the attribute: end.

Supported API: false

Specified by:
setEnd in interface BinaryValue
Parameters:
a_End -
Throws:
WTPropertyVetoException

toString

public String toString()