Uses of Class
de.fub.tip.datenanzeige.ormapper.InformationVO

Packages that use InformationVO
de.fub.tip.datenanzeige.container stellt Container-Objekte zur Anzeige von Daten zur Verfügung. 
de.fub.tip.datenanzeige.ormapper stellt objektrelationale Mapper (OR-Mapper) Objekte zur Anzeige von Daten zur Verfügung. 
 

Uses of InformationVO in de.fub.tip.datenanzeige.container
 

Methods in de.fub.tip.datenanzeige.container with parameters of type InformationVO
 void InformationVOContainer.add(InformationVO info)
          fügt dem Container ein neues SightVO Objekt hinzu
Der interne Iterator wird dabei initialisiert, um eine Ausnahme zu vermeiden.
 

Uses of InformationVO in de.fub.tip.datenanzeige.ormapper
 

Fields in de.fub.tip.datenanzeige.ormapper declared as InformationVO
private  InformationVO EventVO.information
          ausgegebene Information
private  InformationVO EreignishistorieneintragVO.information
          die zugehörige/ausgelieferte Information
 

Methods in de.fub.tip.datenanzeige.ormapper that return InformationVO
 InformationVO EventVO.getInformation()
          ausgegebene Information zurückgeben
 InformationVO EreignishistorieneintragVO.getInformation()
          gibt die ausgegebene Information zurück
 

Methods in de.fub.tip.datenanzeige.ormapper with parameters of type InformationVO
 void EventVO.setInformation(InformationVO information)
          ausgegebene Information setzen
 void EreignishistorieneintragVO.setInformation(InformationVO information)
          setzt die Information des Ereignisses
 



Copyright © 2004 - Philipp Ottlinger - All Rights Reserved.