|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.persistence.orm.impl.SequenceGeneratorImpl
public class SequenceGeneratorImpl
| Field Summary | |
|---|---|
protected Integer |
allocationSize
|
protected Integer |
initialValue
|
protected String |
name
|
protected String |
sequenceName
|
| Constructor Summary | |
|---|---|
SequenceGeneratorImpl()
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.persistence.orm.impl.SequenceGeneratorImpl instance. |
|
SequenceGeneratorImpl(SequenceGeneratorImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.persistence.orm.impl.SequenceGeneratorImpl instance by copying a given instance. |
|
| Method Summary | |
|---|---|
SequenceGeneratorImpl |
clone()
Creates and returns a copy of this object. |
Integer |
getAllocationSize()
Gets the value of the allocationSize property. |
Integer |
getInitialValue()
Gets the value of the initialValue property. |
String |
getName()
Gets the value of the name property. |
String |
getSequenceName()
Gets the value of the sequenceName property. |
void |
setAllocationSize(Integer value)
Sets the value of the allocationSize property. |
void |
setInitialValue(Integer value)
Sets the value of the initialValue property. |
void |
setName(String value)
Sets the value of the name property. |
void |
setSequenceName(String value)
Sets the value of the sequenceName property. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String name
protected String sequenceName
protected Integer initialValue
protected Integer allocationSize
| Constructor Detail |
|---|
public SequenceGeneratorImpl()
net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.persistence.orm.impl.SequenceGeneratorImpl instance.
public SequenceGeneratorImpl(SequenceGeneratorImpl o)
net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.persistence.orm.impl.SequenceGeneratorImpl instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public String getName()
SequenceGenerator
getName in interface SequenceGeneratorStringpublic void setName(String value)
SequenceGenerator
setName in interface SequenceGeneratorvalue - allowed object is
Stringpublic String getSequenceName()
SequenceGenerator
getSequenceName in interface SequenceGeneratorStringpublic void setSequenceName(String value)
SequenceGenerator
setSequenceName in interface SequenceGeneratorvalue - allowed object is
Stringpublic Integer getInitialValue()
SequenceGenerator
getInitialValue in interface SequenceGeneratorIntegerpublic void setInitialValue(Integer value)
SequenceGenerator
setInitialValue in interface SequenceGeneratorvalue - allowed object is
Integerpublic Integer getAllocationSize()
SequenceGenerator
getAllocationSize in interface SequenceGeneratorIntegerpublic void setAllocationSize(Integer value)
SequenceGenerator
setAllocationSize in interface SequenceGeneratorvalue - allowed object is
Integerpublic SequenceGeneratorImpl clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||