net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.persistence.orm
Class SequenceGenerator

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.persistence.orm.SequenceGenerator
All Implemented Interfaces:
Serializable, Cloneable

public class SequenceGenerator
extends Object
implements Serializable, Cloneable

See Also:
Serialized Form

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

name

protected String name

sequenceName

protected String sequenceName

initialValue

protected Integer initialValue

allocationSize

protected Integer allocationSize
Constructor Detail

SequenceGenerator

public SequenceGenerator()
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.persistence.orm.SequenceGenerator instance.


SequenceGenerator

public SequenceGenerator(SequenceGenerator o)
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.persistence.orm.SequenceGenerator instance by copying a given instance.

Parameters:
o - The instance to copy or null.
Method Detail

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

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

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

clone

public SequenceGenerator clone()
Creates and returns a copy of this object.

Overrides:
clone in class Object
Returns:
A clone of this instance.


Copyright © 2009 The CC-XJC Community. All Rights Reserved.