org.mantisbt.connect.model
Interface IRelationship

All Known Implementing Classes:
Relationship

public interface IRelationship

Author:
Peter Lanser, planser@users.sourceforge.net

Method Summary
 long getId()
           
 long getTargetId()
           
 IMCAttribute getType()
           
 void setTargetId(long targetId)
           
 void setType(IMCAttribute type)
           
 

Method Detail

getId

public long getId()

getTargetId

public long getTargetId()

getType

public IMCAttribute getType()

setTargetId

public void setTargetId(long targetId)

setType

public void setType(IMCAttribute type)