Class JaxbForeignKey

  • All Implemented Interfaces:
    java.io.Serializable

    public class JaxbForeignKey
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Field Detail

      • description

        protected java.lang.String description
      • name

        protected java.lang.String name
      • foreignKeyDefinition

        protected java.lang.String foreignKeyDefinition
    • Constructor Detail

      • JaxbForeignKey

        public JaxbForeignKey()
    • 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 is String
      • 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
      • 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 is String
      • 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 is String