public class WsDocAttach extends Object
| Constructor and Description |
|---|
WsDocAttach() |
| Modifier and Type | Method and Description |
|---|---|
WsItem |
getAttachment()
Gets the attachment attached to the item.
|
WsItem |
getDocument()
Gets the item attached to the attachment.
|
Integer |
getId()
Gets the doc_attach id.
|
String |
getNote()
Gets the note associated with the doc_attach.
|
void |
setAttachment(WsItem attachment)
Sets the attachment attached to the item.
|
void |
setDocument(WsItem document)
Sets the item attached to the attachment.
|
void |
setId(Integer id)
Sets the doc_attach id.
|
void |
setNote(String note)
Sets the note associated with the doc_attach.
|
String |
toString()
Gets a string representation of this doc_attach.
|
public Integer getId()
public void setId(Integer id)
id - doc_attach idpublic WsItem getDocument()
public void setDocument(WsItem document)
document - itempublic WsItem getAttachment()
public void setAttachment(WsItem attachment)
attachment - itempublic String getNote()
public void setNote(String note)
note - doc_attach notCopyright (c) 2013-2014 Jama Software, Inc. All Rights Reserved.