org.kuali.kfs.integration.cg.dto
Class BudgetAdjustmentParametersDTO.Details

java.lang.Object
  extended by org.kuali.kfs.integration.cg.dto.BudgetAdjustmentParametersDTO.Details
Enclosing class:
BudgetAdjustmentParametersDTO

public static class BudgetAdjustmentParametersDTO.Details
extends Object


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

chart

protected String chart

account

protected String account

subAccount

protected String subAccount

objectCode

protected String objectCode

projectCode

protected String projectCode

currentAmount

protected String currentAmount
Constructor Detail

BudgetAdjustmentParametersDTO.Details

public BudgetAdjustmentParametersDTO.Details()
Method Detail

getChart

public String getChart()
Gets the chart attribute.

Returns:
Returns the chart.

setChart

public void setChart(String chrt)
Sets the chart attribute value.

Parameters:
chart - The chart to set.

getAccount

public String getAccount()
Gets the account attribute.

Returns:
Returns the account.

setAccount

public void setAccount(String account)
Sets the account attribute value.

Parameters:
account - The account to set.

getSubAccount

public String getSubAccount()

setSubAccount

public void setSubAccount(String subAccount)

getObjectCode

public String getObjectCode()
Gets the objectCode attribute.


setObjectCode

public void setObjectCode(String objectCode)
Sets the objectCode attribute value.

Parameters:
objectCode - The objectCode to set.

getProjectCode

public String getProjectCode()
Gets the projectCode attribute.

Returns:
Returns the projectCode.

setProjectCode

public void setProjectCode(String projectCode)
Sets the projectCode attribute value.

Parameters:
projectCode - The projectCode to set.

getCurrentAmount

public String getCurrentAmount()
Gets the amount attribute.

Returns:
Returns the amount.

setCurrentAmount

public void setCurrentAmount(String amount)
Sets the amount attribute value.

Parameters:
amount - The amount to set.


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.