Class SimpleCalView

java.lang.Object
com.groiss.cal.SimpleCalView
All Implemented Interfaces:
CalView

public class SimpleCalView extends Object implements CalView
default CalView implementation
  • Constructor Details

    • SimpleCalView

      public SimpleCalView(String id, String name, List<Persistent> objects, List<CalInfo> sources)
      Constructs a new instance
      Parameters:
      id - the id
      name - the name
      objects - the objects
      sources - the sources
  • Method Details