org.eclipse.stardust.engine.api.runtime
Class Scope

java.lang.Object
  extended by 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

Constructor Summary
Scope(Scope parent, String id)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getId()
           
 Scope getParent()
          Get the parent scope of this scope.
 int hashCode()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Scope

public Scope(Scope parent,
             String id)
Method Detail

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.