org.kuali.kfs.module.endow.document
Interface EndowmentSecurityDetailsDocument

All Superinterfaces:
org.kuali.rice.kns.bo.BusinessObject, org.kuali.rice.kns.document.Document, EndowmentTransactionalDocument, EndowmentTransactionLinesDocument, FinancialSystemTransactionalDocument, org.kuali.rice.kns.bo.PersistableBusinessObject, org.apache.ojb.broker.PersistenceBrokerAware, Serializable, org.kuali.rice.kns.document.TransactionalDocument
All Known Subinterfaces:
EndowmentTaxLotLinesDocument
All Known Implementing Classes:
AssetDecreaseDocument, AssetIncreaseDocument, CashDecreaseDocument, CashIncreaseDocument, CashTransferDocument, CorporateReorganizationDocument, EndowmentAccountingLinesDocumentBase, EndowmentSecurityDetailsDocumentBase, EndowmentTaxLotLinesDocumentBase, EndowmentToGLTransferOfFundsDocument, EndowmentUnitShareAdjustmentDocument, GLToEndowmentTransferOfFundsDocument, HoldingAdjustmentDocument, LiabilityDecreaseDocument, LiabilityIncreaseDocument, SecurityTransferDocument

public interface EndowmentSecurityDetailsDocument
extends EndowmentTransactionLinesDocument


Method Summary
 EndowmentTransactionSecurity getSourceTransactionSecurity()
          Gets the sourceTransactionSecurity attribute.
 EndowmentTransactionSecurity getTargetTransactionSecurity()
          Gets the targetTransactionSecurity attribute.
 void setSourceTransactionSecurity(EndowmentTransactionSecurity sourceTransactionSecurity)
          Sets the sourceTransactionSecurity attribute value.
 void setTargetTransactionSecurity(EndowmentTransactionSecurity targetTransactionSecurity)
          Sets the targetTransactionSecurity attribute value.
 
Methods inherited from interface org.kuali.kfs.module.endow.document.EndowmentTransactionLinesDocument
addSourceTransactionLine, addTargetTransactionLine, getLineParser, getNextSourceLineNumber, getNextTargetLineNumber, getSourceIncomeTotal, getSourceIncomeTotalUnits, getSourcePrincipalTotal, getSourcePrincipalTotalUnits, getSourceTotalAmount, getSourceTotalUnits, getSourceTransactionLine, getSourceTransactionLines, getSourceTransactionLinesSectionTitle, getTargetIncomeTotal, getTargetIncomeTotalUnits, getTargetPrincipalTotal, getTargetPrincipalTotalUnits, getTargetTotalAmount, getTargetTotalUnits, getTargetTransactionLine, getTargetTransactionLines, getTargetTransactionLinesSectionTitle, getTotalUnits, getTranLineClass, getTransactionLineParser, setNextSourceLineNumber, setNextTargetLineNumber, setSourceTransactionLines, setTargetTransactionLines
 
Methods inherited from interface org.kuali.kfs.module.endow.document.EndowmentTransactionalDocument
getTransactionSourceTypeCode, getTransactionSubTypeCode, isErrorCorrectedDocument, isTransactionPosted, setNoRouteIndicator, setTransactionPosted, setTransactionSourceTypeCode, setTransactionSubTypeCode
 
Methods inherited from interface org.kuali.kfs.sys.document.FinancialSystemTransactionalDocument
answerSplitNodeQuestion, getDocumentHeader
 
Methods inherited from interface org.kuali.rice.kns.document.Document
addPessimisticLock, afterWorkflowEngineProcess, beforeWorkflowEngineProcess, doActionTaken, doRouteLevelChange, doRouteStatusChange, generateSaveEvents, getAdHocRoutePersons, getAdHocRouteWorkgroups, getAllowsCopy, getBasePathToDocumentDuringSerialization, getCustomLockDescriptor, getDocumentBusinessObject, getDocumentNumber, getDocumentPropertySerizabilityEvaluator, getDocumentTitle, getLockClearningMethodNames, getPessimisticLocks, getWorkflowEngineDocumentIdsToLock, getXmlForRouteReport, populateDocumentForRouting, postProcessSave, prepareForSave, prepareForSave, processAfterRetrieve, refreshPessimisticLocks, serializeDocumentToXml, setAdHocRoutePersons, setAdHocRouteWorkgroups, setDocumentHeader, setDocumentNumber, useCustomLockDescriptors, validateBusinessRules, wrapDocumentWithMetadataForXmlSerialization
 
Methods inherited from interface org.kuali.rice.kns.bo.PersistableBusinessObject
addNote, buildListOfDeletionAwareLists, deleteNote, getBoNote, getBoNotes, getExtension, getObjectId, getVersionNumber, isBoNotesSupport, isNewCollectionRecord, linkEditableUserFields, refreshNonUpdateableReferences, refreshReferenceObject, setAutoIncrementSet, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber
 
Methods inherited from interface org.kuali.rice.kns.bo.BusinessObject
prepareForWorkflow, refresh
 
Methods inherited from interface org.apache.ojb.broker.PersistenceBrokerAware
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate
 

Method Detail

getSourceTransactionSecurity

EndowmentTransactionSecurity getSourceTransactionSecurity()
Gets the sourceTransactionSecurity attribute.

Returns:
Returns the sourceTransactionSecurity.

setSourceTransactionSecurity

void setSourceTransactionSecurity(EndowmentTransactionSecurity sourceTransactionSecurity)
Sets the sourceTransactionSecurity attribute value.

Parameters:
sourceTransactionSecurity - The sourceTransactionSecurity to set.

getTargetTransactionSecurity

EndowmentTransactionSecurity getTargetTransactionSecurity()
Gets the targetTransactionSecurity attribute.

Returns:
Returns the targetTransactionSecurity.

setTargetTransactionSecurity

void setTargetTransactionSecurity(EndowmentTransactionSecurity targetTransactionSecurity)
Sets the targetTransactionSecurity attribute value.

Parameters:
targetTransactionSecurity - The targetTransactionSecurity to set.


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.