Class UpdatedSample
- java.lang.Object
-
- ch.systemsx.cisd.openbis.generic.shared.basic.dto.Identifier<NewSample>
-
- ch.systemsx.cisd.openbis.generic.shared.basic.dto.NewSample
-
- ch.systemsx.cisd.openbis.generic.shared.basic.dto.UpdatedSample
-
- All Implemented Interfaces:
IPropertiesBean
,IIdentifierHolder
,java.io.Serializable
,java.lang.Comparable<NewSample>
public final class UpdatedSample extends NewSample
A sample to update.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class ch.systemsx.cisd.openbis.generic.shared.basic.dto.Identifier
Identifier.IdentifierHolderComparator
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
SAMPLE_UPDATE_TEMPLATE_COMMENT
-
Fields inherited from class ch.systemsx.cisd.openbis.generic.shared.basic.dto.NewSample
CONTAINER, CURRENT_CONTAINER, EXPERIMENT, PARENT, PARENTS, SAMPLE_REGISTRATION_TEMPLATE_COMMENT, SPACE, WITH_EXPERIMENTS_COMMENT, WITH_SPACE_COMMENT
-
Fields inherited from class ch.systemsx.cisd.openbis.generic.shared.basic.dto.Identifier
IDENTIFIER_COLUMN, IDENTIFIER_HOLDER_COMPARATOR
-
-
Constructor Summary
Constructors Constructor Description UpdatedSample(NewSample newSample, SampleBatchUpdateDetails batchUpdateDetails)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SampleBatchUpdateDetails
getBatchUpdateDetails()
void
setBatchUpdateDetails(SampleBatchUpdateDetails batchUpdateDetails)
-
Methods inherited from class ch.systemsx.cisd.openbis.generic.shared.basic.dto.NewSample
createWithParent, createWithParents, equals, getAttachments, getContainerIdentifier, getContainerIdentifierForNewSample, getCurrentContainerIdentifier, getDefaultSpaceIdentifier, getExperimentIdentifier, getMetaprojectsOrNull, getParentIdentifier, getParentsOrNull, getProjectIdentifier, getProperties, getSampleType, setAttachments, setContainerIdentifier, setCurrentContainerIdentifier, setDefaultSpaceIdentifier, setExperimentIdentifier, setMetaprojectsOrNull, setParentIdentifier, setParents, setParentsOrNull, setProjectIdentifier, setProperties, setSampleType, toString
-
Methods inherited from class ch.systemsx.cisd.openbis.generic.shared.basic.dto.Identifier
compareTo, getIdentifier, getPermID, hashCode, setIdentifier, setPermID, toUpperCase
-
-
-
-
Field Detail
-
SAMPLE_UPDATE_TEMPLATE_COMMENT
public static final java.lang.String SAMPLE_UPDATE_TEMPLATE_COMMENT
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
UpdatedSample
public UpdatedSample(NewSample newSample, SampleBatchUpdateDetails batchUpdateDetails)
-
-
Method Detail
-
getBatchUpdateDetails
public SampleBatchUpdateDetails getBatchUpdateDetails()
-
setBatchUpdateDetails
public void setBatchUpdateDetails(SampleBatchUpdateDetails batchUpdateDetails)
-
-