ch.odi.justblog.command
Class SimpleSession

java.lang.Object
  extended bych.odi.justblog.command.SimpleSession
All Implemented Interfaces:
ISession

public class SimpleSession
extends java.lang.Object
implements ISession

This is the most simplistic implementation of a session. It uses instance variables to store the values.

Author:
oglueck

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

SimpleSession

public SimpleSession()
Method Detail

setBlog

public void setBlog(Blog blog)
Specified by:
setBlog in interface ISession

getBlog

public Blog getBlog()
Specified by:
getBlog in interface ISession

setEntry

public void setEntry(Entry entry)
Specified by:
setEntry in interface ISession

getEntry

public Entry getEntry()
Specified by:
getEntry in interface ISession


Copyright © 2005 Ortwin Glück. All Rights Reserved.