Interface Printout


public interface Printout
Class representing a printout object used in rule programming
Author:
reichama
  • Method Details

    • getId

      UID getId()
      returns the id of the printout object
      Returns:
    • setBusinessObjectId

      void setBusinessObjectId(Long boId)
      set id of the business object
      Parameters:
      boId - business object id
    • getBusinessObjectId

      Long getBusinessObjectId()
      returns the id of the business object
      Returns:
      id of the business object
    • getOutputFormats

      <T extends OutputFormat> List<T> getOutputFormats()
      returns assigned OutputFormat
      Returns:
      list of OutputFormat