Class Record

java.lang.Object
org.bgerp.plugin.report.model.Record

public class Record extends Object
  • Constructor Details

    • Record

      public Record(Data data)
  • Method Details

    • add

      public void add(Object value)
      Add the value of the next column.
      Parameters:
      value -
    • get

      public Object get(String id)
      Get value by column ID.
      Parameters:
      id - the column ID.
      Returns:
      Throws:
      IllegalArgumentException - - if no column found.
    • getString

      public String getString(String id)
      Get a value formatted to string by column ID.
      Parameters:
      id - the column ID.
      Returns:
      Throws:
      IllegalArgumentException - - if no column found.
    • pos

      public int pos()
      Get position for ResultSet. Starts from 1, and for each call incremented on 1.
      Returns:
    • getData

      public Map<String,Object> getData()