Uses of Class
de.akrmoe.delivery.ProgramInformation

Uses of ProgramInformation in de.akrmoe.delivery
 

Methods in de.akrmoe.delivery that return types with arguments of type ProgramInformation
 java.util.List<ProgramInformation> ProgramInformations.getProgramInformations()
           
 

Methods in de.akrmoe.delivery with parameters of type ProgramInformation
 void ProgramInformations.addProgramInformation(ProgramInformation pi)
           
 

Method parameters in de.akrmoe.delivery with type arguments of type ProgramInformation
 void ProgramInformations.setProgramInformations(java.util.List<ProgramInformation> programInformations)