org.inb.biomoby.shared.registry
Class Relationship<T extends AbstractTypeEntity>
java.lang.Object
org.inb.biomoby.shared.registry.Relationship<T>
- All Implemented Interfaces:
- Serializable, Cloneable
public class Relationship<T extends AbstractTypeEntity>
- extends Object
- implements Serializable, Cloneable
- Author:
- Dmitry Repchevsky
- See Also:
- Serialized Form
Relationship
public Relationship()
getRelationshipType
public Relationship.RELATIONSHIP_TYPE getRelationshipType()
setRelationshipType
public void setRelationshipType(Relationship.RELATIONSHIP_TYPE relationshipType)
addEntityType
public void addEntityType(T entityType)
getEntityTypeList
public List<T> getEntityTypeList()
getLsid
public String getLsid()
setLsid
public void setLsid(String lsid)
clone
public Relationship<T> clone()
- Overrides:
clone
in class Object
Submit a bug or feature
Generated: Sat May 29 04:26:35 EDT 2010