org.apache.pluto.descriptors.portlet
Class SecurityConstraintDD

java.lang.Object
  extended by org.apache.pluto.descriptors.portlet.SecurityConstraintDD

public class SecurityConstraintDD
extends java.lang.Object


Constructor Summary
SecurityConstraintDD()
           
 
Method Summary
 java.lang.String getDisplayName()
           
 PortletCollectionDD getPortletCollection()
           
 UserDataConstraintDD getUserDataConstraint()
           
 void setDisplayName(java.lang.String displayName)
           
 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

getDisplayName

public java.lang.String getDisplayName()

setDisplayName

public void setDisplayName(java.lang.String displayName)

getPortletCollection

public PortletCollectionDD getPortletCollection()

setPortletCollection

public void setPortletCollection(PortletCollectionDD portletCollection)

getUserDataConstraint

public UserDataConstraintDD getUserDataConstraint()

setUserDataConstraint

public void setUserDataConstraint(UserDataConstraintDD userDataConstraint)


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