org.tolven.ctom.entity
Class AgentRelationship

java.lang.Object
  extended by org.tolven.ctom.entity.AgentRelationship
All Implemented Interfaces:
java.io.Serializable

public class AgentRelationship
extends java.lang.Object
implements java.io.Serializable

Association between compound agent and component agents.

Version:
1.0
See Also:
Serialized Form

Constructor Summary
AgentRelationship()
           
 
Method Summary
 void finalize()
           
 Agent getAgent()
           
 long getId()
           
 void setAgent(Agent agent)
           
 void setId(long id)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AgentRelationship

public AgentRelationship()
Method Detail

finalize

public void finalize()
              throws java.lang.Throwable
Overrides:
finalize in class java.lang.Object
Throws:
java.lang.Throwable

getAgent

public Agent getAgent()

setAgent

public void setAgent(Agent agent)

getId

public long getId()

setId

public void setId(long id)