ch.odi.justblog.command
Interface ISession

All Known Implementing Classes:
SimpleSession

public interface ISession

A session encapsulates all state that is established between the user and the application.

Author:
oglueck

Method Summary
 Blog getBlog()
           
 Entry getEntry()
           
 void setBlog(Blog blog)
           
 void setEntry(Entry entry)
           
 

Method Detail

setBlog

public void setBlog(Blog blog)

getBlog

public Blog getBlog()

setEntry

public void setEntry(Entry entry)

getEntry

public Entry getEntry()


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