Class DBIndexColumn

java.lang.Object
org.eobjects.metamodel.doc.jdbc.DBIndexColumn

public class DBIndexColumn extends Object
  • Constructor Details

    • DBIndexColumn

      public DBIndexColumn()
  • Method Details

    • getTable

      public String getTable()
      Returns:
      the table
    • setTable

      public void setTable(String table)
      Parameters:
      table - the table to set
    • getColumn

      public String getColumn()
      Returns:
      the column
    • setColumn

      public void setColumn(String column)
      Parameters:
      column - the column to set
    • getAscending

      public Boolean getAscending()
      Returns:
      the ascending
    • setAscending

      public void setAscending(Boolean ascending)
      Parameters:
      ascending - the ascending to set