Version: 1.1.1

org.inb.biomoby.shared.registry
Class ServiceType

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

public class ServiceType
extends AbstractTypeEntity<ServiceType>
implements Serializable, Cloneable

Author:
Dmitry Repchevsky
See Also:
Serialized Form

Constructor Summary
ServiceType()
           
ServiceType(String name)
           
ServiceType(String name, String authURI)
           
 
Method Summary
 void addRelationship(Relationship<ServiceType> relationship)
           
 ServiceType clone()
           
 List<Relationship<ServiceType>> getRelationships()
           
 String getWSDL()
           
 void setWSDL(String wsdl)
           
 
Methods inherited from class org.inb.biomoby.shared.registry.AbstractEntity
compareTo, equals, getAuthURI, getContactEmail, getDescription, getLsid, getName, getTitle, hashCode, setAuthURI, setContactEmail, setDescription, setLsid, setName, setTitle
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceType

public ServiceType()

ServiceType

public ServiceType(String name)

ServiceType

public ServiceType(String name,
                   String authURI)
Method Detail

addRelationship

public void addRelationship(Relationship<ServiceType> relationship)

getRelationships

public List<Relationship<ServiceType>> getRelationships()

getWSDL

public String getWSDL()

setWSDL

public void setWSDL(String wsdl)

clone

public ServiceType clone()
Overrides:
clone in class AbstractTypeEntity<ServiceType>

Version: 1.1.1

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