to.etc.domui.state
Class ShelvedEntry

java.lang.Object
  extended by to.etc.domui.state.ShelvedEntry

public class ShelvedEntry
extends java.lang.Object

A single entry in the breadcrumb trail. This contains the shelved page instance.

Author:
Frits Jalvingh Created on Jun 22, 2008

Constructor Summary
ShelvedEntry(Page page)
           
 
Method Summary
 Page getPage()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShelvedEntry

public ShelvedEntry(Page page)
Method Detail

getPage

public Page getPage()