Methods Summary |
---|
final Container | _getContainerInternal()
return container;
|
final void | clearContext()
context = null;
|
protected final Container | getContainer()Container needs to be accessed from generated code as well
as from other classes in this package. Rather than having one
public method, we have a protected one that is used from generated
code and a package-private one used within other container classes.
return container;
|
final SessionContextImpl | getContext()
return context;
|
final java.lang.Object | getKey()
return primaryKey;
|
public long | getSfsbClientVersion()
return this.sfsbClientVersion;
|
final boolean | isRemoved()
return removed;
|
final void | setContainer(Container container)
this.container = (BaseContainer)container;
|
final void | setContext(SessionContextImpl ctx)
context = ctx;
|
final void | setKey(java.lang.Object key)
primaryKey = key;
|
final void | setRemoved(boolean r)
removed = r;
|
public void | setSfsbClientVersion(long sfsbClientVersion)
this.sfsbClientVersion = sfsbClientVersion;
|