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()
String
public void setDescription(String value)
value
- allowed object is
String
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public String getForeignKeyDefinition()
String
public void setForeignKeyDefinition(String value)
value
- allowed object is
String
public Boolean isDisableForeignKey()
Boolean
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.