Interface SAPMassActivityFieldTableRow

    • Method Detail

      • getDescription

        String getDescription()
        Get the value for Description. (The description of this row)
        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.
      • getRowNumber

        Long getRowNumber()
        Get the value for RowNumber. (Row number.) This value is mandatory, and therefore will not be null if this object has been retrieved from the database.
        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.
      • setDescription

        void setDescription​(String newDescription)
        Set the value for Description. (The description of this row) This value is optional.
        Parameters:
        newDescription - the new value for Description.
        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.
      • setRowNumber

        void setRowNumber​(Long newRowNumber)
        Set the value for RowNumber. (Row number.) This value is mandatory.
        Parameters:
        newRowNumber - the new value for RowNumber. If this is null, then the object cannot be persisted.
        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.
      • getSAPMassActivityFieldTable

        SAPMassActivityFieldTable getSAPMassActivityFieldTable()
        Get the SAPMassActivityFieldTable.
        Returns:
        SAPMassActivityFieldTable
        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.
      • getSAPMassActivityFieldTableRowValueByName

        SAPMassActivityFieldTableRowValue getSAPMassActivityFieldTableRowValueByName​(String name)
        Get the SAPMassActivityFieldTableRowValue by NameSAPMassActivityFieldTableRow.
        Parameters:
        name -
        Returns:
        the SAPMassActivityFieldTableRowValue, or null if it could not be found