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