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

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

public class SecurityConstraintsDefImpl
extends Object
implements org.apache.jetspeed.om.page.SecurityConstraintsDef

SecurityConstraintsDefImpl

Version:
$Id$
Author:
Randy Watler

Field Summary
private  List constraintDefs
           
private  int id
           
private  String name
           
private  SecurityConstraintDefList securityConstraintDefs
           
 
Constructor Summary
SecurityConstraintsDefImpl()
           
 
Method Summary
(package private)  List accessConstraintDefs()
          accessConstraintDefs Access mutable persistent collection member for List wrappers.
 boolean equals(Object o)
           
 String getName()
           
 List getSecurityConstraints()
           
 int hashCode()
           
 void setName(String name)
           
 void setSecurityConstraints(List constraints)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

private int id

name

private String name

constraintDefs

private List constraintDefs

securityConstraintDefs

private SecurityConstraintDefList securityConstraintDefs
Constructor Detail

SecurityConstraintsDefImpl

public SecurityConstraintsDefImpl()
Method Detail

accessConstraintDefs

List accessConstraintDefs()
accessConstraintDefs Access mutable persistent collection member for List wrappers.

Returns:
persistent collection

getName

public String getName()
Specified by:
getName in interface org.apache.jetspeed.om.page.SecurityConstraintsDef

setName

public void setName(String name)
Specified by:
setName in interface org.apache.jetspeed.om.page.SecurityConstraintsDef

getSecurityConstraints

public List getSecurityConstraints()
Specified by:
getSecurityConstraints in interface org.apache.jetspeed.om.page.SecurityConstraintsDef

setSecurityConstraints

public void setSecurityConstraints(List constraints)
Specified by:
setSecurityConstraints in interface org.apache.jetspeed.om.page.SecurityConstraintsDef

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


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