Interface SAPMassActivityFieldTableRowValue

    • Method Detail

      • getValue

        String getValue()
        Get the value for Value. (Value.)
        Returns:
        the field
        Throws:
        com.redwood.scheduler.api.exception.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:
        com.redwood.scheduler.api.exception.ObjectNotAttachedToSessionException - This will be thrown if this method is called while the object is not attached to a session.
      • getSAPMassActivityFieldTableRow

        SAPMassActivityFieldTableRow getSAPMassActivityFieldTableRow()
        Get the SAPMassActivityFieldTableRow.
        Returns:
        SAPMassActivityFieldTableRow
        Throws:
        com.redwood.scheduler.api.exception.ObjectDeletedException - If this method is called when the object has been marked for deletion.
        com.redwood.scheduler.api.exception.ObjectNotAttachedToSessionException - If this method is called when the object has been removed from it's session.