public class ForeignKey
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
description |
protected java.lang.Boolean |
disableForeignKey |
protected java.lang.String |
foreignKeyDefinition |
protected java.lang.String |
name |
Constructor and Description |
---|
ForeignKey() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Gets the value of the description property.
|
java.lang.String |
getForeignKeyDefinition()
Gets the value of the foreignKeyDefinition property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.lang.Boolean |
isDisableForeignKey()
Gets the value of the disableForeignKey property.
|
void |
setDescription(java.lang.String value)
Sets the value of the description property.
|
void |
setDisableForeignKey(java.lang.Boolean value)
Sets the value of the disableForeignKey property.
|
void |
setForeignKeyDefinition(java.lang.String value)
Sets the value of the foreignKeyDefinition property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
protected java.lang.String description
protected java.lang.String name
protected java.lang.String foreignKeyDefinition
protected java.lang.Boolean disableForeignKey
public java.lang.String getDescription()
String
public void setDescription(java.lang.String value)
value
- allowed object is
String
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getForeignKeyDefinition()
String
public void setForeignKeyDefinition(java.lang.String value)
value
- allowed object is
String
public java.lang.Boolean isDisableForeignKey()
Boolean
public void setDisableForeignKey(java.lang.Boolean value)
value
- allowed object is
Boolean
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.