Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

ru.gammalabs.ice.presentation.web
Class PageState  view PageState download PageState.java

java.lang.Object
  extended byru.gammalabs.ice.presentation.web.PageState

public class PageState
extends java.lang.Object

Represents page state in Backoffice state model.


Field Summary
private  java.lang.String url
          Current url for specified page.
 
Constructor Summary
PageState()
           
 
Method Summary
 java.lang.String getUrl()
          Get url for this page.
 void setUrl(java.lang.String url)
          Set url for this page.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

url

private java.lang.String url
Current url for specified page.

Constructor Detail

PageState

public PageState()
Method Detail

getUrl

public java.lang.String getUrl()
Get url for this page.


setUrl

public void setUrl(java.lang.String url)
Set url for this page.