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

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

public class SecurityConstraintsDefImpl
extends java.lang.Object
implements SecurityConstraintsDef

SecurityConstraintsDefImpl

Version:
$Id$
Author:
Randy Watler

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

Constructor Detail

SecurityConstraintsDefImpl

public SecurityConstraintsDefImpl()
Method Detail

getName

public java.lang.String getName()
Description copied from interface: SecurityConstraintsDef

getName

Specified by:
getName in interface SecurityConstraintsDef
Returns:
constraints name used by references

setName

public void setName(java.lang.String name)
Description copied from interface: SecurityConstraintsDef

setName

Specified by:
setName in interface SecurityConstraintsDef
Parameters:
name - constraints name used by references

getSecurityConstraints

public java.util.List getSecurityConstraints()
Description copied from interface: SecurityConstraintsDef

getSecurityConstraints

Specified by:
getSecurityConstraints in interface SecurityConstraintsDef
Returns:
security constraints list for resource

setSecurityConstraints

public void setSecurityConstraints(java.util.List constraints)
Description copied from interface: SecurityConstraintsDef

setSecurityConstraints

Specified by:
setSecurityConstraints in interface SecurityConstraintsDef
Parameters:
constraints - security constraints for resource

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object


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