net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.persistence.orm
Interface SequenceGenerator

All Known Implementing Classes:
SequenceGeneratorImpl

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

Method Detail

getName

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

Returns:
possible object is String

setName

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

Parameters:
value - allowed object is String

getSequenceName

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

Returns:
possible object is String

setSequenceName

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

Parameters:
value - allowed object is String

getInitialValue

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

Returns:
possible object is Integer

setInitialValue

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

Parameters:
value - allowed object is Integer

getAllocationSize

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

Returns:
possible object is Integer

setAllocationSize

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

Parameters:
value - allowed object is Integer


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