Class PdfEntry
java.lang.Object
ch.admin.suis.client.core.service.to.PdfEntry
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidDeprecated.byte[]getName()booleanisCheck()booleanisFile()voidprint()static voidprocessNodes(PdfEntry root, String client) voidsetCheck(boolean check) voidsetChosenClient(String chosenClient) voidsetChosenFileName(String chosenFileName) voidsetChosenMandant(String chosenMandator) Deprecated.voidsetFilePart(byte[] filePart) void
-
Constructor Details
-
PdfEntry
-
-
Method Details
-
processNodes
-
addChild
-
getChildren
-
getChosenClient
-
getChosenFileName
-
getChosenMandant
Deprecated.Gets thechosenClientproperty from its legacy name.- Returns:
- the value of the
chosenClientproperty.
-
getFilePart
public byte[] getFilePart() -
getName
-
getParent
-
isCheck
public boolean isCheck() -
isFile
public boolean isFile() -
print
public void print() -
setCheck
public void setCheck(boolean check) -
setChosenClient
-
setChosenFileName
-
setChosenMandant
Deprecated.Sets thechosenClientproperty with its legacy name.- Parameters:
chosenMandator- the value to set for thechosenClientproperty.
-
setFilePart
public void setFilePart(byte[] filePart) -
setParent
-
getChosenClient()