public class RDACollectionDescriptor
extends java.lang.Object
Constructor and Description |
---|
RDACollectionDescriptor()
Default constructor.
|
RDACollectionDescriptor(int[] spectrumIdsArray)
Constructor using an array of spectrum identifiers.
|
RDACollectionDescriptor(java.util.List<java.lang.Integer> spectrumIdsList)
Constructor using a list of spectrum identifiers.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBriefDescription()
Get the brief description of the collection.
|
java.lang.String |
getPrimaryName()
Get the primary name of the collection.
|
User |
getPrincipalInvestigator()
Get the principal investigator of the collection.
|
int[] |
getSpectrumIds()
Get the spectrum identifiers in the collection.
|
void |
setBriefDescription(java.lang.String briefDescriptionIn)
Set the brief description of the collection.
|
void |
setPrimaryName(java.lang.String primaryNameIn)
Set the primary name of the collection.
|
void |
setPrincipalInvestigator(User principalInvestigatorIn)
Set the principal investigator of the collection.
|
void |
setSpectrumIds(int[] spectrumIdsIn)
Set the spectrum identifiers in the collection.
|
public RDACollectionDescriptor()
public RDACollectionDescriptor(int[] spectrumIdsArray)
spectrumIdsArray
- the identifiers of the spectra in the collectionpublic RDACollectionDescriptor(java.util.List<java.lang.Integer> spectrumIdsList)
spectrumIdsList
- the list of identifierspublic java.lang.String getBriefDescription()
public void setBriefDescription(java.lang.String briefDescriptionIn)
briefDescriptionIn
- a brief descriptionpublic java.lang.String getPrimaryName()
public void setPrimaryName(java.lang.String primaryNameIn)
primaryNameIn
- the primary namepublic User getPrincipalInvestigator()
public void setPrincipalInvestigator(User principalInvestigatorIn)
principalInvestigatorIn
- the principal investigatorpublic int[] getSpectrumIds()
public void setSpectrumIds(int[] spectrumIdsIn)