org.inb.biomoby.shared.registry
Class ServiceType
java.lang.Object
org.inb.biomoby.shared.registry.AbstractEntity<T>
org.inb.biomoby.shared.registry.AbstractTypeEntity<ServiceType>
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
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 |
ServiceType
public ServiceType()
ServiceType
public ServiceType(String name)
ServiceType
public ServiceType(String name,
String authURI)
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>
Submit a bug or feature
Generated: Sat May 29 04:26:35 EDT 2010