2.17.2: 2011-06-17

net.sf.basedb.info
Class BioAssaySetInfo

java.lang.Object
  extended by net.sf.basedb.info.BasicItemInfo
      extended by net.sf.basedb.info.BioAssaySetInfo
All Implemented Interfaces:
Serializable, NameableInfo, Transferable

public class BioAssaySetInfo
extends BasicItemInfo
implements NameableInfo, Serializable

Information class for bioassay set in BASE This class holds information that are useful when working with a bioassay set over Web Services.

Version:
2.5
Author:
Martin
See Also:
BioAssaySet, Serialized Form

Field Summary
private  String description
           
private  String name
           
private  int numReporters
           
private  int numSpots
           
private static long serialVersionUID
           
 
Constructor Summary
BioAssaySetInfo()
          Creates a new empty info object
 
Method Summary
 String getDescription()
          Gets the description of the info object
 String getName()
          Get the name of the info object
 int getNumReporters()
           
 int getNumSpots()
           
 void setDescription(String description)
          Sets the description of an info object.
 void setName(String name)
          Set the info object's name
 void setNumReporters(int numReporters)
           
 void setNumSpots(int numSpots)
           
 
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

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

name

private String name

description

private String description

numReporters

private int numReporters

numSpots

private int numSpots
Constructor Detail

BioAssaySetInfo

public BioAssaySetInfo()
Creates a new empty info object

Method Detail

setNumReporters

public void setNumReporters(int numReporters)
Parameters:
numReporters - The numReporters to set.

getNumReporters

public int getNumReporters()
Returns:
Returns the numReporters.

setNumSpots

public void setNumSpots(int numSpots)
Parameters:
numSpots - The numSpots to set.

getNumSpots

public int getNumSpots()
Returns:
Returns the numSpots.

getDescription

public String getDescription()
Description copied from interface: NameableInfo
Gets the description of the info object

Specified by:
getDescription in interface NameableInfo
Returns:
description A String.

getName

public String getName()
Description copied from interface: NameableInfo
Get the name of the info object

Specified by:
getName in interface NameableInfo
Returns:
name A String

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.

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.

2.17.2: 2011-06-17