Version: 1.1.1

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

java.lang.Object
  extended by 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

Nested Class Summary
static class Relationship.DIRECTION_TYPE
           
static class Relationship.RELATIONSHIP_TYPE
           
 
Constructor Summary
Relationship()
           
 
Method Summary
 void addEntityType(T entityType)
           
 Relationship<T> clone()
           
 List<T> getEntityTypeList()
           
 String getLsid()
           
 Relationship.RELATIONSHIP_TYPE getRelationshipType()
           
 void setLsid(String lsid)
           
 void setRelationshipType(Relationship.RELATIONSHIP_TYPE relationshipType)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Relationship

public Relationship()
Method Detail

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

Version: 1.1.1

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