Class Experiment
- java.lang.Object
 - 
- ch.systemsx.cisd.openbis.generic.shared.basic.dto.AbstractRegistrationHolder
 - 
- ch.systemsx.cisd.openbis.generic.shared.basic.dto.CodeWithRegistration<T>
 - 
- ch.systemsx.cisd.openbis.generic.shared.basic.dto.CodeWithRegistrationAndModificationDate<Experiment>
 - 
- ch.systemsx.cisd.openbis.generic.shared.basic.dto.Experiment
 
 
 
 
 
- 
- All Implemented Interfaces:
 IEntityPropertiesHolder,IAttachmentHolder,ICodeHolder,IDeletionProvider,IEntityInformationHolder,IEntityInformationHolderWithIdentifier,IEntityInformationHolderWithPermId,IEntityInformationHolderWithProperties,IEntityWithDeletionInformation,IIdAndCodeHolder,IIdentifierHolder,IIdHolder,IIsStub,IPermIdHolder,IRegistratorAndModifierHolder,IRegistratorHolder,ITaggable,java.io.Serializable,java.lang.Comparable<Experiment>
public class Experiment extends CodeWithRegistrationAndModificationDate<Experiment> implements IEntityWithDeletionInformation, IEntityInformationHolderWithProperties, IAttachmentHolder, IIdAndCodeHolder, IPermIdHolder, IIsStub, ITaggable
The GWT equivalent to ExperimentPE.- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description Experiment()Experiment(boolean isStub) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(Experiment o)AttachmentHolderKindgetAttachmentHolderKind()java.util.List<Attachment>getAttachments()DeletiongetDeletion()EntityKindgetEntityKind()Return the entity kind of this matching entity.EntityTypegetEntityType()Returns the entity type of this matching entity.ExperimentTypegetExperimentType()ExperimentFetchOptionsgetFetchOptions()java.lang.LonggetId()Returns the technical ID of this instance.java.lang.StringgetIdentifier()java.util.Collection<Metaproject>getMetaprojects()java.lang.StringgetPermId()java.lang.StringgetPermlink()ProjectgetProject()java.util.List<IEntityProperty>getProperties()booleanisStub()voidsetAttachments(java.util.List<Attachment> attachments)voidsetDeletion(Deletion deletion)voidsetExperimentType(ExperimentType experimentType)voidsetFetchOptions(ExperimentFetchOptions fetchOptions)voidsetId(java.lang.Long id)voidsetIdentifier(java.lang.String experimentIdentifier)voidsetMetaprojects(java.util.Collection<Metaproject> metaprojects)voidsetPermId(java.lang.String permId)voidsetPermlink(java.lang.String permlink)voidsetProject(Project project)voidsetProperties(java.util.List<IEntityProperty> properties)java.lang.StringtoString()- 
Methods inherited from class ch.systemsx.cisd.openbis.generic.shared.basic.dto.CodeWithRegistrationAndModificationDate
getModificationDate, getModifier, getVersion, setModificationDate, setModifier, setVersion 
- 
Methods inherited from class ch.systemsx.cisd.openbis.generic.shared.basic.dto.CodeWithRegistration
getCode, setCode 
- 
Methods inherited from class ch.systemsx.cisd.openbis.generic.shared.basic.dto.AbstractRegistrationHolder
getRegistrationDate, getRegistrator, setRegistrationDate, setRegistrator 
- 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait 
- 
Methods inherited from interface ch.systemsx.cisd.openbis.generic.shared.basic.ICodeHolder
getCode 
- 
Methods inherited from interface ch.systemsx.cisd.openbis.generic.shared.basic.IRegistratorHolder
getRegistrator 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getPermlink
public java.lang.String getPermlink()
 
- 
setPermlink
public void setPermlink(java.lang.String permlink)
 
- 
getAttachmentHolderKind
public AttachmentHolderKind getAttachmentHolderKind()
- Specified by:
 getAttachmentHolderKindin interfaceIAttachmentHolder
 
- 
getProject
public Project getProject()
 
- 
setProject
public void setProject(Project project)
 
- 
getExperimentType
public ExperimentType getExperimentType()
 
- 
setExperimentType
public void setExperimentType(ExperimentType experimentType)
 
- 
setIdentifier
public final void setIdentifier(java.lang.String experimentIdentifier)
 
- 
getProperties
public java.util.List<IEntityProperty> getProperties()
- Specified by:
 getPropertiesin interfaceIEntityPropertiesHolder
 
- 
setProperties
public void setProperties(java.util.List<IEntityProperty> properties)
 
- 
getDeletion
public Deletion getDeletion()
- Specified by:
 getDeletionin interfaceIDeletionProvider
 
- 
setDeletion
public void setDeletion(Deletion deletion)
 
- 
getAttachments
public java.util.List<Attachment> getAttachments()
 
- 
setAttachments
public void setAttachments(java.util.List<Attachment> attachments)
 
- 
getFetchOptions
public ExperimentFetchOptions getFetchOptions()
 
- 
setFetchOptions
public void setFetchOptions(ExperimentFetchOptions fetchOptions)
 
- 
getIdentifier
public final java.lang.String getIdentifier()
- Specified by:
 getIdentifierin interfaceIIdentifierHolder
 
- 
toString
public java.lang.String toString()
- Overrides:
 toStringin classjava.lang.Object
 
- 
compareTo
public final int compareTo(Experiment o)
- Specified by:
 compareToin interfacejava.lang.Comparable<Experiment>- Overrides:
 compareToin classCodeWithRegistration<Experiment>
 
- 
getId
public java.lang.Long getId()
Description copied from interface:IIdHolderReturns the technical ID of this instance. 
- 
setId
public void setId(java.lang.Long id)
 
- 
getEntityType
public EntityType getEntityType()
Description copied from interface:IEntityInformationHolderReturns the entity type of this matching entity.- Specified by:
 getEntityTypein interfaceIEntityInformationHolder
 
- 
getEntityKind
public EntityKind getEntityKind()
Description copied from interface:IEntityInformationHolderReturn the entity kind of this matching entity.- Specified by:
 getEntityKindin interfaceIEntityInformationHolder
 
- 
setPermId
public void setPermId(java.lang.String permId)
 
- 
getPermId
public java.lang.String getPermId()
- Specified by:
 getPermIdin interfaceIPermIdHolder
 
- 
getMetaprojects
public java.util.Collection<Metaproject> getMetaprojects()
- Specified by:
 getMetaprojectsin interfaceITaggable
 
- 
setMetaprojects
public void setMetaprojects(java.util.Collection<Metaproject> metaprojects)
 
 - 
 
 -