|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.kfs.integration.cg.dto.BudgetAdjustmentParametersDTO.Details
public static class BudgetAdjustmentParametersDTO.Details
Field Summary | |
---|---|
protected String |
account
|
protected String |
chart
|
protected String |
currentAmount
|
protected String |
objectCode
|
protected String |
projectCode
|
protected String |
subAccount
|
Constructor Summary | |
---|---|
BudgetAdjustmentParametersDTO.Details()
|
Method Summary | |
---|---|
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)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String chart
protected String account
protected String subAccount
protected String objectCode
protected String projectCode
protected String currentAmount
Constructor Detail |
---|
public BudgetAdjustmentParametersDTO.Details()
Method Detail |
---|
public String getChart()
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |