Package de.xima.fc.mdl.attachment
Class AttachmentPersistBuildData
- java.lang.Object
-
- de.xima.fc.mdl.attachment.AttachmentPersistBuildData
-
- All Implemented Interfaces:
Serializable
public final class AttachmentPersistBuildData extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AttachmentPersistBuildData(String userName, List<AttachmentPersistData> persistDataList, List<Attachment> delArrayList)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AttachmentPersistBuildData
empty(String userName)
List<Attachment>
getToDelete()
List<AttachmentPersistData>
getToPersist()
String
getUserName()
-
-
-
Constructor Detail
-
AttachmentPersistBuildData
public AttachmentPersistBuildData(String userName, List<AttachmentPersistData> persistDataList, List<Attachment> delArrayList)
-
-
Method Detail
-
getToDelete
public List<Attachment> getToDelete()
-
getToPersist
public List<AttachmentPersistData> getToPersist()
-
getUserName
public String getUserName()
-
empty
public static AttachmentPersistBuildData empty(String userName)
-
-