org.eclipse.stardust.engine.api.runtime
Class Scope
java.lang.Object
org.eclipse.stardust.engine.api.runtime.Scope
- All Implemented Interfaces:
- java.io.Serializable
public abstract class Scope
- extends java.lang.Object
- implements java.io.Serializable
The Scope for a Permission.
- Version:
- $Revision$
- Author:
- Barry.Grotjahn
- See Also:
- Serialized Form
|
Constructor Summary |
Scope(Scope parent,
java.lang.String id)
|
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
Scope
public Scope(Scope parent,
java.lang.String id)
getParent
public Scope getParent()
- Get the parent scope of this scope.
- Returns:
- the parent scope or null.
getId
public java.lang.String getId()
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals in class java.lang.Object
Copyright © 2013 SunGard CSA LLC. All Rights Reserved.