com.hack23.cia.model.common.api
Interface Role

Package class diagram package Role
All Superinterfaces:
ModelObject, PersistedModelObject, Serializable
All Known Subinterfaces:
ParliamentRole, Politician, UserRole
All Known Implementing Classes:
ParliamentMember, Player, RegisteredUser, User

public interface Role
extends ModelObject, PersistedModelObject

The Interface Role.


Method Summary
 Actor getActor()
          Gets the actor.
 void setActor(Actor actor)
          Sets the actor.
 
Methods inherited from interface com.hack23.cia.model.common.api.PersistedModelObject
getId, getVersion, isNew, setId, setVersion
 

Method Detail

getActor

Actor getActor()
Gets the actor.

Returns:
the actor

setActor

void setActor(Actor actor)
Sets the actor.

Parameters:
actor - the new actor


Copyright © 2008-2009 www.hack23.com. All Rights Reserved.