Class RenameTable

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

public class RenameTable 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="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 Details

  • Method Details

    • getOldName

      public String getOldName()
      Gets the value of the oldName property.
      Returns:
      possible object is String
    • setOldName

      public void setOldName(String value)
      Sets the value of the oldName property.
      Parameters:
      value - allowed object is String
    • getNewName

      public String getNewName()
      Gets the value of the newName property.
      Returns:
      possible object is String
    • setNewName

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