Class S2SIndirectCostDto

java.lang.Object
org.kuali.coeus.s2sgen.api.budget.S2SIndirectCostDto

public final class S2SIndirectCostDto extends Object
  • Constructor Details

    • S2SIndirectCostDto

      public S2SIndirectCostDto()
  • Method Details

    • getIndirectCostDetails

      public List<S2SIndirectCostDetailsDto> getIndirectCostDetails()
    • setIndirectCostDetails

      public void setIndirectCostDetails(List<S2SIndirectCostDetailsDto> indirectCostDetails)
    • 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)