Version: 1.1.1

org.inb.biomoby.shared.registry
Class AbstractTypeEntity<T extends AbstractTypeEntity>

java.lang.Object
  extended by org.inb.biomoby.shared.registry.AbstractEntity<T>
      extended by 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

Constructor Summary
AbstractTypeEntity()
           
AbstractTypeEntity(String name)
           
AbstractTypeEntity(String name, String authURI)
           
 
Method Summary
 AbstractTypeEntity<T> clone()
           
 
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

AbstractTypeEntity

public AbstractTypeEntity()

AbstractTypeEntity

public AbstractTypeEntity(String name)

AbstractTypeEntity

public AbstractTypeEntity(String name,
                          String authURI)
Method Detail

clone

public AbstractTypeEntity<T> clone()
Overrides:
clone in class AbstractEntity<T extends AbstractTypeEntity>

Version: 1.1.1

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