com.tekann.remotesync.pda
Class TableRange

java.lang.Object
  extended by com.tekann.remotesync.pda.TableRange

public class TableRange
extends java.lang.Object

This class represents the range of values of primary keys that can be used for some table, in some PDA and in some application.

Author:
ricardo

Field Summary
 long actualValue
          Current table value.
 boolean current
          If it is the current range
 long maxValue
          Maximum value allowed
 long minValue
          Minimum value allowed
 long order
          This value saves the order of the range
 
Constructor Summary
TableRange()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

actualValue

public long actualValue
Current table value.


current

public boolean current
If it is the current range


maxValue

public long maxValue
Maximum value allowed


minValue

public long minValue
Minimum value allowed


order

public long order
This value saves the order of the range

Constructor Detail

TableRange

public TableRange()