Class ForeignKey

java.lang.Object
io.ebeaninternal.dbmigration.migration.ForeignKey

public class ForeignKey extends Object

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="columnNames" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="refColumnNames" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="refTableName" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="indexName" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="onDelete" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="onUpdate" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

  • Method Details

    • 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
    • getColumnNames

      Gets the value of the columnNames property.
      Returns:
      possible object is String
    • setColumnNames

      public void setColumnNames(String value)
      Sets the value of the columnNames property.
      Parameters:
      value - allowed object is String
    • getRefColumnNames

      Gets the value of the refColumnNames property.
      Returns:
      possible object is String
    • setRefColumnNames

      public void setRefColumnNames(String value)
      Sets the value of the refColumnNames property.
      Parameters:
      value - allowed object is String
    • getRefTableName

      Gets the value of the refTableName property.
      Returns:
      possible object is String
    • setRefTableName

      public void setRefTableName(String value)
      Sets the value of the refTableName property.
      Parameters:
      value - allowed object is String
    • getIndexName

      public String getIndexName()
      Gets the value of the indexName property.
      Returns:
      possible object is String
    • setIndexName

      public void setIndexName(String value)
      Sets the value of the indexName property.
      Parameters:
      value - allowed object is String
    • getOnDelete

      public String getOnDelete()
      Gets the value of the onDelete property.
      Returns:
      possible object is String
    • setOnDelete

      public void setOnDelete(String value)
      Sets the value of the onDelete property.
      Parameters:
      value - allowed object is String
    • getOnUpdate

      public String getOnUpdate()
      Gets the value of the onUpdate property.
      Returns:
      possible object is String
    • setOnUpdate

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