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.Stringdescriptionprotected java.lang.BooleandisableForeignKeyprotected java.lang.StringforeignKeyDefinitionprotected java.lang.Stringname
-
Constructor Summary
Constructors Constructor Description ForeignKey()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDescription()Gets the value of the description property.java.lang.StringgetForeignKeyDefinition()Gets the value of the foreignKeyDefinition property.java.lang.StringgetName()Gets the value of the name property.java.lang.BooleanisDisableForeignKey()Gets the value of the disableForeignKey property.voidsetDescription(java.lang.String value)Sets the value of the description property.voidsetDisableForeignKey(java.lang.Boolean value)Sets the value of the disableForeignKey property.voidsetForeignKeyDefinition(java.lang.String value)Sets the value of the foreignKeyDefinition property.voidsetName(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
-
-