org.kuali.kfs.module.endow.document.web.struts
Class EndowmentTransactionLinesDocumentFormBase

java.lang.Object
  extended by org.apache.struts.action.ActionForm
      extended by org.kuali.rice.kns.web.struts.pojo.PojoFormBase
          extended by org.kuali.rice.kns.web.struts.form.KualiForm
              extended by org.kuali.rice.kns.web.struts.form.KualiDocumentFormBase
                  extended by org.kuali.rice.kns.web.struts.form.KualiTransactionalDocumentFormBase
                      extended by org.kuali.kfs.sys.document.web.struts.FinancialSystemTransactionalDocumentFormBase
                          extended by org.kuali.kfs.module.endow.document.web.struts.EndowmentTransactionLinesDocumentFormBase
All Implemented Interfaces:
Serializable, org.kuali.rice.kns.web.struts.pojo.PojoForm
Direct Known Subclasses:
AssetDecreaseDocumentForm, AssetIncreaseDocumentForm, CashDecreaseDocumentForm, CashIncreaseDocumentForm, CashTransferDocumentForm, CorporateReorganizationDocumentForm, CorpusAdjustmentDocumentForm, EndowmentAccountingLinesDocumentFormBase, EndowmentUnitShareAdjustmentDocumentForm, HoldingAdjustmentDocumentForm, LiabilityDecreaseDocumentForm, LiabilityIncreaseDocumentForm, SecurityTransferDocumentForm

public abstract class EndowmentTransactionLinesDocumentFormBase
extends FinancialSystemTransactionalDocumentFormBase

See Also:
Serialized Form

Field Summary
protected  boolean fieldValueToPrincipal
           
protected  EndowmentTransactionLine newSourceTransactionLine
           
protected  EndowmentTransactionLine newTargetTransactionLine
           
protected  boolean showETranCode
           
protected  boolean showIncomeTotalAmount
           
protected  boolean showIncomeTotalUnits
           
protected  boolean showPrincipalTotalAmount
           
protected  boolean showPrincipalTotalUnits
           
protected  boolean showSourceAdd
           
protected  boolean showSourceBalance
           
protected  boolean showSourceDelete
           
protected  boolean showSourceImport
           
protected  boolean showSourceRefresh
           
protected  boolean showSourceTransLines
           
protected  boolean showTargetAdd
           
protected  boolean showTargetBalance
           
protected  boolean showTargetDelete
           
protected  boolean showTargetImport
           
protected  boolean showTargetRefresh
           
protected  boolean showTargetTransLines
           
protected  boolean showTransactionAmount
           
protected  boolean showUnitAdjustmentAmount
           
protected  String sourceGroupLabelName
           
protected  boolean sourceIncomePrincipalIndicatorReadOnly
           
protected  boolean sourceKemidReadOnly
           
protected  String sourceTaxLotsLabelName
           
protected  String targetGroupLabelName
           
protected  boolean targetIncomePrincipalIndicatorReadOnly
           
protected  boolean targetKemidReadOnly
           
protected  String targetTaxLotsLabelName
           
protected  org.apache.struts.upload.FormFile transactionLineImportFile
           
protected  org.apache.struts.upload.FormFile transactionSourceLinesImportFile
           
 
Fields inherited from class org.kuali.rice.kns.web.struts.form.KualiTransactionalDocumentFormBase
forcedReadOnlyFields
 
Fields inherited from class org.kuali.rice.kns.web.struts.form.KualiDocumentFormBase
adHocActionRequestCodes, attachmentFile, documentActions, editingMode, suppressAllButtons
 
Fields inherited from class org.kuali.rice.kns.web.struts.form.KualiForm
extraButtons
 
Fields inherited from class org.kuali.rice.kns.web.struts.pojo.PojoFormBase
requiredNonEditableProperties
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
EndowmentTransactionLinesDocumentFormBase()
          Constructs a EndowmentTransactionLinesDocumentFormBase.java.
 
