Class JaxbForeignKey
- java.lang.Object
-
- org.hibernate.boot.jaxb.mapping.spi.JaxbForeignKey
-
- All Implemented Interfaces:
java.io.Serializable
public class JaxbForeignKey extends java.lang.Object implements java.io.Serializable- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected ConstraintModeconstraintModeprotected java.lang.Stringdescriptionprotected java.lang.StringforeignKeyDefinitionprotected java.lang.Stringname
-
Constructor Summary
Constructors Constructor Description JaxbForeignKey()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConstraintModegetConstraintMode()Gets the value of the constraintMode property.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.voidsetConstraintMode(ConstraintMode value)Sets the value of the constraintMode property.voidsetDescription(java.lang.String value)Sets the value of the description 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.
-
-
-
Field Detail
-
description
protected java.lang.String description
-
name
protected java.lang.String name
-
constraintMode
protected ConstraintMode constraintMode
-
foreignKeyDefinition
protected java.lang.String foreignKeyDefinition
-
-
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
-
getConstraintMode
public ConstraintMode getConstraintMode()
Gets the value of the constraintMode property.- Returns:
- possible object is
String
-
setConstraintMode
public void setConstraintMode(ConstraintMode value)
Sets the value of the constraintMode 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
-
-