org.apache.jetspeed.om.page.psml
Class SecurityConstraintsDefImpl

java.lang.Object
  extended by org.apache.jetspeed.om.page.psml.SecurityConstraintsDefImpl
All Implemented Interfaces:
SecurityConstraintsDef

public class SecurityConstraintsDefImpl
extends java.lang.Object
implements SecurityConstraintsDef

SecurityConstraintsImpl

Version:
$Id: SecurityConstraintsDefImpl.java 516448 2007-03-09 16:25:47Z ate $
Author:
Randy Watler

Constructor Summary
SecurityConstraintsDefImpl()
           
 
Method Summary
 java.lang.String getName()
           getName
 java.util.List getSecurityConstraints()
           getSecurityConstraints
 void setName(java.lang.String name)
           setName
 void setSecurityConstraints(java.util.List constraints)
           setSecurityConstraint
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecurityConstraintsDefImpl

public SecurityConstraintsDefImpl()
Method Detail

getName

public java.lang.String getName()

getName

Specified by:
getName in interface SecurityConstraintsDef
Returns:
See Also:
org.apache.jetspeed.om.common.SecurityConstraintsDef#getName()

setName

public void setName(java.lang.String name)

setName

Specified by:
setName in interface SecurityConstraintsDef
Parameters:
name -
See Also:
org.apache.jetspeed.om.common.SecurityConstraintsDef#setName(java.lang.String)

getSecurityConstraints

public java.util.List getSecurityConstraints()

getSecurityConstraints

Specified by:
getSecurityConstraints in interface SecurityConstraintsDef
Returns:
See Also:
org.apache.jetspeed.om.common.SecurityConstraintsDef#getSecurityConstraints()

setSecurityConstraints

public void setSecurityConstraints(java.util.List constraints)

setSecurityConstraint

Specified by:
setSecurityConstraints in interface SecurityConstraintsDef
Parameters:
constraints -
See Also:
org.apache.jetspeed.om.common.SecurityConstraintsDef#setSecurityConstraints(java.util.List)


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