Class Cell

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

public class Cell extends Object
  • Constructor Details Link icon

    • Cell Link icon

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

    • getRow Link icon

      public Row getRow()
    • getColumnId Link icon

      public int getColumnId()
    • getGroup Link icon

      public Group getGroup()
    • getFreeGroups Link icon

      public List<Group> getFreeGroups()
    • addSlotPlacements Link icon

      public void addSlotPlacements()
    • getSlots Link icon

      public List<Slot> getSlots()