lumis.portal.businesscontext.internal
Class BusinessContextUsage

Package class diagram package BusinessContextUsage
java.lang.Object
  extended by lumis.portal.businesscontext.internal.BusinessContextUsage

public class BusinessContextUsage
extends Object

Business context usage.

Since:
7.0.0

Constructor Summary
BusinessContextUsage(boolean inherited, String contextId)
          Create a new instance.
 
Method Summary
 String getContextId()
          Returns the context identifier.
 boolean isInherited()
          Returns whether the context is inherited.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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


Lumisportal  7.0.0.121130 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.