org.systinet.wasp.management.services.wsdiscovery
Class BusinessServiceInfo

java.lang.Object
  extended byorg.systinet.wasp.management.services.wsdiscovery.BusinessServiceInfo
All Implemented Interfaces:
java.io.Serializable

public class BusinessServiceInfo
extends java.lang.Object
implements java.io.Serializable

Business service info.

Since:
4.0
See Also:
Serialized Form
Component:
WSDiscovery-US

Field Summary
 BindingTemplateInfo[] bindingTemplateInfos
          Encapsulated binding templates.
 java.lang.String name
          Business service name.
 java.lang.String uuid
          Business service UUID.
 
Constructor Summary
BusinessServiceInfo()
          Default constructor.
BusinessServiceInfo(java.lang.String name, java.lang.String uuid, BindingTemplateInfo[] bindingTemplateInfos)
          Constructor.
 
Method Summary
 java.lang.String toString()
          Returns a string representation of the object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

name

public java.lang.String name
Business service name.


uuid

public java.lang.String uuid
Business service UUID.


bindingTemplateInfos

public BindingTemplateInfo[] bindingTemplateInfos
Encapsulated binding templates.

Constructor Detail

BusinessServiceInfo

public BusinessServiceInfo()
Default constructor.


BusinessServiceInfo

public BusinessServiceInfo(java.lang.String name,
                           java.lang.String uuid,
                           BindingTemplateInfo[] bindingTemplateInfos)
Constructor.

Method Detail

toString

public java.lang.String toString()
Returns a string representation of the object.

Returns:
a string representation of the object.