| java.lang.Object org.kuali.module.gl.util.DocumentGroupData
DocumentGroupData | public class DocumentGroupData (Code) | | This class represents document group-related data
|
financialDocumentTypeCode | protected String financialDocumentTypeCode(Code) | | |
financialSystemOriginationCode | protected String financialSystemOriginationCode(Code) | | |
DocumentGroupData | public DocumentGroupData(String documentNumber, String financialDocumentTypeCode, String financialSystemOriginationCode)(Code) | | |
getDocumentGroupDatasForTransactions | public static Set<DocumentGroupData> getDocumentGroupDatasForTransactions(Iterator<E> transactions)(Code) | | Given an iterator of
Transaction objects, return a set of all the document groups (doc #, doc type, origination code)
for these transactions
Parameters: transactions - iterator of transactions Set of all of the document groups for this these trasnactions |
getDocumentNumber | public String getDocumentNumber()(Code) | | Gets the documentNumber attribute.
Returns the documentNumber. |
getFinancialDocumentTypeCode | public String getFinancialDocumentTypeCode()(Code) | | Gets the financialDocumentTypeCode attribute.
Returns the financialDocumentTypeCode. |
getFinancialSystemOriginationCode | public String getFinancialSystemOriginationCode()(Code) | | Gets the financialSystemOriginationCode attribute.
Returns the financialSystemOriginationCode. |
matchesTransaction | public boolean matchesTransaction(Transaction transaction)(Code) | | Returns true if this document group data object's and the transaction have the same document number, document type code, and origination code match the passed
Parameters: transaction - transaction to compare true if this document group data object's and the transaction have the same document number, document type code, and origination code match the passed |
populateDocumentGroupDataFieldsInOriginEntry | public OriginEntryFull populateDocumentGroupDataFieldsInOriginEntry()(Code) | | This returns an origin entry with document number, document type code, origination code set from this DocumentGroupData's document number, document type code, and origination code
populated origin entry |
setDocumentNumber | public void setDocumentNumber(String documentNumber)(Code) | | Sets the documentNumber attribute value.
Parameters: documentNumber - The documentNumber to set. |
setFinancialDocumentTypeCode | public void setFinancialDocumentTypeCode(String financialDocumentTypeCode)(Code) | | Sets the financialDocumentTypeCode attribute value.
Parameters: financialDocumentTypeCode - The financialDocumentTypeCode to set. |
setFinancialSystemOriginationCode | public void setFinancialSystemOriginationCode(String financialSystemOriginationCode)(Code) | | Sets the financialSystemOriginationCode attribute value.
Parameters: financialSystemOriginationCode - The financialSystemOriginationCode to set. |
|
|