2.17.2: 2011-06-17

net.sf.basedb.info
Class RawBioAssayInfo

java.lang.Object
  extended by net.sf.basedb.info.BasicItemInfo
      extended by net.sf.basedb.info.OwnedItemInfo
          extended by net.sf.basedb.info.SharedItemInfo
              extended by net.sf.basedb.info.CommonItemInfo
                  extended by net.sf.basedb.info.AnnotatedItemInfo
                      extended by 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

Field Summary
private  int arrayDesignId
           
private  int platformId
           
private  String rawDataTypeId
           
private static long serialVersionUID
           
 
Constructor Summary
RawBioAssayInfo()
          Creates information object with no properties set.
 
Method Summary
 int getArrayDesignId()
           
 int getPlatformId()
           
 String getRawDataTypeId()
           
 void setArrayDesignId(int arrayDesignId)
           
 void setPlatformId(int platformId)
           
 void setRawDataTypeId(String rawDataTypeId)
           
 
Methods inherited from class net.sf.basedb.info.AnnotatedItemInfo
isAnnotated, setAnnotated
 
Methods inherited from class net.sf.basedb.info.CommonItemInfo
getDescription, getName, setDescription, setName
 
Methods inherited from class net.sf.basedb.info.SharedItemInfo
isShared, setShared
 
Methods inherited from class net.sf.basedb.info.OwnedItemInfo
getOwnerId, setOwnerId
 
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

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

arrayDesignId

private int arrayDesignId

platformId

private int platformId

rawDataTypeId

private String rawDataTypeId
Constructor Detail

RawBioAssayInfo

public RawBioAssayInfo()
Creates information object with no properties set.

Method Detail

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.

2.17.2: 2011-06-17