- All Implemented Interfaces:
IAgenda
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Agenda_impl
- Parameters:
index - Index Agenda.
id - ID Agenda.
title - Titel Agenda.
-
Method Details
-
getIndex
- Specified by:
getIndex in interface IAgenda
- Returns:
- Index Agenda.
-
setIndex
public void setIndex(String index)
Description copied from interface: IAgenda
Setzt Index
- Specified by:
setIndex in interface IAgenda
- Parameters:
index - neu.
-
getId
- Specified by:
getId in interface IAgenda
- Returns:
- ID Agenda.
-
setId
Description copied from interface: IAgenda
Setzt ID Agenda.
- Specified by:
setId in interface IAgenda
- Parameters:
id - neu.
-
getTitle
- Specified by:
getTitle in interface IAgenda
- Returns:
- Titel Agenda.
-
setTitle
public void setTitle(String title)
Description copied from interface: IAgenda
Setzt Titel Agenda.
- Specified by:
setTitle in interface IAgenda
- Parameters:
title - neu.