Class ExperimentCreation

    • Constructor Detail

      • ExperimentCreation

        public ExperimentCreation()
    • Method Detail

      • setProjectId

        public void setProjectId​(IProjectId projectId)
      • setCode

        public void setCode​(java.lang.String code)
      • getCode

        public java.lang.String getCode()
      • getTagIds

        public java.util.List<? extends ITagId> getTagIds()
      • setTagIds

        public void setTagIds​(java.util.List<? extends ITagId> tagIds)
      • setProperty

        public void setProperty​(java.lang.String propertyName,
                                java.lang.String propertyValue)
        Specified by:
        setProperty in interface IPropertiesHolder
      • getProperty

        public java.lang.String getProperty​(java.lang.String propertyName)
        Specified by:
        getProperty in interface IPropertiesHolder
      • setProperties

        public void setProperties​(java.util.Map<java.lang.String,​java.lang.String> properties)
        Specified by:
        setProperties in interface IPropertiesHolder
      • getProperties

        public java.util.Map<java.lang.String,​java.lang.String> getProperties()
        Specified by:
        getProperties in interface IPropertiesHolder
      • setAttachments

        public void setAttachments​(java.util.List<AttachmentCreation> attachments)
      • setCreationId

        public void setCreationId​(CreationId creationId)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object