public class JoinTable extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
catalog |
protected ForeignKey |
foreignKey |
protected List<Index> |
index |
protected ForeignKey |
inverseForeignKey |
protected List<JoinColumn> |
inverseJoinColumn |
protected List<JoinColumn> |
joinColumn |
protected String |
name |
protected String |
schema |
protected List<UniqueConstraint> |
uniqueConstraint |
Constructor and Description |
---|
JoinTable() |
Modifier and Type | Method and Description |
---|---|
String |
getCatalog()
Gets the value of the catalog property.
|
ForeignKey |
getForeignKey()
Gets the value of the foreignKey property.
|
List<Index> |
getIndex()
Gets the value of the index property.
|
ForeignKey |
getInverseForeignKey()
Gets the value of the inverseForeignKey property.
|
List<JoinColumn> |
getInverseJoinColumn()
Gets the value of the inverseJoinColumn property.
|
List<JoinColumn> |
getJoinColumn()
Gets the value of the joinColumn property.
|
String |
getName()
Gets the value of the name property.
|
String |
getSchema()
Gets the value of the schema property.
|
List<UniqueConstraint> |
getUniqueConstraint()
Gets the value of the uniqueConstraint property.
|
void |
setCatalog(String value)
Sets the value of the catalog property.
|
void |
setForeignKey(ForeignKey value)
Sets the value of the foreignKey property.
|
void |
setInverseForeignKey(ForeignKey value)
Sets the value of the inverseForeignKey property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setSchema(String value)
Sets the value of the schema property.
|
protected List<JoinColumn> joinColumn
protected ForeignKey foreignKey
protected List<JoinColumn> inverseJoinColumn
protected ForeignKey inverseForeignKey
protected List<UniqueConstraint> uniqueConstraint
protected String name
protected String catalog
protected String schema
public List<JoinColumn> getJoinColumn()
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 joinColumn property.
For example, to add a new item, do as follows:
getJoinColumn().add(newItem);
Objects of the following type(s) are allowed in the list
JoinColumn
public ForeignKey getForeignKey()
ForeignKey
public void setForeignKey(ForeignKey value)
value
- allowed object is
ForeignKey
public List<JoinColumn> getInverseJoinColumn()
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 inverseJoinColumn property.
For example, to add a new item, do as follows:
getInverseJoinColumn().add(newItem);
Objects of the following type(s) are allowed in the list
JoinColumn
public ForeignKey getInverseForeignKey()
ForeignKey
public void setInverseForeignKey(ForeignKey value)
value
- allowed object is
ForeignKey
public 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 List<Index> getIndex()
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 index property.
For example, to add a new item, do as follows:
getIndex().add(newItem);
Objects of the following type(s) are allowed in the list
Index
public String getName()
String
public void setName(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
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.