gov.nih.nlm.mms
Class DefaultSubset

java.lang.Object
  extended bygov.nih.nlm.mms.DefaultSubset

public class DefaultSubset
extends Object

Represents a default initial configuration selected by a user.

Author:
Deborah Shapiro, Brian Carlsen

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

DefaultSubset

public DefaultSubset()
Instantiates an empty DefaultSubset.

Method Detail

getId

public String getId()
Returns the identifier of the DefaultSubset.

Returns:
the identifier of the DefaultSubset

setId

public void setId(String id)
Sets the identifier of the DefaultSubset.

Parameters:
id - the identifier of the DefaultSubset

getName

public String getName()
Returns the name of the DefaultSubset.

Returns:
the name of the DefaultSubset

setName

public void setName(String name)
Sets the name of the DefaultSubset.

Parameters:
name - the name of the DefaultSubset

getConfigurationFilename

public String getConfigurationFilename()
Returns the name of the configuration file to use.

Returns:
the name of the configuration file to use

setConfigurationFilename

public void setConfigurationFilename(String name)
Sets the name of the configuration file to use.

Parameters:
name - the name of the configuration file to use

getDescription

public String getDescription()
Returns the description of the DefaultSubset.

Returns:
the description of the DefaultSubset

setDescription

public void setDescription(String dsc)
Sets the description of the DefaultSubset.

Parameters:
dsc - the description of the DefaultSubset

dump

protected String dump()
Dump for debugging.

Returns:
String


Copyright ©2005