org.rr0.im.business.actor
Class OrganizationImpl

org.rr0.im.business.event.TimeableImpl
  |
  +--org.rr0.im.business.actor.ActorImpl
        |
        +--org.rr0.im.business.actor.GroupImpl
              |
              +--org.rr0.im.business.actor.OrganizationImpl

public class OrganizationImpl
extends GroupImpl
implements Organization

Organization Reference Implementation.

Author:
Jérôme Beau
Version: 3 mai 2003 23:43:36

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

Constructor Summary
OrganizationImpl(Identity identity)
           

Method Summary
 StringgetAcronym()
           

Methods inherited from class org.rr0.im.business.actor.GroupImpl
addMember, getName, isMember, members, removeMember

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

OrganizationImpl

public OrganizationImpl(Identity identity)
Method Detail

getAcronym

public String getAcronym()