lumis.portal.businesscontext.internal
Class BusinessContextConfig

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

public class BusinessContextConfig
extends Object

Business context is a xml file that contains all information about this context.

Since:
7.0.0

Constructor Summary
BusinessContextConfig()
           
 
Method Summary
 String getContent()
          Gets the content from xml file.
 String getId()
          Gets the BusinessContext identifier.
 String getName()
          Gets the BusinessContext name.
 void setContent(String content)
          Sets the BusinessContext content.
 void setId(String id)
          Sets the identifier.
 void setName(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 String getId()
Gets the BusinessContext identifier.

Returns:
the identifier.
Since:
7.0.0

setId

public void setId(String id)
Sets the identifier.

Parameters:
id - BusinessContext identifier.
Since:
7.0.0

getName

public String getName()
Gets the BusinessContext name.

Returns:
the name.
Since:
7.0.0

setName

public void setName(String name)
Sets the name.

Parameters:
name - BusinessContext name.
Since:
7.0.0

getContent

public String getContent()
Gets the content from xml file.

Returns:
the content.
Since:
7.0.0

setContent

public void setContent(String content)
Sets the BusinessContext content.

Parameters:
content - BusinessContext content.
Since:
7.0.0


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