|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.pub.indexed.valueclass.persistence.orm.SequenceGenerator
public class SequenceGenerator
| Field Summary | |
|---|---|
protected Integer |
allocationSize
|
protected Integer |
initialValue
|
protected String |
name
|
protected String |
sequenceName
|
| Constructor Summary | |
|---|---|
SequenceGenerator()
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.persistence.orm.SequenceGenerator instance. |
|
SequenceGenerator(SequenceGenerator o)
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.persistence.orm.SequenceGenerator instance by copying a given instance. |
|
| Method Summary | |
|---|---|
SequenceGenerator |
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 SequenceGenerator()
net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.persistence.orm.SequenceGenerator instance.
public SequenceGenerator(SequenceGenerator o)
net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.persistence.orm.SequenceGenerator instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getSequenceName()
Stringpublic void setSequenceName(String value)
value - allowed object is
Stringpublic Integer getInitialValue()
Integerpublic void setInitialValue(Integer value)
value - allowed object is
Integerpublic Integer getAllocationSize()
Integerpublic void setAllocationSize(Integer value)
value - allowed object is
Integerpublic SequenceGenerator clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||