Class ScriptImmutable

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected ch.systemsx.cisd.openbis.generic.shared.basic.dto.Script script  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int compareTo​(ch.systemsx.cisd.openbis.generic.shared.basic.dto.Script o)  
      java.lang.String getCode()
      Returns the type code.
      ch.systemsx.cisd.openbis.generic.shared.basic.dto.DatabaseInstance getDatabaseInstance()  
      java.lang.String getDescription()
      Get the description for this script.
      java.lang.String getEntity()
      Get the entity of the script.
      java.lang.Long getId()  
      java.lang.String getName()
      Get the name for this script.
      java.lang.String getScript()
      Get the script itself.
      java.lang.String getScriptType()
      Get the type of script.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • script

        protected final ch.systemsx.cisd.openbis.generic.shared.basic.dto.Script script
    • Method Detail

      • getEntity

        public java.lang.String getEntity()
        Description copied from interface: IScriptImmutable
        Get the entity of the script. The values can be EXPERIMENT, SAMPLE, DATA_SET, MATERIAL.
        Specified by:
        getEntity in interface IScriptImmutable
      • getDatabaseInstance

        public ch.systemsx.cisd.openbis.generic.shared.basic.dto.DatabaseInstance getDatabaseInstance()
      • getId

        public java.lang.Long getId()
      • getScriptType

        public java.lang.String getScriptType()
        Description copied from interface: IScriptImmutable
        Get the type of script. The values can be either DYNAMIC or MANAGED
        Specified by:
        getScriptType in interface IScriptImmutable
      • toString

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

        public int compareTo​(ch.systemsx.cisd.openbis.generic.shared.basic.dto.Script o)
      • getCode

        public java.lang.String getCode()
        Description copied from interface: IAbstractType
        Returns the type code.
        Specified by:
        getCode in interface IAbstractType