|
||||||||||
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()
Integer
public void setAllocationSize(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Integer getInitialValue()
Integer
public void setInitialValue(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getSequenceName()
String
public 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 |