Class JaxbPrimaryKeyJoinColumn

  • All Implemented Interfaces:
    java.io.Serializable

    public class JaxbPrimaryKeyJoinColumn
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getColumnDefinition()
      Gets the value of the columnDefinition property.
      java.lang.String getName()
      Gets the value of the name property.
      java.lang.String getReferencedColumnName()
      Gets the value of the referencedColumnName property.
      void setColumnDefinition​(java.lang.String value)
      Sets the value of the columnDefinition property.
      void setName​(java.lang.String value)
      Sets the value of the name property.
      void setReferencedColumnName​(java.lang.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
    • Field Detail

      • name

        protected java.lang.String name
      • referencedColumnName

        protected java.lang.String referencedColumnName
      • columnDefinition

        protected java.lang.String columnDefinition
    • Constructor Detail

      • JaxbPrimaryKeyJoinColumn

        public JaxbPrimaryKeyJoinColumn()
    • Method Detail

      • 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 is String
      • getReferencedColumnName

        public java.lang.String getReferencedColumnName()
        Gets the value of the referencedColumnName property.
        Returns:
        possible object is String
      • setReferencedColumnName

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

        public java.lang.String getColumnDefinition()
        Gets the value of the columnDefinition property.
        Returns:
        possible object is String
      • setColumnDefinition

        public void setColumnDefinition​(java.lang.String value)
        Sets the value of the columnDefinition property.
        Parameters:
        value - allowed object is String