Class Collection
- java.lang.Object
-
- org.molgenis.dataexplorer.negotiator.Collection
-
public abstract class Collection extends Object
-
-
Constructor Summary
Constructors Constructor Description Collection()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static Collectioncreate(String collectionId, String biobankId)abstract StringgetBiobankId()abstract StringgetCollectionId()
-
-
-
Method Detail
-
getCollectionId
public abstract String getCollectionId()
-
getBiobankId
@Nullable @CheckForNull public abstract String getBiobankId()
-
create
public static Collection create(String collectionId, String biobankId)
-
-