Method Summary
 String getBalanceInquiryReturnAnchor()
          Gets the balanceInquiryReturnAnchor attribute.
 EndowmentTransactionLinesDocumentBase getEndowmentTransactionLinesDocumentBase()
          Gets an EndowmentTransactionLinesDocumentBase.
 EndowmentTransactionLine getNewSourceTransactionLine()
          Gets the newSourceTransactionLine attribute.
 EndowmentTransactionLine getNewTargetTransactionLine()
          Gets the newTargetTransactionLine attribute.
 boolean getShowFromTransactionLine()
          Tells whether the source transaction lines add transaction line section should be displayed.
 boolean getShowToTransactionLine()
          Tells whether the target transaction lines add transaction line section should be displayed.
 String getSourceGroupLabelName()
          Gets the sourceGroupLabelName attribute.
 String getSourceTaxLotsLabelName()
          Gets sourceTaxLotsLabelName.
 EndowmentSourceTransactionSecurity getSourceTransactionSecurity()
           
 String getTargetGroupLabelName()
          Gets the targetGroupLabelName attribute.
 String getTargetTaxLotsLabelName()
          Gets the targetTaxLotsLabelName.
 EndowmentTargetTransactionSecurity getTargetTransactionSecurity()
           
 org.apache.struts.upload.FormFile getTransactionLineImportFile()
          Gets the transactionLineImportFile.
 String getTransactionLineImportInstructionsUrl()
           
 org.apache.struts.upload.FormFile getTransactionSourceLinesImportFile()
          Gets the transactionSourceLinesImportFile.
 boolean isFieldValueToPrincipal()
          Gets the fieldValueToPrincipal attribute.
 boolean isShowETranCode()
          Gets the showETranCode attribute.
 boolean isShowIncomeTotalAmount()
          Gets the showIncomeTotalAmount attribute.
 boolean isShowIncomeTotalUnits()
          Gets the showIncomeTotalUnits attribute.
 boolean isShowPrincipalTotalAmount()
          Gets the showIncomeTotalAmount attribute.
 boolean isShowPrincipalTotalUnits()
          Gets the showPrincipalTotalUnits attribute.
 boolean isShowSourceAdd()
          Gets the showSourceAdd attribute.
 boolean isShowSourceBalance()
          Gets the showSourceBalance attribute.
 boolean isShowSourceDelete()
          Gets the showSourceDelete attribute.
 boolean isShowSourceImport()
          Gets the showSourceImport.
 boolean isShowSourceRefresh()
          Gets the showSourceRefresh attribute.
 boolean isShowSourceTransLines()
          Gets the showSourceTransLines attribute.
 boolean isShowTargetAdd()
          Gets the showTargetAdd attribute.
 boolean isShowTargetBalance()
          Gets the showTargetBalance attribute.
 boolean isShowTargetDelete()
          Gets the showTargetDelete attribute.
 boolean isShowTargetImport()
          Gets the showTargetImport.
 boolean isShowTargetRefresh()
          Gets the showTargetRefresh attribute.
 boolean isShowTargetTransLines()
          Gets the showTargetTransLines attribute.
 boolean isShowTransactionAmount()
          Gets showTransactionAmount.
 boolean isShowUnitAdjustmentAmount()
          Gets showUnitAdjustmentAmount.
 boolean isSourceIncomePrincipalIndicatorReadOnly()
          Gets the sourceIncomePrincipalIndicatorReadOnly attribute.
 boolean isSourceKemidReadOnly()
          Gets the sourceKemidReadOnly attribute.
 boolean isTargetIncomePrincipalIndicatorReadOnly()
          Gets the targetIncomePrincipalIndicatorReadOnly attribute.
 boolean isTargetKemidReadOnly()
          Gets the targetKemidReadOnly attribute.
 void setBalanceInquiryReturnAnchor(String balanceInquiryReturnAnchor)
          Sets the balanceInquiryReturnAnchor attribute value.
 void setFeildValueToPrincipal(boolean fieldValueToPrincipal)
          Sets the fieldValueToPrincipal attribute value.
 void setNewSourceTransactionLine(EndowmentTransactionLine newSourceTransactionLine)
          Sets the newSourceTransactionLine attribute value.
 void setNewTargetTransactionLine(EndowmentTransactionLine newTargetTransactionLine)
          Sets the newTargetTransactionLine attribute value.
 void setShowETranCode(boolean showETranCode)
          Sets the showETranCode attribute value.
 void setShowIncomeTotalAmount(boolean showIncomeTotalAmount)
          Sets the showIncomeTotalAmount attribute value.
 void setShowIncomeTotalUnits(boolean showIncomeTotalUnits)
          Sets the showIncomeTotalUnits attribute value.
 void setShowPrincipalTotalAmount(boolean showPrincipalTotalAmount)
          Sets the showPrincipalTotalAmount attribute value.
 void setShowPrincipalTotalUnits(boolean showPrincipalTotalUnits)
          Sets the showIncomeTotalUnits attribute value.
 void setShowSourceAdd(boolean showSourceAdd)
          Sets the showSourceAdd attribute value.
 void setShowSourceBalance(boolean showSourceBalance)
          Sets the showSourceBalance attribute value.
 void setShowSourceDelete(boolean showSourceDelete)
          Sets the showSourceDelete attribute value.
 void setShowSourceImport(boolean showSourceImport)
          Sets the showSourceImport.
 void setShowSourceRefresh(boolean showSourceRefresh)
          Sets the showSourceRefresh attribute value.
 void setShowSourceTransLines(boolean showSourceTransLines)
          Sets the showSourceTransLines attribute value.
 void setShowTargetAdd(boolean showTargetAdd)
          Sets the showTargetAdd attribute value.
 void setShowTargetBalance(boolean showTargetBalance)
          Sets the showTargetBalance attribute value.
 void setShowTargetDelete(boolean showTargetDelete)
          Sets the showTargetDelete attribute value.
 void setShowTargetImport(boolean showTargetImport)
          Sets the showTargetImport.
 void setShowTargetRefresh(boolean showTargetRefresh)
          Sets the showTargetRefresh attribute value.
 void setShowTargetTransLines(boolean showTargetTransLines)
          Sets the showTargetTransLines attribute value.
 void setShowTransactionAmount(boolean showTransactionAmount)
          Sets showTransactionAmount.
 void setShowUnitAdjustmentAmount(boolean showUnitAdjustmentAmount)
          Sets showUnitAdjustmentAmount.
 void setSourceGroupLabelName(String sourceGroupLabelName)
          Sets the sourceGroupLabelName attribute value.
 void setSourceIncomePrincipalIndicatorReadOnly(boolean sourceIncomePrincipalIndicatorReadOnly)
          Sets the sourceIncomePrincipalIndicatorReadOnly attribute value.
 void setSourceKemidReadOnly(boolean sourceKemidReadOnly)
          Sets the sourceKemidReadOnly attribute value.
 void setSourceTaxLotsLabelName(String sourceTaxLotsLabelName)
          Sets the sourceTaxLotsLabelName.
 void setSourceTransactionSecurity(EndowmentSourceTransactionSecurity sourceTransactionSecurity)
           
 void setTargetGroupLabelName(String targetGroupLabelName)
          Sets the targetGroupLabelName attribute value.
 void setTargetIncomePrincipalIndicatorReadOnly(boolean targetIncomePrincipalIndicatorReadOnly)
          Sets the targetIncomePrincipalIndicatorReadOnly attribute value.
 void setTargetKemidReadOnly(boolean targetKemidReadOnly)
          Sets the targetKemidReadOnly attribute value.
 void setTargetTaxLotsLabelName(String targetTaxLotsLabelName)
          Sets targetTaxLotsLabelName.
 void setTargetTransactionSecurity(EndowmentTargetTransactionSecurity targetTransactionSecurity)
           
 void setTransactionLineImportFile(org.apache.struts.upload.FormFile transactionLineImportFile)
          Sets the transactionLineImportFile.
 void setTransactionSourceLinesImportFile(org.apache.struts.upload.FormFile transactionSourceLinesImportFile)
          Sets the transactionSourceLinesImportFile.
 
