public class ForeignKey extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected Boolean |
disableForeignKey |
protected String |
foreignKeyDefinition |
protected String |
name |
| Constructor and Description |
|---|
ForeignKey() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
Boolean |
isDisableForeignKey()
Gets the value of the disableForeignKey property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setDisableForeignKey(Boolean value)
Sets the value of the disableForeignKey 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 String name
protected String foreignKeyDefinition
protected Boolean disableForeignKey
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 String getForeignKeyDefinition()
Stringpublic void setForeignKeyDefinition(String value)
value - allowed object is
Stringpublic Boolean isDisableForeignKey()
BooleanCopyright © 2001-2022 Red Hat, Inc. All Rights Reserved.