Package com.adobe.fd.fp.util
Class Record
- java.lang.Object
-
- com.adobe.fd.fp.util.Record
-
public class Record extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Record()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
getDataXML()
java.util.List<FileAttachmentWrapper>
getFileAttachmentWrapperList()
void
setDataXML(byte[] dataXML)
void
setFileAttachmentWrapperList(java.util.List<FileAttachmentWrapper> fileAttachmentWrapperList)
-
-
-
Method Detail
-
getFileAttachmentWrapperList
public java.util.List<FileAttachmentWrapper> getFileAttachmentWrapperList()
-
setFileAttachmentWrapperList
public void setFileAttachmentWrapperList(java.util.List<FileAttachmentWrapper> fileAttachmentWrapperList)
-
getDataXML
public byte[] getDataXML()
-
setDataXML
public void setDataXML(byte[] dataXML)
-
-