org.rr0.im.business.event
Class RelationshipImpl

org.rr0.im.business.event.TimeableImpl
  |
  +--org.rr0.im.business.event.EventImpl
        |
        +--org.rr0.im.business.event.RelationshipImpl
Direct Known Subclasses:
InterviewSessionImpl, QuestionImpl

public class RelationshipImpl
extends EventImpl
implements Relationship

Author:
Jerôme Beau
Version: 17 avr. 2004 15:28:29

Field Summary
 private Actorobject
           
 private Actorsubject
           

Fields inherited from class org.rr0.im.business.event.TimeableImpl
history

Constructor Summary
RelationshipImpl(String name)
           
RelationshipImpl(String title, Moment startDate)
           

Method Summary
 ActorgetObject()
           
 ActorgetSubject()
           
 voidsetObject(Actor object)
           
 voidsetSubject(Actor subject)
           

Methods inherited from class org.rr0.im.business.event.EventImpl
getForcedCategory

Methods inherited from class org.rr0.im.business.event.TimeableImpl
compareTo, equals, getBegining, getDuration, getEnd, getHistory, getTitle, hashCode, setEndMoment, setTitle

Field Detail

object

private Actor object

subject

private Actor subject
Constructor Detail

RelationshipImpl

public RelationshipImpl(String name)

RelationshipImpl

public RelationshipImpl(String title, Moment startDate)
Method Detail

getObject

public Actor getObject()

getSubject

public Actor getSubject()

setObject

public void setObject(Actor object)

setSubject

public void setSubject(Actor subject)

Association Links

to Class org.rr0.im.business.actor.Actor

to Class org.rr0.im.business.actor.Actor