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 ConstraintModeconstraintModeprotected Stringdescriptionprotected StringforeignKeyDefinitionprotected Stringname
-
Constructor Summary
Constructors Constructor Description ForeignKey()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConstraintModegetConstraintMode()Gets the value of the constraintMode property.StringgetDescription()Gets the value of the description property.StringgetForeignKeyDefinition()Gets the value of the foreignKeyDefinition property.StringgetName()Gets the value of the name property.voidsetConstraintMode(ConstraintMode value)Sets the value of the constraintMode property.voidsetDescription(String value)Sets the value of the description property.voidsetForeignKeyDefinition(String value)Sets the value of the foreignKeyDefinition property.voidsetName(String value)Sets the value of the name property.
-
-
-
Field Detail
-
description
protected String description
-
name
protected String name
-
constraintMode
protected ConstraintMode constraintMode
-
foreignKeyDefinition
protected String foreignKeyDefinition
-
-
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
-
getConstraintMode
public ConstraintMode getConstraintMode()
Gets the value of the constraintMode property.- Returns:
- possible object is
ConstraintMode
-
setConstraintMode
public void setConstraintMode(ConstraintMode value)
Sets the value of the constraintMode property.- Parameters:
value- allowed object isConstraintMode
-
getForeignKeyDefinition
public String getForeignKeyDefinition()
Gets the value of the foreignKeyDefinition property.- Returns:
- possible object is
String
-
-