org.apache.ws.scout.registry.infomodel
Class KeyImpl

java.lang.Object
  extended byorg.apache.ws.scout.registry.infomodel.KeyImpl
All Implemented Interfaces:
javax.xml.registry.infomodel.Key

public class KeyImpl
extends java.lang.Object
implements javax.xml.registry.infomodel.Key

Implements JAXR Interface. For futher details, look into the JAXR API Javadoc.

Author:
Anil Saldhana

Constructor Summary
KeyImpl()
           
KeyImpl(java.lang.String id)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 java.lang.String getId()
           
 int hashCode()
           
 void setId(java.lang.String str)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

KeyImpl

public KeyImpl()

KeyImpl

public KeyImpl(java.lang.String id)
Method Detail

getId

public java.lang.String getId()
Specified by:
getId in interface javax.xml.registry.infomodel.Key

setId

public void setId(java.lang.String str)
Specified by:
setId in interface javax.xml.registry.infomodel.Key

equals

public boolean equals(java.lang.Object o)

hashCode

public int hashCode()

toString

public java.lang.String toString()


Copyright © 2004-2007 Apache Web Services. All Rights Reserved.