@Deprecated public class BioAssaySetInfo extends BasicItemInfo implements NameableInfo, java.io.Serializable
BioAssaySet
,
Serialized FormModifier and Type | Field and Description |
---|---|
private java.lang.String |
description
Deprecated.
|
private java.lang.String |
name
Deprecated.
|
private int |
numReporters
Deprecated.
|
private int |
numSpots
Deprecated.
|
private static long |
serialVersionUID
Deprecated.
|
Constructor and Description |
---|
BioAssaySetInfo()
Deprecated.
Creates a new empty info object
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Deprecated.
Gets the description of the info object
|
java.lang.String |
getName()
Deprecated.
Get the name of the info object
|
int |
getNumReporters()
Deprecated.
|
int |
getNumSpots()
Deprecated.
|
void |
setDescription(java.lang.String description)
Deprecated.
Sets the description of an info object.
|
void |
setName(java.lang.String name)
Deprecated.
Set the info object's name
|
void |
setNumReporters(int numReporters)
Deprecated.
|
void |
setNumSpots(int numSpots)
Deprecated.
|
getId, getVersion, setId, setVersion
private static final long serialVersionUID
private java.lang.String name
private java.lang.String description
private int numReporters
private int numSpots
public BioAssaySetInfo()
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 java.lang.String getDescription()
NameableInfo
getDescription
in interface NameableInfo
public java.lang.String getName()
NameableInfo
getName
in interface NameableInfo
public void setDescription(java.lang.String description)
NameableInfo
setDescription
in interface NameableInfo
description
- The description to set.public void setName(java.lang.String name)
NameableInfo
setName
in interface NameableInfo
name
- The name to set.