net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.persistence.orm.impl
Class SequenceGeneratorImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.persistence.orm.impl.SequenceGeneratorImpl
All Implemented Interfaces:
Serializable, Cloneable, SequenceGenerator

public class SequenceGeneratorImpl
extends Object
implements Serializable, Cloneable, SequenceGenerator

See Also:
Serialized Form

Field Summary
protected  Integer allocationSize
           
protected  Integer initialValue
           
protected  String name
           
protected  String sequenceName
           
 
Constructor Summary
SequenceGeneratorImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.persistence.orm.impl.SequenceGeneratorImpl instance.
SequenceGeneratorImpl(SequenceGeneratorImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.persistence.orm.impl.SequenceGeneratorImpl instance by copying a given instance.
 
Method Summary
 SequenceGeneratorImpl 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

SequenceGeneratorImpl

public SequenceGeneratorImpl()
Creates a new net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.persistence.orm.impl.SequenceGeneratorImpl instance.


SequenceGeneratorImpl

public SequenceGeneratorImpl(SequenceGeneratorImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.persistence.orm.impl.SequenceGeneratorImpl instance by copying a given instance.

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

getName

public String getName()
Description copied from interface: SequenceGenerator
Gets the value of the name property.

Specified by:
getName in interface SequenceGenerator
Returns:
possible object is String

setName

public void setName(String value)
Description copied from interface: SequenceGenerator
Sets the value of the name property.

Specified by:
setName in interface SequenceGenerator
Parameters:
value - allowed object is String

getSequenceName

public String getSequenceName()
Description copied from interface: SequenceGenerator
Gets the value of the sequenceName property.

Specified by:
getSequenceName in interface SequenceGenerator
Returns:
possible object is String

setSequenceName

public void setSequenceName(String value)
Description copied from interface: SequenceGenerator
Sets the value of the sequenceName property.

Specified by:
setSequenceName in interface SequenceGenerator
Parameters:
value - allowed object is String

getInitialValue

public Integer getInitialValue()
Description copied from interface: SequenceGenerator
Gets the value of the initialValue property.

Specified by:
getInitialValue in interface SequenceGenerator
Returns:
possible object is Integer

setInitialValue

public void setInitialValue(Integer value)
Description copied from interface: SequenceGenerator
Sets the value of the initialValue property.

Specified by:
setInitialValue in interface SequenceGenerator
Parameters:
value - allowed object is Integer

getAllocationSize

public Integer getAllocationSize()
Description copied from interface: SequenceGenerator
Gets the value of the allocationSize property.

Specified by:
getAllocationSize in interface SequenceGenerator
Returns:
possible object is Integer

setAllocationSize

public void setAllocationSize(Integer value)
Description copied from interface: SequenceGenerator
Sets the value of the allocationSize property.

Specified by:
setAllocationSize in interface SequenceGenerator
Parameters:
value - allowed object is Integer

clone

public SequenceGeneratorImpl 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.