|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.clients.prodmgmt.DocumentItem
DocumentItem
is a model class for manipulating WTDocumentMaster objects.
Supported API: false
Extendable: false
WTDocumentMaster
Field Summary | |
private WTDocumentMaster |
document
|
private boolean |
modified
|
Constructor Summary | |
DocumentItem()
Create an empty DocumentItem. |
|
DocumentItem(WTDocumentMaster document)
Create an DocumentItem containing the specified WTDocumentMaster. |
Method Summary | |
String |
getBusinessType()
|
WTDocumentMaster |
getDocument()
Gets the contained document. |
String |
getIdentity()
|
String |
getName()
|
String |
getNumber()
|
void |
setDocument(WTDocumentMaster document)
Set the WTDocumentMaster to contain. |
String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private WTDocumentMaster document
private boolean modified
Constructor Detail |
public DocumentItem()
public DocumentItem(WTDocumentMaster document)
document
- the WTDocumentMaster to containMethod Detail |
public void setDocument(WTDocumentMaster document)
document
- the WTDocumentMaster to containpublic WTDocumentMaster getDocument()
public String getIdentity()
public String getBusinessType()
public String toString()
public String getName()
public String getNumber()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |