Class Cell

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

public class Cell extends Object
  • Constructor Details

    • Cell

      public Cell(Row row, int columnId, Group group)
  • Method Details

    • getRow

      public Row getRow()
    • getColumnId

      public int getColumnId()
    • getGroup

      public Group getGroup()
    • getFreeGroups

      public List<Group> getFreeGroups()
    • getSlots

      public List<Slot> getSlots()