Class RenameColumn
java.lang.Object
io.ebeaninternal.dbmigration.migration.RenameColumn
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="oldName" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="newName" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="tableName" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="dataType" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the dataType property.Gets the value of the newName property.Gets the value of the oldName property.Gets the value of the tableName property.voidsetDataType(String value)Sets the value of the dataType property.voidsetNewName(String value)Sets the value of the newName property.voidsetOldName(String value)Sets the value of the oldName property.voidsetTableName(String value)Sets the value of the tableName property.
-
Constructor Details
-
RenameColumn
public RenameColumn()
-
-
Method Details
-
getOldName
Gets the value of the oldName property.- Returns:
- possible object is
String
-
setOldName
Sets the value of the oldName property.- Parameters:
value- allowed object isString
-
getNewName
Gets the value of the newName property.- Returns:
- possible object is
String
-
setNewName
Sets the value of the newName 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
-
getDataType
Gets the value of the dataType property.- Returns:
- possible object is
String
-
setDataType
Sets the value of the dataType property.- Parameters:
value- allowed object isString
-