Class BusinessContextUsage


  • public class BusinessContextUsage
    extends java.lang.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, java.lang.String contextId)
      Create a new instance.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.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,
                                    java.lang.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 java.lang.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