public class ED524BudgetV1_0Generator extends ED524BudgetBaseGenerator
AGENCY_VALUE, APPROVING_FEDERAL_AGENCY_ED, APPROVING_FEDERAL_AGENCY_OTHER, categoryCostCSFringe, categoryCostFringe, contractualCost, contractualCostCS, DEFAULT_LEGAL_NAME, DHHS_AGREEMENT, DHHS_DEFAULT_VALUE, equipmentCost, equipmentCostCS, INDIRECT_COST_RATE_AGREEMENT_NONE, indirectCS, otherCost, otherCostCS, personnelCost, personnelCostCS, RATE_CLASS_TYPE_EMPLOYEE_BENEFITS, RATE_CLASS_TYPE_OTHER, RATE_CLASS_TYPE_VACATION, RATE_TYPE_ADMINISTRATIVE_SALARIES, RATE_TYPE_SUPPORT_STAFF_SALARIES, RESTIRCTED_QUESTION, s2sBudgetCalculatorService, s2sUtilService, supplyCost, supplyCostCS, TARGET_CATEGORY_CODE_FOREIGN_TRAVEL, TARGET_CATEGORY_CODE_MATERIOALS_AND_SUPPLIES, TARGET_CATEGORY_CODE_PARTICIPANT_STIPENDS, TARGET_CATEGORY_CODE_PURCHASED_EQUIPMENT, TARGET_CATEGORY_CODE_SUBCONTRACT, TARGET_CATEGORY_CODE_TRAVEL, TARGET_CATEGORY_TYPE_CODE_PERSONNEL, totalCost, totalCostSharing, totalDirectCost, totalIndirectCost, trainingCost, trainingCostCS, travelCost, travelCostCSAREAS_AFFECTED_ABSTRACT_TYPE_CODE, CONGRESSIONAL_DISTRICT_MAX_LENGTH, DESCRIPTION, DUNS_NUMBER_MAX_LENGTH, globLibV10Generator, globLibV20Generator, KEY_VALUE_SEPARATOR, MODULE_NUMBER, ORGANIZATON_NAME_MAX_LENGTH, pdDoc, PRIMARY_TITLE_MAX_LENGTH, TITLE, TYPE_SEPARATOR| Constructor and Description |
|---|
ED524BudgetV1_0Generator() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.xmlbeans.XmlObject |
getFormObject(ProposalDevelopmentDocument proposalDevelopmentDocument)
This method creates
XmlObject of type ED524BudgetDocument by populating data from the given
ProposalDevelopmentDocument |
org.apache.xmlbeans.XmlObject |
getFormObject(org.apache.xmlbeans.XmlObject xmlObject)
This method typecasts the given
XmlObject to the required generator type and returns back the document of that
generator type. |
getAgencyName, getContractualCosts, getEquipmentCosts, getIndirectCosts, getOtherCosts, getPersonnelCosts, getSuppliesCosts, getTotalCosts, getTrainingCosts, getTravelCostsaddAttachment, computeAttachmentHash, createContentId, createContentId, getAttachedFileDataType, getAttachedFileDataTypes, getAttachedFileType, getAttachments, getAuditErrors, getHashValue, getPernonnelAttachments, getQuestionnaireAnswers, isSponsorNIH, saveNarrative, setAttachments, setAuditErrors, sortAttachmentspublic org.apache.xmlbeans.XmlObject getFormObject(ProposalDevelopmentDocument proposalDevelopmentDocument)
XmlObject of type ED524BudgetDocument by populating data from the given
ProposalDevelopmentDocumentproposalDevelopmentDocument - for which the XmlObject needs to be createdXmlObject which is generated using the given ProposalDevelopmentDocumentS2SFormGenerator.getFormObject(ProposalDevelopmentDocument)public org.apache.xmlbeans.XmlObject getFormObject(org.apache.xmlbeans.XmlObject xmlObject)
XmlObject to the required generator type and returns back the document of that
generator type.xmlObject - which needs to be converted to the document type of the required generatorXmlObject document of the required generator typeorg.kuali.kra.s2s.generator.S2SFormGenerator#getFormObject(XmlObject)Copyright © 2013 The Kuali Foundation. All Rights Reserved.