Methods inherited from class org.kuali.kfs.sys.document.web.struts.FinancialSystemTransactionalDocumentFormBase
extendDocInfoToThreeColumns, generateErrorCorrectionButton, getExtraButtons, populateHeaderFields
 
Methods inherited from class org.kuali.rice.kns.web.struts.form.KualiTransactionalDocumentFormBase
discoverDocumentTypeName, formatReversalDate, getForcedReadOnlyFields, getTransactionalDocument, instantiateTransactionalDocumentByDocumentTypeName, populate, populateEmptyMultiSelect, populateFalseCheckboxes, populationSpecialEmptyFields, setForcedReadOnlyFields, shouldMethodToCallParameterBeUsed
 
Methods inherited from class org.kuali.rice.kns.web.struts.form.KualiDocumentFormBase
addRequiredNonEditableProperties, buildHtmlLink, customInitMaxUploadSizes, getAdditionalScriptFile, getAdditionalScriptFiles, getAdHocActionRequestCodes, getAdHocRoutePerson, getAdHocRoutePersons, getAdHocRouteWorkgroup, getAdHocRouteWorkgroups, getAnnotation, getAttachmentFile, getBoNotes, getCommand, getDefaultDocumentTypeName, getDocId, getDocNum, getDocTypeName, getDocument, getDocumentActions, getDocumentHandlerUrl, getEditingMode, getErrorMapFromPreviousRequest, getFormKey, getInitiator, getInitiatorNetworkId, getMessageMapFromPreviousRequest, getNewAdHocRoutePerson, getNewAdHocRouteWorkgroup, getNewNote, getPersonInquiryUrlLink, getStandardHeaderFields, getWorkflowDocument, hasDocumentId, initializeHeaderNavigationTabs, instantiateDocument, isDocumentEnRoute, isFormDocumentInitialized, isHasWorkflowDocument, isReturnToActionList, isSuppressAllButtons, isUserDocumentInitiator, reset, setAdditionalScriptFile, setAdditionalScriptFiles, setAdHocActionRequestCodes, setAdHocRoutePersons, setAdHocRouteWorkgroups, setAnnotation, setAttachmentFile, setBoNotes, setCommand, setDerivedValuesOnForm, setDocId, setDocNum, setDocTypeName, setDocument, setDocumentActions, setEditingMode, setErrorMapFromPreviousRequest, setFormKey, setMessageMapFromPreviousRequest, setNewAdHocRoutePerson, setNewAdHocRouteWorkgroup, setNewNote, setReturnToActionList, setSuppressAllButtons, shouldPropertyBePopulatedInForm, validate
 
