|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.groiss.cal.SimpleCalView
public class SimpleCalView
default CalView
implementation
Constructor Summary | |
---|---|
SimpleCalView(java.lang.String id,
java.lang.String name,
java.util.List<Persistent> objects,
java.util.List<CalInfo> sources)
Constructs a new instance |
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 CalInfo s 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(java.lang.String id, java.lang.String name, java.util.List<Persistent> objects, java.util.List<CalInfo> sources)
id
- the idname
- the nameobjects
- the objectssources
- the sourcesMethod Detail |
---|
public java.lang.String getName()
getName
in interface CalView
public java.util.List<Persistent> getObjects()
getObjects
in interface CalView
public java.util.List<CalInfo> getSources()
CalInfo
s where date should be fetched from
getSources
in interface CalView
CalInfo
spublic java.lang.String getId()
getId
in interface CalView
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |