Model mapping - This defines how parts of the model on which the document
is based are mapped into the document itself. For example, a quotation document's model
might be an instance of the Policy.class, among other things the mapping defines where the
premium can be found in that model.
- See Also:
- Serialized Form
| Methods inherited from class com.ail.core.Type |
addAttribute, clone, deleteLock, deleteSerialVersion, fetchJXPathContext, getAttribute, getAttribute, getAttributeCount, getForeignSystemId, getLock, getSerialVersion, getSystemId, hasLock, hasSerialVersion, hasSystemId, isPersisted, markAsNotPersisted, mergeWithDataFrom, removeAttribute, removeAttribute, setAttribute, setForeignSystemId, setLock, setSerialVersion, setSystemId, xpathGet, xpathGet, xpathIterate, xpathSet |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DocumentDefinition
public DocumentDefinition()
getMergeCommand
public java.lang.String getMergeCommand()
setMergeCommand
public void setMergeCommand(java.lang.String mergeCommand)
getDocumentData
public DocumentData getDocumentData()
setDocumentData
public void setDocumentData(DocumentData documentData)
getStyleCommand
public java.lang.String getStyleCommand()
setStyleCommand
public void setStyleCommand(java.lang.String styleCommand)
getRenderCommand
public java.lang.String getRenderCommand()
setRenderCommand
public void setRenderCommand(java.lang.String renderCommand)