Methods inherited from class org.kuali.rice.kns.web.struts.form.KualiForm
clearEditablePropertyInformation, getActionFormUtilMap, getAnchor, getBackLocation, getCurrentTabIndex, getDisplayedErrors, getDisplayedInfo, getDisplayedWarnings, getDocInfo, getExtraButton, getFieldNameToFocusOnAfterSubmit, getHeaderNavigationTabs, getMethodToCall, getNavigationCss, getNextArbitrarilyHighIndex, getNumColumns, getRefreshCaller, getTabState, getTabStates, incrementTabIndex, isFieldLevelHelpEnabled, populateBackLocation, populateFieldLevelHelpEnabled, reset, retrieveFormValueForLookupInquiryParameters, setActionFormUtilMap, setAnchor, setBackLocation, setCurrentTabIndex, setDocInfo, setExtraButton, setExtraButtons, setFieldLevelHelpEnabled, setFieldNameToFocusOnAfterSubmit, setHeaderNavigationTabs, setMethodToCall, setNavigationCss, setNumColumns, setRefreshCaller, setTabStates
 
Methods inherited from class org.kuali.rice.kns.web.struts.pojo.PojoFormBase
addMaxUploadSize, cacheUnconvertedValue, copyPopulateEditablePropertiesToActionEditableProperties, formatterClassForKeypath, formatValue, getActionEditablePropertiesGuid, getEditableProperties, getFormatter, getFormatterTypes, getIsNewForm, getMaxUploadSizes, getMethodToCallsToBypassSessionRetrievalForGETRequests, getParameter, getParameterValues, getPopulateEditableProperties, getPopulateEditablePropertiesGuid, getPropertyType, getRequiredNonEditableProperties, getStrutsActionMappingScope, getUnconvertedValues, getUnknownKeys, initMaxUploadSizes, isPropertyEditable, isPropertyNonEditableButRequired, populateForProperty, postprocessRequestParameters, processValidationFail, registerEditableProperty, registerIsNewForm, registerRequiredNonEditableProperty, registerStrutsActionMappingScope, setActionEditablePropertiesGuid, setFormatterType, setFormatterTypes, setPopulateEditablePropertiesGuid, setUnconvertedValues
 
Methods inherited from class org.apache.struts.action.ActionForm
getMultipartRequestHandler, getServlet, getServletWrapper, setMultipartRequestHandler, setServlet, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

transactionLineImportFile

