Class WTBusinessObject

java.lang.Object
wt.clients.beans.explorer.WTBusinessObject
All Implemented Interfaces:
Serializable, Explorable, Identifiable, ReferenceHolder
Direct Known Subclasses:
FolderBusinessObject, FolderedBusinessObject, PartItem, PartMasterItem

public class WTBusinessObject extends Object implements Explorable, Serializable
This class is an adapter class for the Explorable interface. It can be subclassed to add in displaying objects in the WTExplorer, which requires that contained objects implement the Explorable interface. The getUses() method is invoked to show the children of the selected node. The getContents() method is invoked to show the contains for the selected node. The getIdentity() method is invoked to get the display text for the node.

Supported API: true

Extendable: true
See Also: