de.akrmoe.delivery
Class ProgramInformations

java.lang.Object
  extended by 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

Constructor Summary
ProgramInformations()
           
 
Method Summary
 void addProgramInformation(ProgramInformation pi)
           
 java.lang.String getErrorMsg()
           
 java.util.List<ProgramInformation> getProgramInformations()
           
 boolean isOk()
           
 void setErrorMsg(java.lang.String errorMsg)
           
 void setOk(boolean ok)
           
 void setProgramInformations(java.util.List<ProgramInformation> programInformations)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProgramInformations

public ProgramInformations()
Method Detail

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)