cgl.axis.services.WSCTX.uddi_wsctx_schema
Class PublisherInfo

java.lang.Object
  extended bycgl.axis.services.WSCTX.uddi_wsctx_schema.PublisherInfo
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
PublisherInfo()
           
PublisherInfo(java.lang.String publisherID)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getPublisherID()
          Gets the publisherID value for this PublisherInfo.
 int hashCode()
           
 void setPublisherID(java.lang.String publisherID)
          Sets the publisherID value for this PublisherInfo.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PublisherInfo

public PublisherInfo()

PublisherInfo

public PublisherInfo(java.lang.String publisherID)
Method Detail

getPublisherID

public java.lang.String getPublisherID()
Gets the publisherID value for this PublisherInfo.

Returns:
publisherID

setPublisherID

public void setPublisherID(java.lang.String publisherID)
Sets the publisherID value for this PublisherInfo.

Parameters:
publisherID -

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()