Class Row

java.lang.Object
org.bgerp.plugin.pln.grpl.model.Row

public class Row extends Object
  • Constructor Details

  • Method Details

    • getBoard

      public BoardConfig getBoard()
    • getDate

      public Date getDate()
    • isWorkingDay

      public boolean isWorkingDay()
    • setCell

      public Cell setCell(int columnId, int groupId)
    • getCell

      public Cell getCell(int columnId)
    • hasCells

      public boolean hasCells()
    • getUsedColumnIds

      public Set<Integer> getUsedColumnIds()