Class RenameTable
java.lang.Object
io.ebeaninternal.dbmigration.migration.RenameTable
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" />
</restriction>
</complexContent>
</complexType>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the newName property.Gets the value of the oldName property.voidsetNewName(String value)Sets the value of the newName property.voidsetOldName(String value)Sets the value of the oldName property.
-
Constructor Details
-
RenameTable
public RenameTable()
-
-
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
-