|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.java.xml.ns.persistence.orm.TableGenerator
public class TableGenerator
| Field Summary | |
|---|---|
protected Integer |
allocationSize
|
protected String |
catalog
|
protected String |
description
|
protected Integer |
initialValue
|
protected String |
name
|
protected String |
pkColumnName
|
protected String |
pkColumnValue
|
protected String |
schema
|
protected String |
table
|
protected List<UniqueConstraint> |
uniqueConstraint
|
protected String |
valueColumnName
|
| Constructor Summary | |
|---|---|
TableGenerator()
|
|
| Method Summary | |
|---|---|
Object |
clone()
|
Object |
copyTo(Object target)
|
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
|
Object |
createNewInstance()
|
boolean |
equals(Object object)
|
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
|
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 |
getPkColumnName()
Gets the value of the pkColumnName property. |
String |
getPkColumnValue()
Gets the value of the pkColumnValue property. |
String |
getSchema()
Gets the value of the schema property. |
String |
getTable()
Gets the value of the table property. |
List<UniqueConstraint> |
getUniqueConstraint()
Gets the value of the uniqueConstraint property. |
String |
getValueColumnName()
Gets the value of the valueColumnName property. |
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
|
void |
mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
Object left,
Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy strategy)
|
void |
mergeFrom(Object left,
Object right)
|
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 |
setPkColumnName(String value)
Sets the value of the pkColumnName property. |
void |
setPkColumnValue(String value)
Sets the value of the pkColumnValue property. |
void |
setSchema(String value)
Sets the value of the schema property. |
void |
setTable(String value)
Sets the value of the table property. |
void |
setValueColumnName(String value)
Sets the value of the valueColumnName property. |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String description
protected List<UniqueConstraint> uniqueConstraint
protected String name
protected String table
protected String catalog
protected String schema
protected String pkColumnName
protected String valueColumnName
protected String pkColumnValue
protected Integer initialValue
protected Integer allocationSize
| Constructor Detail |
|---|
public TableGenerator()
| Method Detail |
|---|
public String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic List<UniqueConstraint> getUniqueConstraint()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the uniqueConstraint property.
For example, to add a new item, do as follows:
getUniqueConstraint().add(newItem);
Objects of the following type(s) are allowed in the list
UniqueConstraint
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getTable()
Stringpublic void setTable(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 String getPkColumnName()
Stringpublic void setPkColumnName(String value)
value - allowed object is
Stringpublic String getValueColumnName()
Stringpublic void setValueColumnName(String value)
value - allowed object is
Stringpublic String getPkColumnValue()
Stringpublic void setPkColumnValue(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
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic boolean equals(Object object)
equals in class Object
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodepublic int hashCode()
hashCode in class Objectpublic Object clone()
clone in class Objectpublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTopublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTocreateNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom
public void mergeFrom(Object left,
Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom
public void mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
Object left,
Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy strategy)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||