Class PrintProperties

java.lang.Object
org.nuclos.api.print.PrintProperties
All Implemented Interfaces:
Serializable

public class PrintProperties extends Object implements Serializable
class used in OutputFormat and FileProvider setup properties to control the printing process
Author:
Moritz Neuhaeuser
See Also:
  • Constructor Details

    • PrintProperties

      public PrintProperties()
  • Method Details

    • getCopies

      public int getCopies()
      get quantity of printed pages
      Returns:
      quantity of printouts
    • setCopies

      public void setCopies(int copies)
      set quantity of printed pages
      Parameters:
      copies -
    • isDuplex

      public boolean isDuplex()
      get is duplex mode enabled
      Returns:
      is duplex mode enabled
    • setDuplex

      public void setDuplex(boolean duplex)
      set is duplex mode enabled
      Parameters:
      duplex -
    • getTrayId

      public UID getTrayId()
      get tray of the print service
      Returns:
      tray id of the print service
    • setTrayId

      public void setTrayId(UID trayId)
      set tray UID of the print service
      Parameters:
      trayId -
    • getPrintServiceId

      public UID getPrintServiceId()
      get print service is used for printouts
      Returns:
      print service id used for printouts
    • setPrintServiceId

      public void setPrintServiceId(UID printServiceId)
      set print service UID used for printouts
      Parameters:
      printServiceId -