net.sf.basedb.info
Class RawBioAssayInfo
java.lang.Object
net.sf.basedb.info.BasicItemInfo
net.sf.basedb.info.OwnedItemInfo
net.sf.basedb.info.SharedItemInfo
net.sf.basedb.info.CommonItemInfo
net.sf.basedb.info.AnnotatedItemInfo
net.sf.basedb.info.RawBioAssayInfo
- All Implemented Interfaces:
- Serializable, NameableInfo, Transferable
public class RawBioAssayInfo
- extends AnnotatedItemInfo
- implements Serializable
An information class that holds information about an
RawBioAssay
in BASE.
This class only holds simple objects that can
be handled by web services.
- Version:
- 2.5
- Author:
- Martin, Nicklas
- See Also:
- Serialized Form
Constructor Summary |
RawBioAssayInfo()
Creates information object with
no properties set. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
arrayDesignId
private int arrayDesignId
platformId
private int platformId
rawDataTypeId
private String rawDataTypeId
RawBioAssayInfo
public RawBioAssayInfo()
- Creates information object with
no properties set.
setArrayDesignId
public void setArrayDesignId(int arrayDesignId)
- Parameters:
arrayDesignId
- The arrayDesignId to set.
getArrayDesignId
public int getArrayDesignId()
- Returns:
- Returns the arrayDesignId.
setPlatformId
public void setPlatformId(int platformId)
- Parameters:
platformId
- The platformId to set.
getPlatformId
public int getPlatformId()
- Returns:
- Returns the platformId.
setRawDataTypeId
public void setRawDataTypeId(String rawDataTypeId)
- Parameters:
rawDataTypeId
- The rawDataTypeId to set.
getRawDataTypeId
public String getRawDataTypeId()
- Returns:
- Returns the rawDataTypeId.