|
||||||||||
| 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 Long |
cache
|
protected String |
generatorClassName
|
protected Long |
incrementBy
|
protected BigDecimal |
maxValue
|
protected Long |
minValue
|
protected String |
prefix
|
protected Long |
startValue
|
protected 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. |
String |
getGeneratorClassName()
Gets the value of the generatorClassName property. |
long |
getIncrementBy()
Gets the value of the incrementBy property. |
BigDecimal |
getMaxValue()
Gets the value of the maxValue property. |
long |
getMinValue()
Gets the value of the minValue property. |
String |
getPrefix()
Gets the value of the prefix property. |
long |
getStartValue()
Gets the value of the startValue property. |
String |
getSuffix()
Gets the value of the suffix property. |
void |
setCache(Long value)
Sets the value of the cache property. |
void |
setGeneratorClassName(String value)
Sets the value of the generatorClassName property. |
void |
setIncrementBy(Long value)
Sets the value of the incrementBy property. |
void |
setMaxValue(BigDecimal value)
Sets the value of the maxValue property. |
void |
setMinValue(Long value)
Sets the value of the minValue property. |
void |
setPrefix(String value)
Sets the value of the prefix property. |
void |
setStartValue(Long value)
Sets the value of the startValue property. |
void |
setSuffix(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 String generatorClassName
protected String prefix
protected String suffix
protected Long minValue
protected BigDecimal maxValue
protected Long startValue
protected Long incrementBy
protected Long cache
| Constructor Detail |
|---|
public SequenceConfiguration()
| Method Detail |
|---|
public String getGeneratorClassName()
Stringpublic void setGeneratorClassName(String value)
value - allowed object is
Stringpublic String getPrefix()
Stringpublic void setPrefix(String value)
value - allowed object is
Stringpublic String getSuffix()
Stringpublic void setSuffix(String value)
value - allowed object is
Stringpublic long getMinValue()
Longpublic void setMinValue(Long value)
value - allowed object is
Longpublic BigDecimal getMaxValue()
BigDecimalpublic void setMaxValue(BigDecimal value)
value - allowed object is
BigDecimalpublic long getStartValue()
Longpublic void setStartValue(Long value)
value - allowed object is
Longpublic long getIncrementBy()
Longpublic void setIncrementBy(Long value)
value - allowed object is
Longpublic long getCache()
Longpublic void setCache(Long value)
value - allowed object is
Long
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||