Package org.nuclos.api.printout
Interface Printout
public interface Printout
Class representing a printout object used in rule programming
- Author:
- reichama
-
Method Summary
Modifier and TypeMethodDescriptionreturns the id of the business objectgetId()
returns the id of the printout object<T extends OutputFormat>
List<T>returns assignedOutputFormat
void
setBusinessObjectId
(Long boId) set id of the business object
-
Method Details
-
getId
UID getId()returns the id of the printout object- Returns:
-
setBusinessObjectId
set id of the business object- Parameters:
boId
- business object id
-
getBusinessObjectId
Long getBusinessObjectId()returns the id of the business object- Returns:
- id of the business object
-
getOutputFormats
returns assignedOutputFormat
- Returns:
- list of
OutputFormat
-