|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nih.nlm.mms.DefaultSubset
Represents a default initial configuration selected by a user.
Constructor Summary | |
DefaultSubset()
Instantiates an empty DefaultSubset . |
Method Summary | |
protected String |
dump()
Dump for debugging. |
String |
getConfigurationFilename()
Returns the name of the configuration file to use. |
String |
getDescription()
Returns the description of the DefaultSubset . |
String |
getId()
Returns the identifier of the DefaultSubset . |
String |
getName()
Returns the name of the DefaultSubset . |
void |
setConfigurationFilename(String name)
Sets the name of the configuration file to use. |
void |
setDescription(String dsc)
Sets the description of the DefaultSubset . |
void |
setId(String id)
Sets the identifier of the DefaultSubset . |
void |
setName(String name)
Sets the name of the DefaultSubset . |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DefaultSubset()
DefaultSubset
.
Method Detail |
public String getId()
DefaultSubset
.
DefaultSubset
public void setId(String id)
DefaultSubset
.
id
- the identifier of the DefaultSubset
public String getName()
DefaultSubset
.
DefaultSubset
public void setName(String name)
DefaultSubset
.
name
- the name of the DefaultSubset
public String getConfigurationFilename()
public void setConfigurationFilename(String name)
name
- the name of the configuration file to usepublic String getDescription()
DefaultSubset
.
DefaultSubset
public void setDescription(String dsc)
DefaultSubset
.
dsc
- the description of the DefaultSubset
protected String dump()
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |