Package lumis.portal.businesscontext
Interface IBusinessContextProperty
-
- All Known Implementing Classes:
BusinessContextProperty
public interface IBusinessContextProperty
Provides operations to access the business context properties.- Since:
- 7.0.0
- Version:
- $Revision: 15055 $ $Date: 2012-11-29 18:48:37 -0200 (Thu, 29 Nov 2012) $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getId()
Returns property id.String
getName()
Returns property name.IBusinessContextValueProvider
getValueProvider()
Returns the property value.
-
-
-
Method Detail
-
getId
String getId()
Returns property id.- Returns:
- the id.
- Since:
- 7.0.0
-
getName
String getName()
Returns property name.- Returns:
- the name
- Since:
- 7.0.0
-
getValueProvider
IBusinessContextValueProvider getValueProvider()
Returns the property value.- Returns:
- the property value
- Since:
- 7.0.0
-
-