|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.groiss.cal.SimpleCalView
public class SimpleCalView
default CalView implementation
| Constructor Summary | |
|---|---|
SimpleCalView(String id,
String name,
List<Persistent> objects,
List<CalInfo> sources)
Constructs a new instance |
|
| 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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SimpleCalView(String id,
String name,
List<Persistent> objects,
List<CalInfo> sources)
id - the idname - the nameobjects - the objectssources - the sources| Method Detail |
|---|
public String getName()
getName in interface CalViewpublic List<Persistent> getObjects()
getObjects in interface CalViewpublic List<CalInfo> getSources()
CalInfos where date should be fetched from
getSources in interface CalViewCalInfospublic String getId()
getId in interface CalView
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||