net.sf.basedb.info
Class CommonItemInfo
java.lang.Object
net.sf.basedb.info.BasicItemInfo
net.sf.basedb.info.OwnedItemInfo
net.sf.basedb.info.SharedItemInfo
net.sf.basedb.info.CommonItemInfo
- All Implemented Interfaces:
- NameableInfo, Transferable
- Direct Known Subclasses:
- AnnotatedItemInfo, AnnotationTypeInfo, ExperimentInfo, ReporterListInfo
public abstract class CommonItemInfo
- extends SharedItemInfo
- implements NameableInfo
- Version:
- 2.5
- Author:
- Martin
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
private String name
description
private String description
CommonItemInfo
public CommonItemInfo()
setName
public void setName(String name)
- Description copied from interface:
NameableInfo
- Set the info object's name
- Specified by:
setName
in interface NameableInfo
- Parameters:
name
- The name to set.
getName
public String getName()
- Description copied from interface:
NameableInfo
- Get the name of the info object
- Specified by:
getName
in interface NameableInfo
- Returns:
- Returns the name.
setDescription
public void setDescription(String description)
- Description copied from interface:
NameableInfo
- Sets the description of an info object.
- Specified by:
setDescription
in interface NameableInfo
- Parameters:
description
- The description to set.
getDescription
public String getDescription()
- Description copied from interface:
NameableInfo
- Gets the description of the info object
- Specified by:
getDescription
in interface NameableInfo
- Returns:
- Returns the description.