uk.ac.soton.ecs.grimoires.server.impl.uddiv2.datamodel
Class HostingRedirector

java.lang.Object
  extended byuk.ac.soton.ecs.grimoires.server.impl.uddiv2.datamodel.HostingRedirector
All Implemented Interfaces:
Serializable, UDDIv2DataModelVisitable

public class HostingRedirector
extends Object
implements Serializable, UDDIv2DataModelVisitable

See Also:
Serialized Form

Constructor Summary
HostingRedirector()
           
HostingRedirector(String bindingKey)
           
 
Method Summary
 Object accept(UDDIv2DataModelVisitor v)
          Grimoires specific methods and constructors
 boolean equals(Object obj)
           
 String getBindingKey()
          Gets the bindingKey value for this HostingRedirector.
 int hashCode()
           
 void setBindingKey(String bindingKey)
          Sets the bindingKey value for this HostingRedirector.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HostingRedirector

public HostingRedirector()

HostingRedirector

public HostingRedirector(String bindingKey)
Method Detail

getBindingKey

public String getBindingKey()
Gets the bindingKey value for this HostingRedirector.

Returns:
bindingKey

setBindingKey

public void setBindingKey(String bindingKey)
Sets the bindingKey value for this HostingRedirector.

Parameters:
bindingKey -

equals

public boolean equals(Object obj)

hashCode

public int hashCode()

accept

public Object accept(UDDIv2DataModelVisitor v)
              throws Exception
Grimoires specific methods and constructors

Specified by:
accept in interface UDDIv2DataModelVisitable
Throws:
Exception