org.apache.jetspeed.services.forward.configuration.impl
Class PageImpl
java.lang.Object
org.apache.jetspeed.services.forward.configuration.impl.PageImpl
- All Implemented Interfaces:
- Page, java.io.Serializable
- public class PageImpl
- extends java.lang.Object
- implements Page, java.io.Serializable
Page Implementation for Forward
- Version:
- $Id: PageImpl.java,v 1.2 2004/02/23 03:50:10 jford Exp $
- Author:
- David Sean Taylor
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PageImpl
public PageImpl()
getName
public java.lang.String getName()
- Specified by:
getName
in interface Page
setName
public void setName(java.lang.String name)
getUser
public java.lang.String getUser()
- Specified by:
getUser
in interface Page
setUser
public void setUser(java.lang.String user)
getRole
public java.lang.String getRole()
- Specified by:
getRole
in interface Page
setRole
public void setRole(java.lang.String role)
getGroup
public java.lang.String getGroup()
- Specified by:
getGroup
in interface Page
setGroup
public void setGroup(java.lang.String group)
Copyright © 2000-2005 Apache Software Foundation. All Rights Reserved.