|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlumis.portal.businesscontext.internal.BusinessContextConfig
public class BusinessContextConfig
Business context is a xml file that contains all information about this context.
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 |
---|
public BusinessContextConfig()
Method Detail |
---|
public String getId()
public void setId(String id)
id
- BusinessContext identifier.public String getName()
public void setName(String name)
name
- BusinessContext name.public String getContent()
public void setContent(String content)
content
- BusinessContext content.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |