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

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

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

SecurityConstraintsImpl

Version:
$Id: SecurityConstraintsDefImpl.java 187962 2004-11-19 03:07:43Z taylor $
Author:
Randy Watler

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

Field Detail

name

private String name

constraints

private List constraints
Constructor Detail

SecurityConstraintsDefImpl

public SecurityConstraintsDefImpl()
Method Detail

getName

public String getName()

getName

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

setName

public void setName(String name)

setName

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

getSecurityConstraints

public List getSecurityConstraints()

getSecurityConstraints

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

setSecurityConstraints

public void setSecurityConstraints(List constraints)

setSecurityConstraint

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


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