org.jtheque.films.persistence.od.temp
Class PersonTemporaryContext

java.lang.Object
  extended by org.jtheque.core.managers.persistence.context.TemporaryContext
      extended by org.jtheque.films.persistence.od.temp.PersonTemporaryContext

public final class PersonTemporaryContext
extends org.jtheque.core.managers.persistence.context.TemporaryContext

Temporary context of person.

Author:
Baptiste Wicht

Constructor Summary
PersonTemporaryContext()
           
 
Method Summary
 int getCountry()
          Return the country id.
 int getIntNote()
          Return the note.
 void setCountry(int country)
          Sets the temporary country id.
 void setIntNote(int intNote)
          Sets the note.
 
Methods inherited from class org.jtheque.core.managers.persistence.context.TemporaryContext
getId, setId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PersonTemporaryContext

public PersonTemporaryContext()
Method Detail

getIntNote

public int getIntNote()
Return the note.

Returns:
The note.

setIntNote

public void setIntNote(int intNote)
Sets the note.

Parameters:
intNote - The note.

getCountry

public int getCountry()
Return the country id.

Returns:
The country id.

setCountry

public void setCountry(int country)
Sets the temporary country id.

Parameters:
country - The country id.


Copyright © 2009 JTheque. All Rights Reserved.