| java.lang.Object org.kuali.workflow.attribute.AccountingLineClassDeterminer
AccountingLineClassDeterminer | public class AccountingLineClassDeterminer (Code) | | This class determines the classes of the accounting lines of a workflow created XML document.
|
AccountingLineClassDeterminer | public AccountingLineClassDeterminer(Document doc)(Code) | | Constructs a AccountingLineClassDeterminer
Parameters: doc - the XML document that represents an accounting document |
AccountingLineClassDeterminer | public AccountingLineClassDeterminer(String documentTypeName)(Code) | | Constructs a AccountingLineClassDeterminer, using the document type name to determine the class name
Parameters: documentTypeName - the name of a workflow document type |
getSourceAccountingLineClassName | public String getSourceAccountingLineClassName()(Code) | | Returns the full name of the class of the source accounting lines in the document, or null if that class cannot be determined
the name of the source accounting line class for the document, or null |
getTargetAccountingLineClassName | public String getTargetAccountingLineClassName()(Code) | | Returns the full name of the class of the target accounting lines in the document, or null if that class cannot be determined
the name of the target accounting line class for the document, or null |
|
|