public class WSRequestAttachment extends WSRequest implements java.io.Serializable
WSAttachmentBean.| Modifier and Type | Field and Description |
|---|---|
protected WSAttachmentBean |
attachmentBean
Wrapped attachmentBean.
|
| Constructor and Description |
|---|
WSRequestAttachment() |
| Modifier and Type | Method and Description |
|---|---|
WSAttachmentBean |
getAttachmentBean() |
java.lang.String |
getAttachmentID() |
void |
setAttachmentBean(WSAttachmentBean attachmentBean) |
void |
setAttachmentID(java.lang.String attachmentID) |
protected WSAttachmentBean attachmentBean
public WSAttachmentBean getAttachmentBean()
public void setAttachmentBean(WSAttachmentBean attachmentBean)
attachmentBean - the attachmentBean to setpublic java.lang.String getAttachmentID()
public void setAttachmentID(java.lang.String attachmentID)
attachmentID - the attachmentID to set