|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jtheque.core.managers.persistence.context.TemporaryContext
org.jtheque.films.persistence.od.temp.PersonTemporaryContext
public final class PersonTemporaryContext
Temporary context of person.
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 |
---|
public PersonTemporaryContext()
Method Detail |
---|
public int getIntNote()
public void setIntNote(int intNote)
intNote
- The note.public int getCountry()
public void setCountry(int country)
country
- The country id.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |