org.proteios.core.data
Class MascotParameterSetStorageData
java.lang.Object
org.proteios.core.data.BasicData
org.proteios.core.data.OwnedData
org.proteios.core.data.SharedData
org.proteios.core.data.CommonData
org.proteios.core.data.AnnotatedData
org.proteios.core.data.MascotParameterSetStorageData
- All Implemented Interfaces:
- AnnotatableData, IdentifiableData, NameableData, OwnableData, RemovableData, ShareableData
public class MascotParameterSetStorageData
- extends AnnotatedData
This represents the top element of a protein identification search.
- Version:
- 2.0
- Author:
- olle
- See Also:
MascotParameterSetStorage,
MascotParameterSetStorage
overview- Last modified
- $Date: 2009-06-05 13:43:04 +0200 (Fri, 05 Jun 2009) $
- Hibernate: class
- table="`MascotParameterSetStorage`" lazy="true"
MascotParameterSetStorageData
public MascotParameterSetStorageData()
getParameterFile
public FileData getParameterFile()
- Get the Mascot parameter file that this Mascot Input was generated from
- Returns:
- FileData File data for the Mascot parameter file
- Hibernate: many-to-one
- column="`parameterFile`" not-null="false"
setParameterFile
public void setParameterFile(FileData parameterFile)
- Set the Mascot parameter file
- Parameters:
parameterFile - FileData The Mascot parameter File this Mascot input was generated from