|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.sunwesttek.util.config.ConfigSection
Every section of the configuration needs to extend this class to define application specific configuration parameters. The derived class must meet following requirements:
Method Summary | |
java.lang.String |
getDescription()
Get the description for the config section. |
void |
setDescription(java.lang.String description)
Set the description for the config section. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- Description for the config section
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |