|
Ruddi™ UDDI Client API 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--inspireit.uddi.base.Operator
Operator is the certified name of the UDDI registry site operator that manages the master copy of a BusinessEntity. The controlling operator records this information at the time data is saved. The information is calculated and should not be supplied within save_business operations.
| Field Summary | |
protected java.lang.String |
operator
Deprecated. The operator information. |
| Constructor Summary | |
Operator(java.lang.String operator)
Deprecated. Operator constructor. |
|
| Method Summary | |
boolean |
equals(java.lang.Object o)
Deprecated. Checks whether an object is equal to this Operator. |
java.lang.String |
toString()
Deprecated. String representation of this Operator. |
java.lang.Object |
visit(inspireit.uddi.util.visitors.UDDIVisitor visitor)
Deprecated. Visits this Operator. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
protected java.lang.String operator
| Constructor Detail |
public Operator(java.lang.String operator)
operator - The operator information.| Method Detail |
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.Object visit(inspireit.uddi.util.visitors.UDDIVisitor visitor)
visit in interface inspireit.uddi.util.visitors.UDDIElementvisitor - The Visitor visiting this Operator.public boolean equals(java.lang.Object o)
equals in class java.lang.Objecto - The object to test for equality.
|
Ruddi™ UDDI Client API 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||