org.jtheque.films.view.impl.models.able
Interface IActorsModel

All Superinterfaces:
org.jtheque.core.managers.persistence.able.DataListener, EventListener, org.jtheque.core.managers.view.able.components.IModel, org.jtheque.primary.view.impl.models.able.IPrincipalDataModel<org.jtheque.primary.od.able.Person>
All Known Implementing Classes:
ActorsModel

public interface IActorsModel
extends org.jtheque.primary.view.impl.models.able.IPrincipalDataModel<org.jtheque.primary.od.able.Person>

Author:
Baptiste Wicht

Method Summary
 org.jtheque.primary.od.able.Person getCurrentActor()
          Return the current actor.
 void setCurrentActor(org.jtheque.primary.od.able.Person actor)
          Set the current actor.
 
Methods inherited from interface org.jtheque.primary.view.impl.models.able.IPrincipalDataModel
addCurrentObjectListener, addDisplayListListener, getDisplayList, updateDisplayList
 
Methods inherited from interface org.jtheque.core.managers.persistence.able.DataListener
dataChanged
 

Method Detail

getCurrentActor

org.jtheque.primary.od.able.Person getCurrentActor()
Return the current actor.

Returns:
The current actor.

setCurrentActor

void setCurrentActor(org.jtheque.primary.od.able.Person actor)
Set the current actor.

Parameters:
actor - The new current actor to set.


Copyright © 2010 JTheque. All Rights Reserved.