public class ForeignKey extends Object
| Modifier and Type | Field and Description |
|---|---|
protected ConstraintMode |
constraintMode |
protected String |
description |
protected String |
foreignKeyDefinition |
protected String |
name |
| Constructor and Description |
|---|
ForeignKey() |
| Modifier and Type | Method and Description |
|---|---|
ConstraintMode |
getConstraintMode()
Gets the value of the constraintMode property.
|
String |
getDescription()
Gets the value of the description property.
|
String |
getForeignKeyDefinition()
Gets the value of the foreignKeyDefinition property.
|
String |
getName()
Gets the value of the name property.
|
void |
setConstraintMode(ConstraintMode value)
Sets the value of the constraintMode property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setForeignKeyDefinition(String value)
Sets the value of the foreignKeyDefinition property.
|
void |
setName(String value)
Sets the value of the name property.
|
protected String description
protected ConstraintMode constraintMode
protected String foreignKeyDefinition
public ForeignKey()
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 ConstraintMode getConstraintMode()
ConstraintModepublic void setConstraintMode(ConstraintMode value)
value - allowed object is
ConstraintModepublic String getForeignKeyDefinition()
Stringpublic void setForeignKeyDefinition(String value)
value - allowed object is
StringCopyright © 2018–2018, microBean. All rights reserved.