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

Package class diagram package ActorRoleResourceContainer
All Superinterfaces:
ModelObject, PersistedModelObject, Serializable

public interface ActorRoleResourceContainer
extends ModelObject, PersistedModelObject

The Interface ActorRoleResourceContainer.


Method Summary
Modifier and Type Method and Description
 Actor getActor()
          Gets the actor.
 Set<Resource> getResources()
          Gets the resources.
 Role getRole()
          Gets the role.
 
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

getRole

Role getRole()
Gets the role.

Returns:
the role

getResources

Set<Resource> getResources()
Gets the resources.

Returns:
the resources


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