|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.plasma.config.Configuration
org.plasma.config.SequenceConfiguration
public class SequenceConfiguration
Java class for SequenceConfiguration complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SequenceConfiguration">
<complexContent>
<extension base="{http://www.plasma.org/config}Configuration">
<attribute name="generatorClassName" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="prefix" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="suffix" type="{http://www.w3.org/2001/XMLSchema}string" default="_SEQ" />
<attribute name="minValue" type="{http://www.w3.org/2001/XMLSchema}long" default="1" />
<attribute name="maxValue" type="{http://www.w3.org/2001/XMLSchema}decimal" default="999999999999999999999999999" />
<attribute name="startValue" type="{http://www.w3.org/2001/XMLSchema}long" default="1" />
<attribute name="incrementBy" type="{http://www.w3.org/2001/XMLSchema}long" default="1" />
<attribute name="cache" type="{http://www.w3.org/2001/XMLSchema}long" default="20" />
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.Long |
cache
|
protected java.lang.String |
generatorClassName
|
protected java.lang.Long |
incrementBy
|
protected java.math.BigDecimal |
maxValue
|
protected java.lang.Long |
minValue
|
protected java.lang.String |
prefix
|
protected java.lang.Long |
startValue
|
protected java.lang.String |
suffix
|
| Fields inherited from class org.plasma.config.Configuration |
|---|
properties |
| Constructor Summary | |
|---|---|
SequenceConfiguration()
|
|
| Method Summary | |
|---|---|
long |
getCache()
Gets the value of the cache property. |
java.lang.String |
getGeneratorClassName()
Gets the value of the generatorClassName property. |
long |
getIncrementBy()
Gets the value of the incrementBy property. |
java.math.BigDecimal |
getMaxValue()
Gets the value of the maxValue property. |
long |
getMinValue()
Gets the value of the minValue property. |
java.lang.String |
getPrefix()
Gets the value of the prefix property. |
long |
getStartValue()
Gets the value of the startValue property. |
java.lang.String |
getSuffix()
Gets the value of the suffix property. |
void |
setCache(java.lang.Long value)
Sets the value of the cache property. |
void |
setGeneratorClassName(java.lang.String value)
Sets the value of the generatorClassName property. |
void |
setIncrementBy(java.lang.Long value)
Sets the value of the incrementBy property. |
void |
setMaxValue(java.math.BigDecimal value)
Sets the value of the maxValue property. |
void |
setMinValue(java.lang.Long value)
Sets the value of the minValue property. |
void |
setPrefix(java.lang.String value)
Sets the value of the prefix property. |
void |
setStartValue(java.lang.Long value)
Sets the value of the startValue property. |
void |
setSuffix(java.lang.String value)
Sets the value of the suffix property. |
| Methods inherited from class org.plasma.config.Configuration |
|---|
getProperties |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String generatorClassName
protected java.lang.String prefix
protected java.lang.String suffix
protected java.lang.Long minValue
protected java.math.BigDecimal maxValue
protected java.lang.Long startValue
protected java.lang.Long incrementBy
protected java.lang.Long cache
| Constructor Detail |
|---|
public SequenceConfiguration()
| Method Detail |
|---|
public java.lang.String getGeneratorClassName()
Stringpublic void setGeneratorClassName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPrefix()
Stringpublic void setPrefix(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSuffix()
Stringpublic void setSuffix(java.lang.String value)
value - allowed object is
Stringpublic long getMinValue()
Longpublic void setMinValue(java.lang.Long value)
value - allowed object is
Longpublic java.math.BigDecimal getMaxValue()
BigDecimalpublic void setMaxValue(java.math.BigDecimal value)
value - allowed object is
BigDecimalpublic long getStartValue()
Longpublic void setStartValue(java.lang.Long value)
value - allowed object is
Longpublic long getIncrementBy()
Longpublic void setIncrementBy(java.lang.Long value)
value - allowed object is
Longpublic long getCache()
Longpublic void setCache(java.lang.Long value)
value - allowed object is
Long
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||