org.castor.cpa.jpa.info
Class JPAKeyGeneratorDescriptor

java.lang.Object
  extended by org.castor.cpa.jpa.info.JPAKeyGeneratorDescriptor
Direct Known Subclasses:
JPASequenceGeneratorDescriptor, JPATableGeneratorDescriptor

public abstract class JPAKeyGeneratorDescriptor
extends Object


Field Summary
protected  int allocationSize
           
protected  int initialValue
           
protected  String name
           
 
Constructor Summary
JPAKeyGeneratorDescriptor()
           
 
Method Summary
 int getAllocationSize()
           
 int getInitialValue()
           
 String getName()
           
 void setAllocationSize(int allocationSize)
           
 void setInitialValue(int initialValue)
           
 void setName(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected String name

allocationSize

protected int allocationSize

initialValue

protected int initialValue
Constructor Detail

JPAKeyGeneratorDescriptor

public JPAKeyGeneratorDescriptor()
Method Detail

getName

public String getName()

setName

public void setName(String name)

getAllocationSize

public int getAllocationSize()

setAllocationSize

public void setAllocationSize(int allocationSize)

getInitialValue

public int getInitialValue()

setInitialValue

public void setInitialValue(int initialValue)


Copyright © 2011. All Rights Reserved.