Class BusinessContextUsage
- java.lang.Object
-
- lumis.portal.businesscontext.internal.BusinessContextUsage
-
public class BusinessContextUsage extends Object
Business context usage.- Since:
- 7.0.0
- Version:
- $Revision: 15055 $ $Date: 2012-11-29 18:48:37 -0200 (Thu, 29 Nov 2012) $
-
-
Constructor Summary
Constructors Constructor Description BusinessContextUsage(boolean inherited, String contextId)
Create a new instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getContextId()
Returns the context identifier.boolean
isInherited()
Returns whether the context is inherited.
-
-
-
Constructor Detail
-
BusinessContextUsage
public BusinessContextUsage(boolean inherited, String contextId)
Create a new instance.- Parameters:
inherited
- indicates whether the context is inherited.contextId
- the context identifier.- Since:
- 7.0.0
-
-
Method Detail
-
getContextId
public String getContextId()
Returns the context identifier.- Returns:
- the context identifier.
- Since:
- 7.0.0
-
isInherited
public boolean isInherited()
Returns whether the context is inherited.- Returns:
- whether the context is inherited.
- Since:
- 7.0.0
-
-