protected org.apache.struts.upload.FormFile transactionLineImportFile

transactionSourceLinesImportFile

protected org.apache.struts.upload.FormFile transactionSourceLinesImportFile

newSourceTransactionLine

protected EndowmentTransactionLine newSourceTransactionLine

newTargetTransactionLine

protected EndowmentTransactionLine newTargetTransactionLine

sourceGroupLabelName

protected String sourceGroupLabelName

targetGroupLabelName

protected String targetGroupLabelName

sourceTaxLotsLabelName

protected String sourceTaxLotsLabelName

targetTaxLotsLabelName

protected String targetTaxLotsLabelName

showIncomeTotalAmount

protected boolean showIncomeTotalAmount

showPrincipalTotalAmount

protected boolean showPrincipalTotalAmount

showIncomeTotalUnits

protected boolean showIncomeTotalUnits

showPrincipalTotalUnits

protected boolean showPrincipalTotalUnits

showTransactionAmount

protected boolean showTransactionAmount

showUnitAdjustmentAmount

protected boolean showUnitAdjustmentAmount

fieldValueToPrincipal

protected boolean fieldValueToPrincipal

showETranCode

protected boolean showETranCode

showSourceImport

protected boolean showSourceImport

showTargetImport

protected boolean showTargetImport

showSourceAdd

protected boolean showSourceAdd

showTargetAdd

protected boolean showTargetAdd

sourceKemidReadOnly

protected boolean sourceKemidReadOnly

targetKemidReadOnly

protected boolean targetKemidReadOnly

sourceIncomePrincipalIndicatorReadOnly

protected boolean sourceIncomePrincipalIndicatorReadOnly

targetIncomePrincipalIndicatorReadOnly

protected boolean targetIncomePrincipalIndicatorReadOnly

showSourceTransLines

protected boolean showSourceTransLines

showTargetTransLines

protected boolean showTargetTransLines

showSourceRefresh

protected boolean showSourceRefresh

showTargetRefresh

protected boolean showTargetRefresh

showSourceBalance

protected boolean showSourceBalance

showTargetBalance

protected boolean showTargetBalance

showSourceDelete

protected boolean showSourceDelete

showTargetDelete

protected boolean showTargetDelete
Constructor Detail

EndowmentTransactionLinesDocumentFormBase

public EndowmentTransactionLinesDocumentFormBase()
Constructs a EndowmentTransactionLinesDocumentFormBase.java.

Method Detail

getEndowmentTransactionLinesDocumentBase

public EndowmentTransactionLinesDocumentBase getEndowmentTransactionLinesDocumentBase()
Gets an EndowmentTransactionLinesDocumentBase.

Returns:
EndowmentTransactionLinesDocumentBase

getNewSourceTransactionLine

public EndowmentTransactionLine getNewSourceTransactionLine()
Gets the newSourceTransactionLine attribute.

Returns:
Returns the newSourceTransactionLine.

setNewSourceTransactionLine

public void setNewSourceTransactionLine(EndowmentTransactionLine newSourceTransactionLine)
Sets the newSourceTransactionLine attribute value.

Parameters:
newSourceTransactionLine - The newSourceTransactionLine to set.

getNewTargetTransactionLine

public EndowmentTransactionLine getNewTargetTransactionLine()
Gets the newTargetTransactionLine attribute.

Returns:
Returns the newTargetTransactionLine.

setNewTargetTransactionLine

public void setNewTargetTransactionLine(EndowmentTransactionLine newTargetTransactionLine)
Sets the newTargetTransactionLine attribute value.

Parameters:
newTargetTransactionLine - The newTargetTransactionLine to set.

getSourceTransactionSecurity

public EndowmentSourceTransactionSecurity getSourceTransactionSecurity()

setSourceTransactionSecurity

public void setSourceTransactionSecurity(EndowmentSourceTransactionSecurity sourceTransactionSecurity)

getTargetTransactionSecurity

public EndowmentTargetTransactionSecurity getTargetTransactionSecurity()

setTargetTransactionSecurity

public void setTargetTransactionSecurity(EndowmentTargetTransactionSecurity targetTransactionSecurity)

getTransactionLineImportFile

public org.apache.struts.upload.FormFile getTransactionLineImportFile()
Gets the transactionLineImportFile.

Returns:
transactionLineImportFile

setTransactionLineImportFile

