Class JaxbForeignKeyImpl
java.lang.Object
org.hibernate.boot.jaxb.mapping.spi.JaxbForeignKeyImpl
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ConstraintMode
protected String
protected String
protected String
protected String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the constraintMode property.Gets the value of the description property.Gets the value of the foreignKeyDefinition property.getName()
Gets the value of the name property.Gets the value of the options property.void
setConstraintMode
(ConstraintMode value) Sets the value of the constraintMode property.void
setDescription
(String value) Sets the value of the description property.void
setForeignKeyDefinition
(String value) Sets the value of the foreignKeyDefinition property.void
Sets the value of the name property.void
setOptions
(String value) Sets the value of the options property.
-
Field Details
-
description
-
name
-
constraintMode
-
foreignKeyDefinition
-
options
-
-
Constructor Details
-
JaxbForeignKeyImpl
public JaxbForeignKeyImpl()
-
-
Method Details
-
getDescription
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
Sets the value of the description property.- Parameters:
value
- allowed object isString
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value
- allowed object isString
-
getConstraintMode
Gets the value of the constraintMode property.- Returns:
- possible object is
String
-
setConstraintMode
Sets the value of the constraintMode property.- Parameters:
value
- allowed object isString
-
getForeignKeyDefinition
Gets the value of the foreignKeyDefinition property.- Returns:
- possible object is
String
-
setForeignKeyDefinition
Sets the value of the foreignKeyDefinition property.- Parameters:
value
- allowed object isString
-
getOptions
Gets the value of the options property.- Returns:
- possible object is
String
-
setOptions
Sets the value of the options property.- Parameters:
value
- allowed object isString
-