org.inb.biomoby.shared.registry
Class AbstractTypeEntity<T extends AbstractTypeEntity>
java.lang.Object
org.inb.biomoby.shared.registry.AbstractEntity<T>
org.inb.biomoby.shared.registry.AbstractTypeEntity<T>
- All Implemented Interfaces:
- Serializable, Cloneable, Comparable<T>
- Direct Known Subclasses:
- ObjectType, ServiceType
public class AbstractTypeEntity<T extends AbstractTypeEntity>
- extends AbstractEntity<T>
- implements Serializable, Cloneable
Represents Moby Central entity type (either ObjectType or ServiceType)
- 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 |
AbstractTypeEntity
public AbstractTypeEntity()
AbstractTypeEntity
public AbstractTypeEntity(String name)
AbstractTypeEntity
public AbstractTypeEntity(String name,
String authURI)
clone
public AbstractTypeEntity<T> clone()
- Overrides:
clone
in class AbstractEntity<T extends AbstractTypeEntity>
Submit a bug or feature
Generated: Sat May 29 04:26:35 EDT 2010