2.17.2: 2011-06-17

net.sf.basedb.info
Interface NameableInfo

All Known Implementing Classes:
AnnotatedItemInfo, AnnotationTypeInfo, ArrayDesignInfo, BioAssaySetInfo, CommonItemInfo, DataFileTypeInfo, ExperimentInfo, ProjectInfo, RawBioAssayInfo, ReporterListInfo

public interface NameableInfo

Version:
2.5
Author:
Martin

Method Summary
 String getDescription()
          Gets the description of the info object
 String getName()
          Get the name of the info object
 void setDescription(String description)
          Sets the description of an info object.
 void setName(String name)
          Set the info object's name
 

Method Detail

getName

String getName()
Get the name of the info object

Returns:
name A String

setName

void setName(String name)
Set the info object's name

Parameters:
name - The name to set.

getDescription

String getDescription()
Gets the description of the info object

Returns:
description A String.

setDescription

void setDescription(String description)
Sets the description of an info object.

Parameters:
description - The description to set.

2.17.2: 2011-06-17