Class PrinterObjectProperties

Object
com.zebra.sdk.printer.PrinterObjectProperties

public abstract class PrinterObjectProperties extends Object
Container for properties of a printer object.
  • Constructor Details

    • PrinterObjectProperties

      public PrinterObjectProperties()
  • Method Details

    • getDrivePrefix

      public String getDrivePrefix()
      Return the drive prefix.
      Returns:
      the drive prefix with the trailing colon
    • setDrivePrefix

      public void setDrivePrefix(String drivePrefix)
      Set the drive prefix.
      Parameters:
      drivePrefix - the drive prefix with the trailing colon
    • getFileName

      public String getFileName()
      Return the file name.
      Returns:
      the file name
    • setFileName

      public void setFileName(String fileName)
      Set the file name.
      Parameters:
      fileName - the file name
    • getExtension

      public String getExtension()
      Return the file extension.
      Returns:
      the file extension
    • setExtension

      public void setExtension(String extension)
      Set the file extension.
      Parameters:
      extension - the file extension
    • getFullName

      public String getFullName()
      Return the full file name.
      Returns:
      full name of the file on the printer
    • getFileSize

      public long getFileSize()
      Return the size of the file.
      Returns:
      the fileSize the size of the file
    • setFileSize

      public void setFileSize(long fileSize)
      Set the size of the file.
      Parameters:
      fileSize - the size of the file in bytes
    • getCRC32

      public long getCRC32()
      Return the 32-bit CRC value of the file.
      Returns:
      the 32-bit CRC of the file
    • setCRC32

      public void setCRC32(long CRC32)
      Set the 32-bit CRC value of the file.
      Parameters:
      CRC32 - the 32-bit CRC of the file