net.sourceforge.blogentis.modules.screens
Class UserIndex.BlogRole

java.lang.Object
  extended bynet.sourceforge.blogentis.modules.screens.UserIndex.BlogRole
Enclosing class:
UserIndex

public static class UserIndex.BlogRole
extends java.lang.Object


Field Summary
 StoredBlog blog
           
 org.apache.turbine.om.security.Role role
           
 
Constructor Summary
(package private) UserIndex.BlogRole(StoredBlog b, org.apache.turbine.om.security.Role role)
           
 
Method Summary
 StoredBlog getBlog()
           
 org.apache.turbine.om.security.Role getRole()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

blog

public StoredBlog blog

role

public org.apache.turbine.om.security.Role role
Constructor Detail

UserIndex.BlogRole

UserIndex.BlogRole(StoredBlog b,
                   org.apache.turbine.om.security.Role role)
Method Detail

getRole

public org.apache.turbine.om.security.Role getRole()

getBlog

public StoredBlog getBlog()


Copyright © 2003-2004 SourceForge.net. All Rights Reserved.