com.groiss.cal
Interface CalView

All Known Implementing Classes:
SimpleCalView

public interface CalView

contains a set of objects and CalInfos


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

Method Detail

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


@enterprise 8.0.10078 Copyright © 2001-2011 Groiss Informatics GmbH. All Rights Reserved.