Class ForeignKey


  • public class ForeignKey
    extends Object
    • Field Detail

      • description

        protected String description
      • foreignKeyDefinition

        protected String foreignKeyDefinition
      • disableForeignKey

        protected Boolean disableForeignKey
    • Constructor Detail

      • ForeignKey

        public ForeignKey()
    • Method Detail

      • getDescription

        public String getDescription()
        Gets the value of the description property.
        Returns:
        possible object is String
      • setDescription

        public void setDescription​(String value)
        Sets the value of the description property.
        Parameters:
        value - allowed object is String
      • getName

        public String getName()
        Gets the value of the name property.
        Returns:
        possible object is String
      • setName

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

        public String getForeignKeyDefinition()
        Gets the value of the foreignKeyDefinition property.
        Returns:
        possible object is String
      • setForeignKeyDefinition

        public void setForeignKeyDefinition​(String value)
        Sets the value of the foreignKeyDefinition property.
        Parameters:
        value - allowed object is String
      • isDisableForeignKey

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

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