net.sf.wfnm
Class Page

java.lang.Object
  extended bynet.sf.wfnm.Page
All Implemented Interfaces:
ObjectSetOwner, Serializable

public class Page
extends Object
implements ObjectSetOwner, Serializable

Defines a page as an url and a object set owned.

Version:
1.0.6
Author:
Maurizio Albari
See Also:
Serialized Form

Constructor Summary
Page(String url)
          Creates a new Page object.
 
Method Summary
 Set getOwnedObjectSet()
          Gets the object set owned by this page.
 String getUrl()
          Gets the url of this page.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Page

public Page(String url)
Creates a new Page object.

Parameters:
url - url of this page
Method Detail

getOwnedObjectSet

public Set getOwnedObjectSet()
Gets the object set owned by this page.

Specified by:
getOwnedObjectSet in interface ObjectSetOwner
Returns:
the object set owned by this page

getUrl

public String getUrl()
Gets the url of this page.

Returns:
the url of this page


Copyright © 2004-2005 Maurizio Albari@SourceForge.net. All Rights Reserved.