|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.tekann.remotesync.pda.TableRange
public class TableRange
This class represents the range of values of primary keys that can be used for some table, in some PDA and in some application.
| 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 |
|---|
public long actualValue
public boolean current
public long maxValue
public long minValue
public long order
| Constructor Detail |
|---|
public TableRange()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||