Interface SAPMassActivityFieldParameter

    • Method Detail

      • isScriptingAllowed

        boolean isScriptingAllowed()
        Get the value for ScriptingAllowed. (Is scripting allowed?)
        Returns:
        the field
        Throws:
        ObjectNotAttachedToSessionException - This will be thrown if this method is called while the object is not attached to a session.
      • getValue

        String getValue()
        Get the value for Value. (Value.)
        Returns:
        the field
        Throws:
        ObjectNotAttachedToSessionException - This will be thrown if this method is called while the object is not attached to a session.
      • setScriptingAllowed

        void setScriptingAllowed​(boolean newScriptingAllowed)
        Set the value for ScriptingAllowed. (Is scripting allowed?)
        Parameters:
        newScriptingAllowed - the new value for ScriptingAllowed.
        Throws:
        ObjectNotAttachedToSessionException - This will be thrown if this method is called while the object is not attached to a session.
      • setValue

        void setValue​(String newValue)
        Set the value for Value. (Value.) This value is optional.
        Parameters:
        newValue - the new value for Value.
        Throws:
        ObjectNotAttachedToSessionException - This will be thrown if this method is called while the object is not attached to a session.
      • setSAPMassActivityLayoutField

        void setSAPMassActivityLayoutField​(SAPMassActivityLayoutField newSAPMassActivityLayoutField)
        Set the value for SAPMassActivityLayoutField. This value is mandatory.
        Parameters:
        newSAPMassActivityLayoutField - is the object to set SAPMassActivityLayoutField to. Link the Mass Activity field parameter with its corresponding layout field. If this is null, then the object cannot be persisted.