|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jetspeed.om.page.psml.SecurityConstraintsDefImpl
SecurityConstraintsImpl
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 |
private String name
private List constraints
Constructor Detail |
public SecurityConstraintsDefImpl()
Method Detail |
public String getName()
getName
getName
in interface org.apache.jetspeed.om.page.SecurityConstraintsDef
org.apache.jetspeed.om.common.SecurityConstraintsDef#getName()
public void setName(String name)
setName
setName
in interface org.apache.jetspeed.om.page.SecurityConstraintsDef
name
- org.apache.jetspeed.om.common.SecurityConstraintsDef#setName(java.lang.String)
public List getSecurityConstraints()
getSecurityConstraints
getSecurityConstraints
in interface org.apache.jetspeed.om.page.SecurityConstraintsDef
org.apache.jetspeed.om.common.SecurityConstraintsDef#getSecurityConstraints()
public void setSecurityConstraints(List constraints)
setSecurityConstraint
setSecurityConstraints
in interface org.apache.jetspeed.om.page.SecurityConstraintsDef
constraints
- org.apache.jetspeed.om.common.SecurityConstraintsDef#setSecurityConstraints(java.util.List)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |