org.apache.jetspeed.om.common
Interface SecurityRoleRefComposite

All Superinterfaces:
org.apache.pluto.om.Controller, org.apache.pluto.om.Model, org.apache.pluto.om.common.SecurityRoleRef, org.apache.pluto.om.common.SecurityRoleRefCtrl, Serializable

public interface SecurityRoleRefComposite
extends org.apache.pluto.om.common.SecurityRoleRef, org.apache.pluto.om.common.SecurityRoleRefCtrl, Serializable

SecurityRoleRefComposite

Version:
$Id: SecurityRoleRefComposite.java 187473 2004-09-15 20:05:06Z jford $
Author:
Scott T. Weaver

Method Summary
 void addDescription(org.apache.pluto.om.common.Description description)
           
 void addDescription(Locale locale, String description)
           
 org.apache.pluto.om.common.DescriptionSet getDescriptionSet()
           
 void setDescriptionSet(org.apache.pluto.om.common.DescriptionSet descriptions)
           
 
Methods inherited from interface org.apache.pluto.om.common.SecurityRoleRef
getDescription, getRoleLink, getRoleName
 
Methods inherited from interface org.apache.pluto.om.common.SecurityRoleRefCtrl
setDescription, setRoleLink, setRoleName
 

Method Detail

addDescription

public void addDescription(org.apache.pluto.om.common.Description description)

addDescription

public void addDescription(Locale locale,
                           String description)

setDescriptionSet

public void setDescriptionSet(org.apache.pluto.om.common.DescriptionSet descriptions)

getDescriptionSet

public org.apache.pluto.om.common.DescriptionSet getDescriptionSet()


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