org.apache.jetspeed.portlets.security.users
Class SubsiteInfo

java.lang.Object
  extended by org.apache.jetspeed.portlets.security.users.SubsiteInfo
All Implemented Interfaces:
Serializable

public class SubsiteInfo
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
private  String path
           
private  String title
           
 
Constructor Summary
SubsiteInfo(String path, String title)
           
 
Method Summary
 String getPath()
           
 String getTitle()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

title

private String title

path

private String path
Constructor Detail

SubsiteInfo

public SubsiteInfo(String path,
                   String title)
Method Detail

getPath

public String getPath()

getTitle

public String getTitle()


Copyright © 1999-2007 Apache Software Foundation. All Rights Reserved.