Package bbd.jportal2
Class Sequence
- java.lang.Object
-
- bbd.jportal2.Sequence
-
- All Implemented Interfaces:
Serializable
public class Sequence extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Sequence()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetIncrement()longgetMaxValue()longgetMinValue()StringgetName()longgetStartWith()booleanisCycleFlag()booleanisOrderFlag()
-
-
-
Field Detail
-
name
public String name
-
minValue
public long minValue
-
maxValue
public long maxValue
-
increment
public int increment
-
cycleFlag
public boolean cycleFlag
-
orderFlag
public boolean orderFlag
-
startWith
public long startWith
-
start
public int start
Code starts at line
-
-
Method Detail
-
getName
public String getName()
-
getMinValue
public long getMinValue()
-
getMaxValue
public long getMaxValue()
-
getIncrement
public int getIncrement()
-
isCycleFlag
public boolean isCycleFlag()
-
isOrderFlag
public boolean isOrderFlag()
-
getStartWith
public long getStartWith()
-
-