|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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()
String
public void setDescription(String value)
value
- allowed object is
String
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public String getSequenceName()
String
public void setSequenceName(String value)
value
- allowed object is
String
public String getCatalog()
String
public void setCatalog(String value)
value
- allowed object is
String
public String getSchema()
String
public void setSchema(String value)
value
- allowed object is
String
public Integer getInitialValue()
Integer
public void setInitialValue(Integer value)
value
- allowed object is
Integer
public Integer getAllocationSize()
Integer
public 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 |