Class ForeignKey
- java.lang.Object
-
- org.hibernate.jpamodelgen.xml.jaxb.ForeignKey
-
public class ForeignKey extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected String
description
protected Boolean
disableForeignKey
protected String
foreignKeyDefinition
protected String
name
-
Constructor Summary
Constructors Constructor Description ForeignKey()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
getDescription
public String getDescription()
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
public void setDescription(String value)
Sets the value of the description property.- Parameters:
value
- allowed object isString
-
getName
public String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(String value)
Sets the value of the name property.- Parameters:
value
- allowed object isString
-
getForeignKeyDefinition
public String getForeignKeyDefinition()
Gets the value of the foreignKeyDefinition property.- Returns:
- possible object is
String
-
setForeignKeyDefinition
public void setForeignKeyDefinition(String value)
Sets the value of the foreignKeyDefinition property.- Parameters:
value
- allowed object isString
-
isDisableForeignKey
public Boolean isDisableForeignKey()
Gets the value of the disableForeignKey property.- Returns:
- possible object is
Boolean
-
-