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