Class Column

java.lang.Object
simpleloglib.appenders.Column

public class Column extends Object
This class represents a column in the database.
Author:
lunalobos
  • Constructor Details

    • Column

      public Column(String name, int index)
  • Method Details

    • name

      public String name()
      Gets the name of the column.
      Returns:
      the name
    • setter

      Gets the setter of the column.
      Returns:
      the setter
    • index

      public int index()
      Gets the index of the column.
      Returns:
      the index
    • toString

      public String toString()
      Overrides:
      toString in class Object