Class AlterForeignKey
java.lang.Object
io.ebeaninternal.dbmigration.migration.AlterForeignKey
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" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="refColumnNames" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="refTableName" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="indexName" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="tableName" use="required" 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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the columnNames property.Gets the value of the indexName property.getName()Gets the value of the name property.Gets the value of the onDelete property.Gets the value of the onUpdate property.Gets the value of the refColumnNames property.Gets the value of the refTableName property.Gets the value of the tableName property.voidsetColumnNames(String value) Sets the value of the columnNames property.voidsetIndexName(String value) Sets the value of the indexName property.voidSets the value of the name property.voidsetOnDelete(String value) Sets the value of the onDelete property.voidsetOnUpdate(String value) Sets the value of the onUpdate property.voidsetRefColumnNames(String value) Sets the value of the refColumnNames property.voidsetRefTableName(String value) Sets the value of the refTableName property.voidsetTableName(String value) Sets the value of the tableName property.
-
Constructor Details
-
AlterForeignKey
public AlterForeignKey()
-
-
Method Details
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getColumnNames
Gets the value of the columnNames property.- Returns:
- possible object is
String
-
setColumnNames
Sets the value of the columnNames property.- Parameters:
value- allowed object isString
-
getRefColumnNames
Gets the value of the refColumnNames property.- Returns:
- possible object is
String
-
setRefColumnNames
Sets the value of the refColumnNames property.- Parameters:
value- allowed object isString
-
getRefTableName
Gets the value of the refTableName property.- Returns:
- possible object is
String
-
setRefTableName
Sets the value of the refTableName property.- Parameters:
value- allowed object isString
-
getIndexName
Gets the value of the indexName property.- Returns:
- possible object is
String
-
setIndexName
Sets the value of the indexName property.- Parameters:
value- allowed object isString
-
getTableName
Gets the value of the tableName property.- Returns:
- possible object is
String
-
setTableName
Sets the value of the tableName property.- Parameters:
value- allowed object isString
-
getOnDelete
Gets the value of the onDelete property.- Returns:
- possible object is
String
-
setOnDelete
Sets the value of the onDelete property.- Parameters:
value- allowed object isString
-
getOnUpdate
Gets the value of the onUpdate property.- Returns:
- possible object is
String
-
setOnUpdate
Sets the value of the onUpdate property.- Parameters:
value- allowed object isString
-