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

public class JaxbPrimaryKeyJoinColumnImpl extends Object implements Serializable, JaxbColumnJoined
See Also:
  • Field Details

    • foreignKey

      protected JaxbForeignKeyImpl foreignKey
    • name

      protected String name
    • referencedColumnName

      protected String referencedColumnName
    • columnDefinition

      protected String columnDefinition
    • options

      protected String options
  • Constructor Details

    • JaxbPrimaryKeyJoinColumnImpl

      public JaxbPrimaryKeyJoinColumnImpl()
  • Method Details

    • getForeignKey

      public JaxbForeignKeyImpl getForeignKey()
      Gets the value of the foreignKey property.
      Specified by:
      getForeignKey in interface JaxbColumnJoined
      Returns:
      possible object is JaxbForeignKeyImpl
    • setForeignKey

      public void setForeignKey(JaxbForeignKeyImpl value)
      Sets the value of the foreignKey property.
      Parameters:
      value - allowed object is JaxbForeignKeyImpl
    • getName

      public String getName()
      Gets the value of the name property.
      Specified by:
      getName in interface JaxbColumn
      Returns:
      possible object is String
    • setName

      public void setName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
    • getReferencedColumnName

      public String getReferencedColumnName()
      Gets the value of the referencedColumnName property.
      Specified by:
      getReferencedColumnName in interface JaxbColumnJoined
      Returns:
      possible object is String
    • setReferencedColumnName

      public void setReferencedColumnName(String value)
      Sets the value of the referencedColumnName property.
      Parameters:
      value - allowed object is String
    • getColumnDefinition

      public String getColumnDefinition()
      Gets the value of the columnDefinition property.
      Specified by:
      getColumnDefinition in interface JaxbColumnDefinable
      Returns:
      possible object is String
    • setColumnDefinition

      public void setColumnDefinition(String value)
      Sets the value of the columnDefinition property.
      Parameters:
      value - allowed object is String
    • getOptions

      public String getOptions()
      Gets the value of the options property.
      Specified by:
      getOptions in interface JaxbColumnDefinable
      Returns:
      possible object is String
    • setOptions

      public void setOptions(String value)
      Sets the value of the options property.
      Parameters:
      value - allowed object is String