Class JaxbPrimaryKeyJoinColumnImpl
java.lang.Object
org.hibernate.boot.jaxb.mapping.spi.JaxbPrimaryKeyJoinColumnImpl
- All Implemented Interfaces:
Serializable
,JaxbCheckable
,JaxbColumn
,JaxbColumnCommon
,JaxbColumnDefinable
,JaxbColumnJoined
,JaxbColumnMutable
,JaxbColumnNullable
,JaxbColumnUniqueable
,JaxbCommentable
,JaxbDatabaseObject
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
protected JaxbForeignKeyImpl
protected String
protected String
protected String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the columnDefinition property.Gets the value of the foreignKey property.getName()
Gets the value of the name property.Gets the value of the options property.Gets the value of the referencedColumnName property.void
setColumnDefinition
(String value) Sets the value of the columnDefinition property.void
setForeignKey
(JaxbForeignKeyImpl value) Sets the value of the foreignKey property.void
Sets the value of the name property.void
setOptions
(String value) Sets the value of the options property.void
setReferencedColumnName
(String value) Sets the value of the referencedColumnName property.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.hibernate.boot.jaxb.mapping.spi.db.JaxbColumnCommon
getCheckConstraints, getComment, getTable, isInsertable, isNullable, isUnique, isUpdatable
-
Field Details
-
foreignKey
-
name
-
referencedColumnName
-
columnDefinition
-
options
-
-
Constructor Details
-
JaxbPrimaryKeyJoinColumnImpl
public JaxbPrimaryKeyJoinColumnImpl()
-
-
Method Details
-
getForeignKey
Gets the value of the foreignKey property.- Specified by:
getForeignKey
in interfaceJaxbColumnJoined
- Returns:
- possible object is
JaxbForeignKeyImpl
-
setForeignKey
Sets the value of the foreignKey property.- Parameters:
value
- allowed object isJaxbForeignKeyImpl
-
getName
Gets the value of the name property.- Specified by:
getName
in interfaceJaxbColumn
- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value
- allowed object isString
-
getReferencedColumnName
Gets the value of the referencedColumnName property.- Specified by:
getReferencedColumnName
in interfaceJaxbColumnJoined
- Returns:
- possible object is
String
-
setReferencedColumnName
Sets the value of the referencedColumnName property.- Parameters:
value
- allowed object isString
-
getColumnDefinition
Gets the value of the columnDefinition property.- Specified by:
getColumnDefinition
in interfaceJaxbColumnDefinable
- Returns:
- possible object is
String
-
setColumnDefinition
Sets the value of the columnDefinition property.- Parameters:
value
- allowed object isString
-
getOptions
Gets the value of the options property.- Specified by:
getOptions
in interfaceJaxbColumnDefinable
- Returns:
- possible object is
String
-
setOptions
Sets the value of the options property.- Parameters:
value
- allowed object isString
-