|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.openejb.jee.jpa.SequenceGenerator
public class SequenceGenerator
| Field Summary | |
|---|---|
protected java.lang.Integer |
allocationSize
|
protected java.lang.Integer |
initialValue
|
protected java.lang.String |
name
|
protected java.lang.String |
sequenceName
|
| Constructor Summary | |
|---|---|
SequenceGenerator()
|
|
| Method Summary | |
|---|---|
java.lang.Integer |
getAllocationSize()
Gets the value of the allocationSize property. |
java.lang.Integer |
getInitialValue()
Gets the value of the initialValue property. |
java.lang.String |
getName()
Gets the value of the name property. |
java.lang.String |
getSequenceName()
Gets the value of the sequenceName property. |
void |
setAllocationSize(java.lang.Integer value)
Sets the value of the allocationSize property. |
void |
setInitialValue(java.lang.Integer value)
Sets the value of the initialValue property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setSequenceName(java.lang.String value)
Sets the value of the sequenceName property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.Integer allocationSize
protected java.lang.Integer initialValue
protected java.lang.String name
protected java.lang.String sequenceName
| Constructor Detail |
|---|
public SequenceGenerator()
| Method Detail |
|---|
public java.lang.Integer getAllocationSize()
Integerpublic void setAllocationSize(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getInitialValue()
Integerpublic void setInitialValue(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSequenceName()
Stringpublic void setSequenceName(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||