@Deprecated public class RawBioAssayInfo extends AnnotatedItemInfo implements Serializable
RawBioAssay
in BASE.
This class only holds simple objects that can
be handled by web services.Modifier and Type | Field and Description |
---|---|
private int |
arrayDesignId
Deprecated.
|
private int |
platformId
Deprecated.
|
private String |
rawDataTypeId
Deprecated.
|
private static long |
serialVersionUID
Deprecated.
|
Constructor and Description |
---|
RawBioAssayInfo()
Deprecated.
Creates information object with
no properties set.
|
Modifier and Type | Method and Description |
---|---|
int |
getArrayDesignId()
Deprecated.
|
int |
getPlatformId()
Deprecated.
|
String |
getRawDataTypeId()
Deprecated.
|
void |
setArrayDesignId(int arrayDesignId)
Deprecated.
|
void |
setPlatformId(int platformId)
Deprecated.
|
void |
setRawDataTypeId(String rawDataTypeId)
Deprecated.
|
isAnnotated, setAnnotated
getDescription, getName, setDescription, setName
isShared, setShared
getOwnerId, setOwnerId
getId, getVersion, setId, setVersion
private static final long serialVersionUID
private int arrayDesignId
private int platformId
private String rawDataTypeId
public RawBioAssayInfo()
public void setArrayDesignId(int arrayDesignId)
arrayDesignId
- The arrayDesignId to set.public int getArrayDesignId()
public void setPlatformId(int platformId)
platformId
- The platformId to set.public int getPlatformId()
public void setRawDataTypeId(String rawDataTypeId)
rawDataTypeId
- The rawDataTypeId to set.public String getRawDataTypeId()