Class BusinessContextConfig


  • public class BusinessContextConfig
    extends java.lang.Object
    Business context is a xml file that contains all information about this context.
    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 Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getContent()
      Gets the content from xml file.
      java.lang.String getId()
      Gets the BusinessContext identifier.
      java.lang.String getName()
      Gets the BusinessContext name.
      void setContent​(java.lang.String content)
      Sets the BusinessContext content.
      void setId​(java.lang.String id)
      Sets the identifier.
      void setName​(java.lang.String name)
      Sets the name.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BusinessContextConfig

        public BusinessContextConfig()
    • Method Detail

      • getId

        public java.lang.String getId()
        Gets the BusinessContext identifier.
        Returns:
        the identifier.
        Since:
        7.0.0
      • setId

        public void setId​(java.lang.String id)
        Sets the identifier.
        Parameters:
        id - BusinessContext identifier.
        Since:
        7.0.0
      • getName

        public java.lang.String getName()
        Gets the BusinessContext name.
        Returns:
        the name.
        Since:
        7.0.0
      • setName

        public void setName​(java.lang.String name)
        Sets the name.
        Parameters:
        name - BusinessContext name.
        Since:
        7.0.0
      • getContent

        public java.lang.String getContent()
        Gets the content from xml file.
        Returns:
        the content.
        Since:
        7.0.0
      • setContent

        public void setContent​(java.lang.String content)
        Sets the BusinessContext content.
        Parameters:
        content - BusinessContext content.
        Since:
        7.0.0