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

java.lang.Object
  extended by org.apache.jetspeed.om.page.impl.BaseSecurityConstraintsRef
Direct Known Subclasses:
FolderSecurityConstraintsRef, FragmentSecurityConstraintsRef, LinkSecurityConstraintsRef, PageSecurityConstraintsRef, PageSecurityGlobalSecurityConstraintsRef

public class BaseSecurityConstraintsRef
extends Object

BaseSecurityConstraintsRef

Version:
$Id$
Author:
Randy Watler

Field Summary
private  int applyOrder
           
private  int id
           
private  String name
           
 
Constructor Summary
BaseSecurityConstraintsRef()
           
 
Method Summary
 boolean equals(Object o)
           
 int getApplyOrder()
          getApplyOrder
 String getName()
          getName
 int hashCode()
           
 void setApplyOrder(int order)
          setApplyOrder
 void setName(String name)
          setName
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

private int id

applyOrder

private int applyOrder

name

private String name
Constructor Detail

BaseSecurityConstraintsRef

public BaseSecurityConstraintsRef()
Method Detail

getApplyOrder

public int getApplyOrder()
getApplyOrder

Returns:
apply order for constraints

setApplyOrder

public void setApplyOrder(int order)
setApplyOrder

Parameters:
order - apply order for constraints

getName

public String getName()
getName

Returns:
name of referenced constraint

setName

public void setName(String name)
setName

Parameters:
name - name of referenced constraint

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.