Class AttachmentData
java.lang.Object
de.hybris.platform.b2bacceleratorfacades.document.data.AttachmentData
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.core.io.ByteArrayResourcevoidsetFileContent(org.springframework.core.io.ByteArrayResource fileContent) voidsetFileName(String fileName) voidsetFileType(String fileType)
-
Constructor Details
-
AttachmentData
public AttachmentData()
-
-
Method Details
-
setFileName
-
getFileName
-
setFileContent
public void setFileContent(org.springframework.core.io.ByteArrayResource fileContent) -
getFileContent
public org.springframework.core.io.ByteArrayResource getFileContent() -
setFileType
-
getFileType
-