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

Package class diagram package Role
All Superinterfaces:
ModelObject, PersistedModelObject, Serializable
All Known Subinterfaces:
GovernmentMinisterData, GovernmentRole, MonarchData, ParliamentMemberData, ParliamentRole, UserData, UserRole
All Known Implementing Classes:
ParliamentMember, Player, RegisteredUser, User

public interface Role
extends ModelObject, PersistedModelObject

The Interface Role.


Method Summary
Modifier and Type Method and Description
 Actor getActor()
          Gets the actor.
 void setActor(Actor actor)
          Sets the actor.
 
Methods inherited from interface com.hack23.cia.model.api.common.PersistedModelObject
getId, getTypeContext, 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-2010 www.hack23.com. All Rights Reserved.