org.apache.pluto.descriptors.portlet
Class SecurityConstraintDD

java.lang.Object
  extended byorg.apache.pluto.descriptors.portlet.SecurityConstraintDD

public class SecurityConstraintDD
extends java.lang.Object


Constructor Summary
SecurityConstraintDD()
           
 
Method Summary
 java.util.List getDisplayNames()
           
 PortletCollectionDD getPortletCollection()
           
 UserDataConstraintDD getUserDataConstraint()
           
 void setDisplayNames(java.util.List displayNames)
           
 void setPortletCollection(PortletCollectionDD portletCollection)
           
 void setUserDataConstraint(UserDataConstraintDD userDataConstraint)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecurityConstraintDD

public SecurityConstraintDD()
Method Detail

getDisplayNames

public java.util.List getDisplayNames()

setDisplayNames

public void setDisplayNames(java.util.List displayNames)

getPortletCollection

public PortletCollectionDD getPortletCollection()

setPortletCollection

public void setPortletCollection(PortletCollectionDD portletCollection)

getUserDataConstraint

public UserDataConstraintDD getUserDataConstraint()

setUserDataConstraint

public void setUserDataConstraint(UserDataConstraintDD userDataConstraint)


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