Class AttachmentData
java.lang.Object
org.kuali.coeus.s2sgen.api.generate.AttachmentData
This class is meant to store and retrieve attachments and its associated properties
-
Constructor Summary
ConstructorsConstructorDescriptionAttachmentData(String fileDataId, String fileName, String contentId, byte[] content, String contentType, String hashAlgorithm, String hashValue, String uploadUser, Date uploadTimestamp) AttachmentData(AttachmentData attachment) -
Method Summary
-
Constructor Details
-
AttachmentData
-
AttachmentData
-
-
Method Details