Class TicketEventAttachmentFileData
java.lang.Object
de.hybris.platform.customerticketingfacades.data.TicketEventAttachmentFileData
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]voidsetContent(byte[] content) voidsetFilename(String filename)
-
Constructor Details
-
TicketEventAttachmentFileData
public TicketEventAttachmentFileData()
-
-
Method Details
-
setFilename
-
getFilename
-
setContent
public void setContent(byte[] content) -
getContent
public byte[] getContent()
-