Constructor and Description |
---|
CostDto() |
Modifier and Type | Method and Description |
---|---|
int |
getBudgetPeriod()
Getter for property budgetPeriod
|
String |
getCategory()
Getter for property category
|
String |
getCategoryType()
Getter for property categoryType
|
org.kuali.coeus.sys.api.model.ScaleTwoDecimal |
getCost()
Getter for property cost
|
org.kuali.coeus.sys.api.model.ScaleTwoDecimal |
getCostSharing() |
String |
getDescription()
Getter for property description
|
int |
getQuantity()
Getter for property quantity
|
void |
setBudgetPeriod(int budgetPeriod)
Setter for property budgetPeriod
|
void |
setCategory(String category)
Setter for property category
|
void |
setCategoryType(String categoryType)
Setter for property categoryType
|
void |
setCost(org.kuali.coeus.sys.api.model.ScaleTwoDecimal cost)
Setter for property cost
|
void |
setCostSharing(org.kuali.coeus.sys.api.model.ScaleTwoDecimal costSharing) |
void |
setDescription(String description)
Setter for property description
|
void |
setQuantity(int quantity)
Setter for property quantity
|
public CostDto()
public int getBudgetPeriod()
public void setBudgetPeriod(int budgetPeriod)
budgetPeriod
- New value of property budgetPeriod.public org.kuali.coeus.sys.api.model.ScaleTwoDecimal getCost()
public void setCost(org.kuali.coeus.sys.api.model.ScaleTwoDecimal cost)
cost
- New value of property cost.public String getCategory()
public void setCategory(String category)
category
- New value of property category.public String getCategoryType()
public void setCategoryType(String categoryType)
categoryType
- New value of property categoryType.public String getDescription()
public void setDescription(String description)
description
- New value of property description.public int getQuantity()
public void setQuantity(int quantity)
quantity
- New value of property quantity.public org.kuali.coeus.sys.api.model.ScaleTwoDecimal getCostSharing()
public void setCostSharing(org.kuali.coeus.sys.api.model.ScaleTwoDecimal costSharing)
Copyright © 2014–2015 The Kuali Foundation. All rights reserved.