org.systinet.wasp.admin
Class ServiceInstance

java.lang.Object
  extended byorg.systinet.wasp.admin.ServiceInstance
All Implemented Interfaces:
java.io.Serializable

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

Basic service instance information.

Since:
4.0
See Also:
Serialized Form
Component:
Core-Services

Field Summary
 java.lang.String context
          Context.
 java.lang.String name
          Name.
 java.lang.String targetNamespace
          Target namespace.
 
Constructor Summary
ServiceInstance()
          Creates a new ServiceInstance instance.
ServiceInstance(java.lang.String context, java.lang.String targetNamespace, java.lang.String name)
          Creates a new ServiceInstance instance.
 
Method Summary
 boolean equals(java.lang.Object object)
          Determines whether instances are equal.
 int hashCode()
          Hash code value for this object.
 java.lang.String toString()
          Returns a string representation of this object.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

context

public java.lang.String context
Context.


targetNamespace

public java.lang.String targetNamespace
Target namespace.


name

public java.lang.String name
Name.

Constructor Detail

ServiceInstance

public ServiceInstance()
Creates a new ServiceInstance instance.


ServiceInstance

public ServiceInstance(java.lang.String context,
                       java.lang.String targetNamespace,
                       java.lang.String name)
Creates a new ServiceInstance instance.

Parameters:
context - the service instance package context
targetNamespace - the service instance package target namespace
name - the service instance package name
Method Detail

hashCode

public int hashCode()
Hash code value for this object.

Returns:
hash code value for this object.

equals

public boolean equals(java.lang.Object object)
Determines whether instances are equal.

Parameters:
object - an object.
Returns:
true if instances are equal, else returns false.

toString

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

Returns:
a string representation of the object.