com.bt.exact_tech.ui.editors
Class RequiredEditor.Container

java.lang.Object
  extended by com.bt.exact_tech.ui.editors.RequiredEditor.Container
Enclosing class:
RequiredEditor

 class RequiredEditor.Container
extends java.lang.Object


Field Summary
 org.wsmo.common.Identifier id
           
 java.lang.Object[] offers
           
 java.lang.Object[] uses
           
 
Constructor Summary
RequiredEditor.Container(org.wsmo.common.Identifier ident, java.lang.Object[] needObj, java.lang.Object[] offerObj)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

public org.wsmo.common.Identifier id

uses

public java.lang.Object[] uses

offers

public java.lang.Object[] offers
Constructor Detail

RequiredEditor.Container

RequiredEditor.Container(org.wsmo.common.Identifier ident,
                         java.lang.Object[] needObj,
                         java.lang.Object[] offerObj)