de.akrmoe.delivery
Class ProgramInformations
java.lang.Object
de.akrmoe.delivery.ProgramInformations
public class ProgramInformations
- extends java.lang.Object
Klasse, die eine Liste von Objektinstanzen vom Type ProgramInformation, sowie einen ReturnCode und Return-Meldung
enthaelt. Diese Klasse wird verwendet um mit einem Aufruf eine Liste von Daten zu holen und gleichzeitig fuer den einen Aufruf
einen sauberes Fehlerhandling zu gewaehrleisten
- Version:
- 1.0
- Author:
- Hayk Matthias, huelsta Werke
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProgramInformations
public ProgramInformations()
getProgramInformations
public java.util.List<ProgramInformation> getProgramInformations()
setProgramInformations
public void setProgramInformations(java.util.List<ProgramInformation> programInformations)
isOk
public boolean isOk()
setOk
public void setOk(boolean ok)
getErrorMsg
public java.lang.String getErrorMsg()
setErrorMsg
public void setErrorMsg(java.lang.String errorMsg)
addProgramInformation
public void addProgramInformation(ProgramInformation pi)