public void setTransactionLineImportFile(org.apache.struts.upload.FormFile transactionLineImportFile)
Sets the transactionLineImportFile.

Parameters:
transactionLineImportFile -

getBalanceInquiryReturnAnchor

public String getBalanceInquiryReturnAnchor()
Gets the balanceInquiryReturnAnchor attribute.

Returns:
Returns the balanceInquiryReturnAnchor.

setBalanceInquiryReturnAnchor

public void setBalanceInquiryReturnAnchor(String balanceInquiryReturnAnchor)
Sets the balanceInquiryReturnAnchor attribute value.

Parameters:
balanceInquiryReturnAnchor - The balanceInquiryReturnAnchor to set.

getShowFromTransactionLine

public boolean getShowFromTransactionLine()
Tells whether the source transaction lines add transaction line section should be displayed. By default this returns true for all documents. If a document needs to handle this in a more special way than this method should be overridden in the document Form class.

Returns:
true

getShowToTransactionLine

public boolean getShowToTransactionLine()
Tells whether the target transaction lines add transaction line section should be displayed. By default this returns true for all documents. If a document needs to handle this in a more special way than this method should be overridden in the document Form class.

Returns:
true

getSourceGroupLabelName

public String getSourceGroupLabelName()
Gets the sourceGroupLabelName attribute.

Returns:
Returns the sourceGroupLabelName.

setSourceGroupLabelName

public void setSourceGroupLabelName(String sourceGroupLabelName)
Sets the sourceGroupLabelName attribute value.

Parameters:
sourceGroupLabelName - The sourceGroupLabelName to set.

getTargetGroupLabelName

public String getTargetGroupLabelName()
Gets the targetGroupLabelName attribute.

Returns:
Returns the targetGroupLabelName.

setTargetGroupLabelName

public void setTargetGroupLabelName(String targetGroupLabelName)
Sets the targetGroupLabelName attribute value.

Parameters:
targetGroupLabelName - The targetGroupLabelName to set.

isShowIncomeTotalAmount

public boolean isShowIncomeTotalAmount()
Gets the showIncomeTotalAmount attribute.

Returns:
Returns the showIncomeTotalAmount.

setShowIncomeTotalAmount

public void setShowIncomeTotalAmount(boolean showIncomeTotalAmount)
Sets the showIncomeTotalAmount attribute value.

Parameters:
showIncomeTotalAmount - The showIncomeTotalAmount to set.

isShowPrincipalTotalAmount

public boolean isShowPrincipalTotalAmount()
Gets the showIncomeTotalAmount attribute.

Returns:
Returns the showIncomeTotalAmount.

setShowPrincipalTotalAmount

public void setShowPrincipalTotalAmount(boolean showPrincipalTotalAmount)
Sets the showPrincipalTotalAmount attribute value.

Parameters:
showPrincipalTotalAmount - The showPrincipalTotalAmount to set.

isShowIncomeTotalUnits

public boolean isShowIncomeTotalUnits()
Gets the showIncomeTotalUnits attribute.

Returns:
Returns the showIncomeTotalUnits.

setShowIncomeTotalUnits

public void setShowIncomeTotalUnits(boolean showIncomeTotalUnits)
Sets the showIncomeTotalUnits attribute value.

Parameters:
showIncomeTotalUnits - The showIncomeTotalUnits to set.

isShowPrincipalTotalUnits

public boolean isShowPrincipalTotalUnits()
Gets the showPrincipalTotalUnits attribute.

Returns:
Returns the showPrincipalTotalUnits.

setShowPrincipalTotalUnits

public void setShowPrincipalTotalUnits(boolean showPrincipalTotalUnits)
Sets the showIncomeTotalUnits attribute value.

Parameters:
showIncomeTotalUnits - The showIncomeTotalUnits to set.

isFieldValueToPrincipal

public boolean isFieldValueToPrincipal()
Gets the fieldValueToPrincipal attribute.

Returns:
Returns the fieldValueToPrincipal.

setFeildValueToPrincipal

public void setFeildValueToPrincipal(boolean fieldValueToPrincipal)
Sets the fieldValueToPrincipal attribute value.

Parameters:
fieldValueToPrincipal - The fieldValueToPrincipal to set.

isShowETranCode

public boolean isShowETranCode()
Gets the showETranCode attribute.

