|
2.17.2: 2011-06-17 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.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 FormField 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 NameableInfo
public String getName()
NameableInfo
getName
in interface NameableInfo
public void setDescription(String description)
NameableInfo
setDescription
in interface NameableInfo
description
- The description to set.public void setName(String name)
NameableInfo
setName
in interface NameableInfo
name
- The name to set.
|
2.17.2: 2011-06-17 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |