public static class BudgetAdjustmentParametersDTO.Details extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
account |
protected String |
chart |
protected String |
currentAmount |
protected String |
objectCode |
protected String |
projectCode |
protected String |
subAccount |
Constructor and Description |
---|
BudgetAdjustmentParametersDTO.Details() |
Modifier and Type | Method and Description |
---|---|
String |
getAccount()
Gets the account attribute.
|
String |
getChart()
Gets the chart attribute.
|
String |
getCurrentAmount()
Gets the amount attribute.
|
String |
getObjectCode()
Gets the objectCode attribute.
|
String |
getProjectCode()
Gets the projectCode attribute.
|
String |
getSubAccount() |
void |
setAccount(String account)
Sets the account attribute value.
|
void |
setChart(String chrt)
Sets the chart attribute value.
|
void |
setCurrentAmount(String amount)
Sets the amount attribute value.
|
void |
setObjectCode(String objectCode)
Sets the objectCode attribute value.
|
void |
setProjectCode(String projectCode)
Sets the projectCode attribute value.
|
void |
setSubAccount(String subAccount) |
protected String subAccount
protected String objectCode
protected String projectCode
protected String currentAmount
public BudgetAdjustmentParametersDTO.Details()
public void setChart(String chrt)
chart
- The chart to set.public String getAccount()
public void setAccount(String account)
account
- The account to set.public String getSubAccount()
public void setSubAccount(String subAccount)
public String getObjectCode()
public void setObjectCode(String objectCode)
objectCode
- The objectCode to set.public String getProjectCode()
public void setProjectCode(String projectCode)
projectCode
- The projectCode to set.public String getCurrentAmount()
public void setCurrentAmount(String amount)
amount
- The amount to set.Copyright © 2004–2015 The Kuali Foundation. All rights reserved.