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

java.lang.Object
  extended by org.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)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.