Package de.xima.fc.mdl
Class ExtendedPostfach
- java.lang.Object
-
- de.xima.fc.mdl.ExtendedPostfach
-
- All Implemented Interfaces:
ITransferable
,Serializable
public class ExtendedPostfach extends Object implements ITransferable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExtendedPostfach(Postfach postfach)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addPostfachProjekt(Projekt projekt)
Postfach
getPostfach()
List<Projekt>
getPostfachProjekte()
void
setPostfach(Postfach postfach)
void
setPostfachProjekte(List<Projekt> konfiguriertePostfachProjekte)
-