Interface IScriptImmutable

    • Method Detail

      • getEntity

        java.lang.String getEntity()
        Get the entity of the script. The values can be EXPERIMENT, SAMPLE, DATA_SET, MATERIAL.
      • getScriptType

        java.lang.String getScriptType()
        Get the type of script. The values can be either DYNAMIC or MANAGED
      • getDescription

        java.lang.String getDescription()
        Get the description for this script.
        Specified by:
        getDescription in interface IAbstractType
      • getName

        java.lang.String getName()
        Get the name for this script.
      • getScript

        java.lang.String getScript()
        Get the script itself.