Returns:
Returns the showETranCode.

setShowETranCode

public void setShowETranCode(boolean showETranCode)
Sets the showETranCode attribute value.

Parameters:
showETranCode - The showETranCode to set.

getSourceTaxLotsLabelName

public String getSourceTaxLotsLabelName()
Gets sourceTaxLotsLabelName.

Returns:
sourceTaxLotsLabelName

setSourceTaxLotsLabelName

public void setSourceTaxLotsLabelName(String sourceTaxLotsLabelName)
Sets the sourceTaxLotsLabelName.

Parameters:
sourceTaxLotsLabelName -

getTargetTaxLotsLabelName

public String getTargetTaxLotsLabelName()
Gets the targetTaxLotsLabelName.

Returns:
targetTaxLotsLabelName

setTargetTaxLotsLabelName

public void setTargetTaxLotsLabelName(String targetTaxLotsLabelName)
Sets targetTaxLotsLabelName.

Parameters:
targetTaxLotsLabelName -

isShowTransactionAmount

public boolean isShowTransactionAmount()
Gets showTransactionAmount.

Returns:
showTransactionAmount

setShowTransactionAmount

public void setShowTransactionAmount(boolean showTransactionAmount)
Sets showTransactionAmount.

Parameters:
showTransactionAmount -

isShowUnitAdjustmentAmount

public boolean isShowUnitAdjustmentAmount()
Gets showUnitAdjustmentAmount.

Returns:
showUnitAdjustmentAmount

setShowUnitAdjustmentAmount

public void setShowUnitAdjustmentAmount(boolean showUnitAdjustmentAmount)
Sets showUnitAdjustmentAmount.

Parameters:
showUnitAdjustmentAmount -

isShowSourceImport

public boolean isShowSourceImport()
Gets the showSourceImport.

Returns:
showSourceImport

setShowSourceImport

public void setShowSourceImport(boolean showSourceImport)
Sets the showSourceImport.

Parameters:
showSourceImport -

isShowTargetImport

public boolean isShowTargetImport()
Gets the showTargetImport.

Returns:
showTargetImport

setShowTargetImport

public void setShowTargetImport(boolean showTargetImport)
Sets the showTargetImport.

Parameters:
showTargetImport -

isShowSourceAdd

public boolean isShowSourceAdd()
Gets the showSourceAdd attribute.

Returns:
Returns the showSourceAdd.

setShowSourceAdd

public void setShowSourceAdd(boolean showSourceAdd)
Sets the showSourceAdd attribute value.

Parameters:
showSourceAdd - The showSourceAdd to set.

isShowTargetAdd

public boolean isShowTargetAdd()
Gets the showTargetAdd attribute.

Returns:
Returns the showTargetAdd.

setShowTargetAdd

public void setShowTargetAdd(boolean showTargetAdd)
Sets the showTargetAdd attribute value.

Parameters:
showTargetAdd - The showTargetAdd to set.

isSourceKemidReadOnly

public boolean isSourceKemidReadOnly()
Gets the sourceKemidReadOnly attribute.

Returns:
Returns the sourceKemidReadOnly.

setSourceKemidReadOnly

public void setSourceKemidReadOnly(boolean sourceKemidReadOnly)
Sets the sourceKemidReadOnly attribute value.

Parameters:
sourceKemidReadOnly - The sourceKemidReadOnly to set.

isTargetKemidReadOnly

public boolean isTargetKemidReadOnly()
Gets the targetKemidReadOnly attribute.

Returns:
Returns the targetKemidReadOnly.

setTargetKemidReadOnly

public void setTargetKemidReadOnly(boolean targetKemidReadOnly)
Sets the targetKemidReadOnly attribute value.

Parameters:
targetKemidReadOnly - The targetKemidReadOnly to set.

isTargetIncomePrincipalIndicatorReadOnly

public boolean isTargetIncomePrincipalIndicatorReadOnly()
Gets the targetIncomePrincipalIndicatorReadOnly attribute.

Returns:
Returns the targetIncomePrincipalIndicatorReadOnly.

setTargetIncomePrincipalIndicatorReadOnly

public void setTargetIncomePrincipalIndicatorReadOnly(boolean targetIncomePrincipalIndicatorReadOnly)
Sets the targetIncomePrincipalIndicatorReadOnly attribute value.

