org.apache.ws.scout.registry.infomodel
Class KeyImpl
java.lang.Object
org.apache.ws.scout.registry.infomodel.KeyImpl
- All Implemented Interfaces:
- Key
public class KeyImpl
- extends Object
- implements Key
Implements JAXR Interface.
For futher details, look into the JAXR API Javadoc.
- Author:
- Anil Saldhana
KeyImpl
public KeyImpl()
KeyImpl
public KeyImpl(String id)
getId
public String getId()
- Specified by:
getId
in interface Key
setId
public void setId(String str)
- Specified by:
setId
in interface Key
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.