Class S2SIndirectCostDto
java.lang.Object
org.kuali.coeus.s2sgen.api.budget.S2SIndirectCostDto
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.kuali.coeus.sys.api.model.ScaleTwoDecimalorg.kuali.coeus.sys.api.model.ScaleTwoDecimalvoidsetIndirectCostDetails(List<S2SIndirectCostDetailsDto> indirectCostDetails) voidsetTotalIndirectCosts(org.kuali.coeus.sys.api.model.ScaleTwoDecimal totalIndirectCosts) voidsetTotalIndirectCostSharing(org.kuali.coeus.sys.api.model.ScaleTwoDecimal totalIndirectCostSharing)
-
Constructor Details
-
S2SIndirectCostDto
public S2SIndirectCostDto()
-
-
Method Details
-
getIndirectCostDetails
-
setIndirectCostDetails
-
getTotalIndirectCosts
public org.kuali.coeus.sys.api.model.ScaleTwoDecimal getTotalIndirectCosts() -
setTotalIndirectCosts
public void setTotalIndirectCosts(org.kuali.coeus.sys.api.model.ScaleTwoDecimal totalIndirectCosts) -
getTotalIndirectCostSharing
public org.kuali.coeus.sys.api.model.ScaleTwoDecimal getTotalIndirectCostSharing() -
setTotalIndirectCostSharing
public void setTotalIndirectCostSharing(org.kuali.coeus.sys.api.model.ScaleTwoDecimal totalIndirectCostSharing)
-