|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jamasoftware.contour.ws.v3.domain.WsDocAttach
public class WsDocAttach
This object represents the relationship between an item and an attachment.
| Constructor Summary | |
|---|---|
WsDocAttach()
|
|
| Method Summary | |
|---|---|
WsItem |
getAttachment()
Gets the attachment attached to the item. |
WsItem |
getDocument()
Gets the item attached to the attachment. |
java.lang.Integer |
getId()
Gets the doc_attach id. |
java.lang.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(java.lang.Integer id)
Sets the doc_attach id. |
void |
setNote(java.lang.String note)
Sets the note associated with the doc_attach. |
java.lang.String |
toString()
Gets a string representation of this doc_attach. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public WsDocAttach()
| Method Detail |
|---|
public java.lang.Integer getId()
public void setId(java.lang.Integer id)
id - doc_attach idpublic WsItem getDocument()
public void setDocument(WsItem document)
document - itempublic WsItem getAttachment()
public void setAttachment(WsItem attachment)
attachment - itempublic java.lang.String getNote()
public void setNote(java.lang.String note)
note - doc_attach notpublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||