Package com.compomics.util.pride
Interface PrideObject
- All Known Implementing Classes:
Contact
,ContactGroup
,Instrument
,Protocol
,Reference
,ReferenceGroup
,Sample
public interface PrideObject
Interface for a PRIDE object.
- Author:
- Marc Vaudel
-
Method Summary
Modifier and Type Method Description String
getFileName()
Returns the name to use when serializing the object.
-
Method Details
-
getFileName
String getFileName()Returns the name to use when serializing the object.- Returns:
- the name to use when serializing the object
-