2.17.2: 2011-06-17

net.sf.basedb.info
Class CommonItemInfo

java.lang.Object
  extended by net.sf.basedb.info.BasicItemInfo
      extended by net.sf.basedb.info.OwnedItemInfo
          extended by net.sf.basedb.info.SharedItemInfo
              extended by 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

Field Summary
private  String description
           
private  String name
           
 
Constructor Summary
CommonItemInfo()
           
 
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
 
Methods inherited from class net.sf.basedb.info.SharedItemInfo
isShared, setShared
 
Methods inherited from class net.sf.basedb.info.OwnedItemInfo
getOwnerId, setOwnerId
 
Methods inherited from class net.sf.basedb.info.BasicItemInfo
getId, getVersion, setId, setVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

private String name

description

private String description
Constructor Detail

CommonItemInfo

public CommonItemInfo()
Method Detail

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.

2.17.2: 2011-06-17