Package com.groiss.cal
Class SimpleCalView
java.lang.Object
com.groiss.cal.SimpleCalView
- All Implemented Interfaces:
CalView
default
CalView
implementation-
Constructor Summary
ConstructorDescriptionSimpleCalView
(String id, String name, List<Persistent> objects, List<CalInfo> sources) Constructs a new instance -
Method Summary
-
Constructor Details
-
SimpleCalView
Constructs a new instance- Parameters:
id
- the idname
- the nameobjects
- the objectssources
- the sources
-
-
Method Details
-
getName
get the name -
getObjects
get mapped objects- Specified by:
getObjects
in interfaceCalView
- Returns:
- mapped objects
-
getSources
get allCalInfo
s where date should be fetched from- Specified by:
getSources
in interfaceCalView
- Returns:
- the
CalInfo
s
-
getId
get the id -
toString
-