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

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

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

Business entity info.

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

Field Summary
 BusinessServiceInfo[] businessServiceInfos
          Encapsulated business services.
 java.lang.String name
          Business entity name.
 java.lang.String uuid
          Business entity UUID.
 
Constructor Summary
BusinessEntityInfo()
          Default constructor.
BusinessEntityInfo(java.lang.String name, java.lang.String uuid, BusinessServiceInfo[] businessServiceInfos)
          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 entity name.


uuid

public java.lang.String uuid
Business entity UUID.


businessServiceInfos

public BusinessServiceInfo[] businessServiceInfos
Encapsulated business services.

Constructor Detail

BusinessEntityInfo

public BusinessEntityInfo()
Default constructor.


BusinessEntityInfo

public BusinessEntityInfo(java.lang.String name,
                          java.lang.String uuid,
                          BusinessServiceInfo[] businessServiceInfos)
Constructor.

Method Detail

toString

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

Returns:
a string representation of the object.