Parameters:
targetIncomePrincipalIndicatorReadOnly - The targetIncomePrincipalIndicatorReadOnly to set.

isSourceIncomePrincipalIndicatorReadOnly

public boolean isSourceIncomePrincipalIndicatorReadOnly()
Gets the sourceIncomePrincipalIndicatorReadOnly attribute.

Returns:
Returns the sourceIncomePrincipalIndicatorReadOnly.

setSourceIncomePrincipalIndicatorReadOnly

public void setSourceIncomePrincipalIndicatorReadOnly(boolean sourceIncomePrincipalIndicatorReadOnly)
Sets the sourceIncomePrincipalIndicatorReadOnly attribute value.

Parameters:
sourceIncomePrincipalIndicatorReadOnly - The sourceIncomePrincipalIndicatorReadOnly to set.

isShowSourceTransLines

public boolean isShowSourceTransLines()
Gets the showSourceTransLines attribute.

Returns:
Returns the showSourceTransLines.

setShowSourceTransLines

public void setShowSourceTransLines(boolean showSourceTransLines)
Sets the showSourceTransLines attribute value.

Parameters:
showSourceTransLines - The showSourceTransLines to set.

isShowTargetTransLines

public boolean isShowTargetTransLines()
Gets the showTargetTransLines attribute.

Returns:
Returns the showTargetTransLines.

setShowTargetTransLines

public void setShowTargetTransLines(boolean showTargetTransLines)
Sets the showTargetTransLines attribute value.

Parameters:
showTargetTransLines - The showTargetTransLines to set.

isShowSourceRefresh

public boolean isShowSourceRefresh()
Gets the showSourceRefresh attribute.

Returns:
Returns the showSourceRefresh.

setShowSourceRefresh

public void setShowSourceRefresh(boolean showSourceRefresh)
Sets the showSourceRefresh attribute value.

Parameters:
showSourceRefresh - The showSourceRefresh to set.

isShowTargetRefresh

public boolean isShowTargetRefresh()
Gets the showTargetRefresh attribute.

Returns:
Returns the showTargetRefresh.

setShowTargetRefresh

public void setShowTargetRefresh(boolean showTargetRefresh)
Sets the showTargetRefresh attribute value.

Parameters:
showTargetRefresh - The showTargetRefresh to set.

isShowSourceBalance

public boolean isShowSourceBalance()
Gets the showSourceBalance attribute.

Returns:
Returns the showSourceBalance.

setShowSourceBalance

public void setShowSourceBalance(boolean showSourceBalance)
Sets the showSourceBalance attribute value.

Parameters:
showSourceBalance - The showSourceBalance to set.

isShowTargetBalance

public boolean isShowTargetBalance()
Gets the showTargetBalance attribute.

Returns:
Returns the showTargetBalance.

setShowTargetBalance

public void setShowTargetBalance(boolean showTargetBalance)
Sets the showTargetBalance attribute value.

Parameters:
showTargetBalance - The showTargetBalance to set.

isShowSourceDelete

public boolean isShowSourceDelete()
Gets the showSourceDelete attribute.

Returns:
Returns the showSourceDelete.

setShowSourceDelete

public void setShowSourceDelete(boolean showSourceDelete)
Sets the showSourceDelete attribute value.

Parameters:
showSourceDelete - The showSourceDelete to set.

isShowTargetDelete

public boolean isShowTargetDelete()
Gets the showTargetDelete attribute.

Returns:
Returns the showTargetDelete.

setShowTargetDelete

public void setShowTargetDelete(boolean showTargetDelete)
Sets the showTargetDelete attribute value.

Parameters:
showTargetDelete - The showTargetDelete to set.

getTransactionLineImportInstructionsUrl

public String getTransactionLineImportInstructionsUrl()
Returns:
the URL to the accounting line import instructions

getTransactionSourceLinesImportFile

public org.apache.struts.upload.FormFile getTransactionSourceLinesImportFile()
Gets the transactionSourceLinesImportFile.

Returns:
transactionSourceLinesImportFile

setTransactionSourceLinesImportFile

public void setTransactionSourceLinesImportFile(org.apache.struts.upload.FormFile transactionSourceLinesImportFile)
Sets the transactionSourceLinesImportFile.

Parameters:
transactionSourceLinesImportFile -


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