org.rr0.im.business.actor
Class HumanBeingImpl

org.rr0.im.business.event.TimeableImpl
  |
  +--org.rr0.im.business.actor.ActorImpl
        |
        +--org.rr0.im.business.actor.BeingImpl
              |
              +--org.rr0.im.business.actor.HumanBeingImpl

public class HumanBeingImpl
extends BeingImpl
implements HumanBeing

Human being Reference Implementation.

Author:
Jérôme Beau
Version: 21 avr. 2003 15:44:21

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

Constructor Summary
HumanBeingImpl(Identity identity)
           

Methods inherited from class org.rr0.im.business.actor.BeingImpl
getHeight, getWeight

Methods inherited from class org.rr0.im.business.actor.ActorImpl
addIdentity, getForcedCategory, getIdentities

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

Constructor Detail

HumanBeingImpl

public HumanBeingImpl(Identity identity)