Class DropColumn

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

public class DropColumn 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="columnName" 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="withHistory" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

  • Method Details

    • getColumnName

      Gets the value of the columnName property.
      Returns:
      possible object is String
    • setColumnName

      public void setColumnName(String value)
      Sets the value of the columnName 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
    • isWithHistory

      Gets the value of the withHistory property.
      Returns:
      possible object is Boolean
    • setWithHistory

      public void setWithHistory(Boolean value)
      Sets the value of the withHistory property.
      Parameters:
      value - allowed object is Boolean