|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.wfnm.NavigationContextImpl.Ownership
Defines a ownership as a key-ownership pair.
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 |
protected String key
protected int ownership
Constructor Detail |
public NavigationContextImpl.Ownership(String key, int ownership)
key
- the object keyownership
- the object ownershipMethod Detail |
public String getKey()
public int getOwnership()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |