Class PdfEntry

java.lang.Object
ch.admin.suis.client.core.service.to.PdfEntry

public class PdfEntry extends Object
  • Constructor Details

    • PdfEntry

      public PdfEntry(String name, boolean file)
  • Method Details

    • processNodes

      public static void processNodes(PdfEntry root, String client)
    • addChild

      public void addChild(PdfEntry child)
    • getChildren

      public List<PdfEntry> getChildren()
    • getChosenClient

      public String getChosenClient()
    • getChosenFileName

      public String getChosenFileName()
    • getChosenMandant

      @Deprecated public String getChosenMandant()
      Deprecated.
      Gets the chosenClient property from its legacy name.
      Returns:
      the value of the chosenClient property.
    • getFilePart

      public byte[] getFilePart()
    • getName

      public String getName()
    • getParent

      public PdfEntry getParent()
    • isCheck

      public boolean isCheck()
    • isFile

      public boolean isFile()
    • print

      public void print()
    • setCheck

      public void setCheck(boolean check)
    • setChosenClient

      public void setChosenClient(String chosenClient)
    • setChosenFileName

      public void setChosenFileName(String chosenFileName)
    • setChosenMandant

      @Deprecated public void setChosenMandant(String chosenMandator)
      Deprecated.
      Sets the chosenClient property with its legacy name.
      Parameters:
      chosenMandator - the value to set for the chosenClient property.
    • setFilePart

      public void setFilePart(byte[] filePart)
    • setParent

      public void setParent(PdfEntry parent)