|
3.1.1: 2012-03-29 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sf.basedb.info.BasicItemInfo
net.sf.basedb.info.BioAssaySetInfo
public class BioAssaySetInfo
Information class for bioassay set in BASE This class holds information that are useful when working with a bioassay set over Web Services.
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 |
|---|
private static final long serialVersionUID
private String name
private String description
private int numReporters
private int numSpots
| Constructor Detail |
|---|
public BioAssaySetInfo()
| Method Detail |
|---|
public void setNumReporters(int numReporters)
numReporters - The numReporters to set.public int getNumReporters()
public void setNumSpots(int numSpots)
numSpots - The numSpots to set.public int getNumSpots()
public String getDescription()
NameableInfo
getDescription in interface NameableInfopublic String getName()
NameableInfo
getName in interface NameableInfopublic void setDescription(String description)
NameableInfo
setDescription in interface NameableInfodescription - The description to set.public void setName(String name)
NameableInfo
setName in interface NameableInfoname - The name to set.
|
3.1.1: 2012-03-29 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||