|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hibernate.internal.jaxb.mapping.orm.JaxbSequenceGenerator
public class JaxbSequenceGenerator
| Field Summary | |
|---|---|
protected Integer |
allocationSize
|
protected String |
catalog
|
protected String |
description
|
protected Integer |
initialValue
|
protected String |
name
|
protected String |
schema
|
protected String |
sequenceName
|
| Constructor Summary | |
|---|---|
JaxbSequenceGenerator()
|
|
| Method Summary | |
|---|---|
Integer |
getAllocationSize()
Gets the value of the allocationSize property. |
String |
getCatalog()
Gets the value of the catalog property. |
String |
getDescription()
Gets the value of the description property. |
Integer |
getInitialValue()
Gets the value of the initialValue property. |
String |
getName()
Gets the value of the name property. |
String |
getSchema()
Gets the value of the schema property. |
String |
getSequenceName()
Gets the value of the sequenceName property. |
void |
setAllocationSize(Integer value)
Sets the value of the allocationSize property. |
void |
setCatalog(String value)
Sets the value of the catalog property. |
void |
setDescription(String value)
Sets the value of the description property. |
void |
setInitialValue(Integer value)
Sets the value of the initialValue property. |
void |
setName(String value)
Sets the value of the name property. |
void |
setSchema(String value)
Sets the value of the schema 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 |
|---|
protected String description
protected String name
protected String sequenceName
protected String catalog
protected String schema
protected Integer initialValue
protected Integer allocationSize
| Constructor Detail |
|---|
public JaxbSequenceGenerator()
| Method Detail |
|---|
public String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getSequenceName()
Stringpublic void setSequenceName(String value)
value - allowed object is
Stringpublic String getCatalog()
Stringpublic void setCatalog(String value)
value - allowed object is
Stringpublic String getSchema()
Stringpublic void setSchema(String value)
value - allowed object is
Stringpublic Integer getInitialValue()
Integerpublic void setInitialValue(Integer value)
value - allowed object is
Integerpublic Integer getAllocationSize()
Integerpublic void setAllocationSize(Integer value)
value - allowed object is
Integer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||