Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.6)

E22562-05

oracle.apps.fnd.applcore.common.security
Interface LwsSessionAttribute

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ApplSessionAttribute

public interface LwsSessionAttribute
extends java.io.Serializable

All classes in this package are private and intended for applcore use only.


Method Summary
 java.lang.String getName()
          Fetch the name of this session attribute
 LwsSessionNamespace getParentNamespace()
          Fetch the handle to the LwsSessionNamespace that owns this attribute
 java.lang.String getValue()
          Fetch the value of this session attribute
 void setValue(java.lang.String newValue)
          Set the value of this attribute to the specified value
 

Method Detail

getName

java.lang.String getName()
Fetch the name of this session attribute

Returns:
the name of the attribute as a String

getValue

java.lang.String getValue()
Fetch the value of this session attribute

Returns:
the value of the attribute as a String

setValue

void setValue(java.lang.String newValue)
Set the value of this attribute to the specified value

Parameters:
newValue - the new value for this attribute

getParentNamespace

LwsSessionNamespace getParentNamespace()
Fetch the handle to the LwsSessionNamespace that owns this attribute

Returns:
the LwsSessionNamespace that owns this attribute

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.6)

E22562-05

Copyright © 2012 Oracle. All Rights Reserved.