Package com.storedobject.office
Class ObjectFiller
- All Implemented Interfaces:
Executable,Runnable
ObjectFiller is a specialized implementation of the Filler class
that is designed to fill or populate values from a StoredObject instance.
The class extends the generic Filler class, providing functionality
tailored to objects of type StoredObject.
- Author:
- Syam
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.storedobject.office.Filler
createLinkData, customizeImage, customizeSection, customizeTable, evaluate, evaluate, execute, execute, getODT, getReportingObject, getTransactionManager, populateLinkTable, setImageCustomizer, setReportingObject, setSectionCustomizer, setTableCustomizerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.storedobject.common.Executable
act, run
-
Constructor Details
-
ObjectFiller
public ObjectFiller()
-