Skip to content
Snippets Groups Projects
Commit ab6bde17 authored by brinn's avatar brinn
Browse files

Improve javadoc.

SVN: 26143
parent 166464a4
No related branches found
No related tags found
No related merge requests found
......@@ -50,7 +50,14 @@ public class BasicDataSetInformation extends DataSetInformation
this.fileFormatTypeCode = fileFormatCode;
}
/** Mandatory: sets attributes of the connected sample */
/**
* Sets attributes of the connected sample - optional.
* <p>
* Alternatively, call
* {@link ch.systemsx.cisd.etlserver.registrator.api.v1.IDataSetUpdatable#setSample(ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1.ISampleImmutable)}
* on the object returned by
* {@link ch.systemsx.cisd.etlserver.registrator.api.v1.IDataSetRegistrationTransaction#createNewDataSet()}.
*/
public void setSample(String sampleSpaceCode, String sampleCode)
{
super.setSpaceCode(sampleSpaceCode);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment