Class LabelPrintTemplate

java.lang.Object
com.persequor.saga.modules.labels.model.LabelPrintTemplate

public class LabelPrintTemplate extends Object
  • Constructor Details

    • LabelPrintTemplate

      public LabelPrintTemplate()
  • Method Details

    • getId

      public UUID getId()
    • setId

      public void setId(UUID id)
    • getCreatedAt

      public ZonedDateTime getCreatedAt()
    • setCreatedAt

      public void setCreatedAt(ZonedDateTime createdAt)
    • getFilename

      public String getFilename()
    • setFilename

      public void setFilename(String filename)
    • getContent

      public byte[] getContent()
    • setContent

      public void setContent(byte[] content)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getRows

      public int getRows()
    • setRows

      public void setRows(int rows)
    • getDataCarrier

      public LabelFormat getDataCarrier()
    • setDataCarrier

      public void setDataCarrier(LabelFormat dataCarrier)
    • getColumns

      public int getColumns()
    • setColumns

      public void setColumns(int columns)
    • getHorizontalMarginMm

      public float getHorizontalMarginMm()
    • setHorizontalMarginMm

      public void setHorizontalMarginMm(float horizontalMarginMm)
    • getVerticalMarginMm

      public float getVerticalMarginMm()
    • setVerticalMarginMm

      public void setVerticalMarginMm(float verticalMarginMm)
    • getHorizontalSpacingMm

      public float getHorizontalSpacingMm()
    • setHorizontalSpacingMm

      public void setHorizontalSpacingMm(float horizontalSpacingMm)
    • getVerticalSpacingMm

      public float getVerticalSpacingMm()
    • setVerticalSpacingMm

      public void setVerticalSpacingMm(float verticalSpacingMm)
    • getBarcodeWidthMm

      public float getBarcodeWidthMm()
    • setBarcodeWidthMm

      public void setBarcodeWidthMm(float barcodeWidthMm)
    • getBarcodeHeightMm

      public float getBarcodeHeightMm()
    • setBarcodeHeightMm

      public void setBarcodeHeightMm(float barcodeHeightMm)
    • getWidthMm

      public double getWidthMm()
    • setWidthMm

      public void setWidthMm(double widthMm)
    • getHeightMm

      public double getHeightMm()
    • setHeightMm

      public void setHeightMm(double heightMm)
    • getAnchor

      public Anchor getAnchor()
    • setAnchor

      public void setAnchor(Anchor anchor)
    • setDocumentFormFillerId

      public void setDocumentFormFillerId(String documentFormFillerId)
    • getDocumentFormFillerId

      public String getDocumentFormFillerId()
    • asDocumentContent

      public DocumentContent asDocumentContent()
    • getContentType

      public DocumentContentType getContentType()
    • setContentType

      public void setContentType(DocumentContentType contentType)