Class RenameColumn

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

public class RenameColumn 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" />
       <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 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
    • getTableName

      public String getTableName()
      Gets the value of the tableName property.
      Returns:
      possible object is String
    • setTableName

      public void setTableName(String value)
      Sets the value of the tableName property.
      Parameters:
      value - allowed object is String
    • getDataType

      public String getDataType()
      Gets the value of the dataType property.
      Returns:
      possible object is String
    • setDataType

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