com.ebmwebsourcing.easyviper.core.impl.model.registry
Class ProcessKeyImpl

java.lang.Object
  extended by com.ebmwebsourcing.easyviper.core.impl.model.registry.ProcessKeyImpl
All Implemented Interfaces:
com.ebmwebsourcing.easyviper.core.api.model.registry.ProcessKey

public class ProcessKeyImpl
extends java.lang.Object
implements com.ebmwebsourcing.easyviper.core.api.model.registry.ProcessKey

Author:
Nicolas Salatge - eBM WebSourcing

Constructor Summary
ProcessKeyImpl()
           
ProcessKeyImpl(javax.xml.namespace.QName itf, javax.xml.namespace.QName service, java.lang.String endpoint)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getEndpoint()
           
 javax.xml.namespace.QName getInterface()
           
 javax.xml.namespace.QName getService()
           
 int hashCode()
           
 void setEndpoint(java.lang.String endpoint)
           
 void setInterface(javax.xml.namespace.QName itf)
           
 void setService(javax.xml.namespace.QName service)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProcessKeyImpl

public ProcessKeyImpl()

ProcessKeyImpl

public ProcessKeyImpl(javax.xml.namespace.QName itf,
                      javax.xml.namespace.QName service,
                      java.lang.String endpoint)
Method Detail

getService

public javax.xml.namespace.QName getService()
Specified by:
getService in interface com.ebmwebsourcing.easyviper.core.api.model.registry.ProcessKey

setService

public void setService(javax.xml.namespace.QName service)
Specified by:
setService in interface com.ebmwebsourcing.easyviper.core.api.model.registry.ProcessKey

getEndpoint

public java.lang.String getEndpoint()
Specified by:
getEndpoint in interface com.ebmwebsourcing.easyviper.core.api.model.registry.ProcessKey

setEndpoint

public void setEndpoint(java.lang.String endpoint)
Specified by:
setEndpoint in interface com.ebmwebsourcing.easyviper.core.api.model.registry.ProcessKey

getInterface

public javax.xml.namespace.QName getInterface()
Specified by:
getInterface in interface com.ebmwebsourcing.easyviper.core.api.model.registry.ProcessKey

setInterface

public void setInterface(javax.xml.namespace.QName itf)
Specified by:
setInterface in interface com.ebmwebsourcing.easyviper.core.api.model.registry.ProcessKey

toString

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

hashCode

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

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object


Copyright © 2009 eBM WebSourcing. All Rights Reserved.