org.eclipse.stardust.engine.api.runtime
Class Scope
java.lang.Object
org.eclipse.stardust.engine.api.runtime.Scope
- All Implemented Interfaces:
- Serializable
public abstract class Scope
- extends Object
- implements Serializable
The Scope for a Permission.
- Version:
- $Revision$
- Author:
- Barry.Grotjahn
- See Also:
- Serialized Form
Scope
public Scope(Scope parent,
String id)
getParent
public Scope getParent()
- Get the parent scope of this scope.
- Returns:
- the parent scope or null.
getId
public String getId()
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
Copyright © 2017 Eclipse Stardust. All Rights Reserved.