Version: 1.1.1

org.inb.biomoby.central
Class MobyCentral

java.lang.Object
  extended by org.inb.biomoby.shared.registry.AbstractEntity<MobyCentral>
      extended by org.inb.biomoby.central.MobyCentral
All Implemented Interfaces:
Serializable, Cloneable, Comparable<MobyCentral>

public class MobyCentral
extends AbstractEntity<MobyCentral>
implements Comparable<MobyCentral>

Author:
Dmitry Repchevsky
See Also:
Serialized Form

Constructor Summary
MobyCentral(String endpointURL, String namespace)
           
 
Method Summary
 int compareTo(MobyCentral central)
           
 boolean equals(Object obj)
           
 String getEndpointURL()
           
 String getNamespace()
           
 int hashCode()
           
 
Methods inherited from class org.inb.biomoby.shared.registry.AbstractEntity
clone, getAuthURI, getContactEmail, getDescription, getLsid, getName, getTitle, setAuthURI, setContactEmail, setDescription, setLsid, setName, setTitle
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MobyCentral

public MobyCentral(String endpointURL,
                   String namespace)
Method Detail

getEndpointURL

public String getEndpointURL()

getNamespace

public String getNamespace()

hashCode

public int hashCode()
Overrides:
hashCode in class AbstractEntity<MobyCentral>

equals

public boolean equals(Object obj)
Overrides:
equals in class AbstractEntity<MobyCentral>

compareTo

public int compareTo(MobyCentral central)
Specified by:
compareTo in interface Comparable<MobyCentral>

Version: 1.1.1

Submit a bug or feature
Generated: Sat May 29 04:26:35 EDT 2010