Class S2SCostDto

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

public final class S2SCostDto extends Object
  • Constructor Details

    • S2SCostDto

      public S2SCostDto()
  • Method Details

    • getCost

      public org.kuali.coeus.sys.api.model.ScaleTwoDecimal getCost()
    • setCost

      public void setCost(org.kuali.coeus.sys.api.model.ScaleTwoDecimal cost)
    • getCategory

      public String getCategory()
    • setCategory

      public void setCategory(String category)
    • getCategoryType

      public String getCategoryType()
    • setCategoryType

      public void setCategoryType(String categoryType)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getQuantity

      public int getQuantity()
    • setQuantity

      public void setQuantity(int quantity)
    • getCostSharing

      public org.kuali.coeus.sys.api.model.ScaleTwoDecimal getCostSharing()
    • setCostSharing

      public void setCostSharing(org.kuali.coeus.sys.api.model.ScaleTwoDecimal costSharing)