|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectch.odi.justblog.command.SimpleSession
This is the most simplistic implementation of a session. It uses instance variables to store the values.
Constructor Summary | |
SimpleSession()
|
Method Summary | |
Blog |
getBlog()
|
Entry |
getEntry()
|
void |
setBlog(Blog blog)
|
void |
setEntry(Entry entry)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SimpleSession()
Method Detail |
public void setBlog(Blog blog)
setBlog
in interface ISession
public Blog getBlog()
getBlog
in interface ISession
public void setEntry(Entry entry)
setEntry
in interface ISession
public Entry getEntry()
getEntry
in interface ISession
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |