Class ForeignKey


  • public class ForeignKey
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ForeignKey()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getDescription()
      Gets the value of the description property.
      java.lang.String getForeignKeyDefinition()
      Gets the value of the foreignKeyDefinition property.
      java.lang.String getName()
      Gets the value of the name property.
      java.lang.Boolean isDisableForeignKey()
      Gets the value of the disableForeignKey property.
      void setDescription​(java.lang.String value)
      Sets the value of the description property.
      void setDisableForeignKey​(java.lang.Boolean value)
      Sets the value of the disableForeignKey property.
      void setForeignKeyDefinition​(java.lang.String value)
      Sets the value of the foreignKeyDefinition property.
      void setName​(java.lang.String value)
      Sets the value of the name property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • description

        protected java.lang.String description
      • name

        protected java.lang.String name
      • foreignKeyDefinition

        protected java.lang.String foreignKeyDefinition
      • disableForeignKey

        protected java.lang.Boolean disableForeignKey
    • Constructor Detail

      • ForeignKey

        public ForeignKey()
    • 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
      • 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
      • isDisableForeignKey

        public java.lang.Boolean isDisableForeignKey()
        Gets the value of the disableForeignKey property.
        Returns:
        possible object is Boolean
      • setDisableForeignKey

        public void setDisableForeignKey​(java.lang.Boolean value)
        Sets the value of the disableForeignKey property.
        Parameters:
        value - allowed object is Boolean