org.apache.openejb.jee.jpa
Class SequenceGenerator

java.lang.Object
  extended by org.apache.openejb.jee.jpa.SequenceGenerator

public class SequenceGenerator
extends Object


Field Summary
protected  Integer allocationSize
           
protected  Integer initialValue
           
protected  String name
           
protected  String sequenceName
           
 
Constructor Summary
SequenceGenerator()
           
 
Method Summary
 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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

allocationSize

protected Integer allocationSize

initialValue

protected Integer initialValue

name

protected String name

sequenceName

protected String sequenceName
Constructor Detail

SequenceGenerator

public SequenceGenerator()
Method Detail

getAllocationSize

public Integer getAllocationSize()
Gets the value of the allocationSize property.

Returns:
possible object is Integer

setAllocationSize

public void setAllocationSize(Integer value)
Sets the value of the allocationSize property.

Parameters:
value - allowed object is Integer

getInitialValue

public Integer getInitialValue()
Gets the value of the initialValue property.

Returns:
possible object is Integer

setInitialValue

public void setInitialValue(Integer value)
Sets the value of the initialValue property.

Parameters:
value - allowed object is Integer

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getSequenceName

public String getSequenceName()
Gets the value of the sequenceName property.

Returns:
possible object is String

setSequenceName

public void setSequenceName(String value)
Sets the value of the sequenceName property.

Parameters:
value - allowed object is String


Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.