public class SequenceGenerator extends Object
Modifier and Type | Field and Description |
---|---|
protected Integer |
allocationSize |
protected String |
catalog |
protected String |
description |
protected Integer |
initialValue |
protected String |
name |
protected String |
schema |
protected String |
sequenceName |
Constructor and Description |
---|
SequenceGenerator() |
Modifier and Type | Method and Description |
---|---|
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.
|
protected String description
protected String name
protected String sequenceName
protected String catalog
protected String schema
protected Integer initialValue
protected Integer allocationSize
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
Copyright © 2001-2017 Red Hat, Inc. All Rights Reserved.