net.sf.wfnm
Class NavigationContextImpl.Ownership

java.lang.Object
  extended bynet.sf.wfnm.NavigationContextImpl.Ownership
All Implemented Interfaces:
Serializable
Enclosing class:
NavigationContextImpl

protected class NavigationContextImpl.Ownership
extends Object
implements Serializable

Defines a ownership as a key-ownership pair.

Version:
1.0.6
Author:
Maurizio Albari
See Also:
Serialized Form

Field Summary
protected  String key
          The object key.
protected  int ownership
          The object ownership.
 
Constructor Summary
NavigationContextImpl.Ownership(String key, int ownership)
          Creates a new Ownership object.
 
Method Summary
 String getKey()
          The object key.
 int getOwnership()
          Gets the object ownership.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

key

protected String key
The object key.


ownership

protected int ownership
The object ownership.

Constructor Detail

NavigationContextImpl.Ownership

public NavigationContextImpl.Ownership(String key,
                                       int ownership)
Creates a new Ownership object.

Parameters:
key - the object key
ownership - the object ownership
Method Detail

getKey

public String getKey()
The object key.

Returns:
the object key

getOwnership

public int getOwnership()
Gets the object ownership.

Returns:
the object ownership


Copyright © 2004-2005 Maurizio Albari@SourceForge.net. All Rights Reserved.