org.rr0.im.business.event
Interface Employment


public interface Employment
extends Event

Author:
Jérôme Beau
Version: 4 juil. 2003 09:03:31

Method Summary
 ActorgetEmployer()
           
 OccupationgetOccupation()
           

Methods inherited from interface org.rr0.im.business.event.Event
getTitle

Methods inherited from interface org.rr0.im.service.function.classification.Classifiable
getForcedCategory

Methods inherited from interface org.rr0.im.business.event.Endable
getEnd

Methods inherited from interface org.rr0.im.business.event.Timeable
getBegining, getHistory

Methods inherited from interface org.rr0.im.business.event.Durable
getDuration

Methods inherited from interface java.lang.Comparable
compareTo

Method Detail

getEmployer

public Actor getEmployer()
associates <{org.rr0.im.business.actor.Actor}>
supplierRole employer

getOccupation

public Occupation getOccupation()
associates <{org.rr0.im.business.actor.Occupation}>
supplierRole occupation

Association Links

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

Supplier Role employer
associates <{org.rr0.im.business.actor.Actor}>

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

Supplier Role occupation
associates <{org.rr0.im.business.actor.Occupation}>