Interface CalView

All Known Implementing Classes:
SimpleCalView

public interface CalView
contains a set of objects and CalInfos
  • Method Details

    • getId

      String getId()
      get the id
      Returns:
      the id
    • getName

      String getName()
      get the name
      Returns:
      the name
    • getObjects

      List<Persistent> getObjects()
      get mapped objects
      Returns:
      mapped objects
    • getSources

      List<CalInfo> getSources()
      get all CalInfos where date should be fetched from
      Returns:
      the CalInfos