com.groiss.cal
Interface CalView

All Known Implementing Classes:
SimpleCalView

public interface CalView

contains a set of objects and CalInfos


Method Summary
 java.lang.String getId()
          get the id
 java.lang.String getName()
          get the name
 java.util.List<Persistent> getObjects()
          get mapped objects
 java.util.List<CalInfo> getSources()
          get all CalInfos where date should be fetched from
 

Method Detail

getId

java.lang.String getId()
get the id

Returns:
the id

getName

java.lang.String getName()
get the name

Returns:
the name

getObjects

java.util.List<Persistent> getObjects()
get mapped objects

Returns:
mapped objects

getSources

java.util.List<CalInfo> getSources()
get all CalInfos where date should be fetched from

Returns:
the CalInfos


@enterprise 8.0.22989 Copyright © 2001-2017 Groiss Informatics GmbH. All Rights Reserved.