org.kuali.kfs.integration.cg.dto
Class AccountParametersDTO

java.lang.Object
  extended by org.kuali.kfs.integration.cg.dto.AccountParametersDTO
All Implemented Interfaces:
Serializable

public class AccountParametersDTO
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
protected  String accountName
           
protected  String accountNumber
           
protected  String adminContactAddressCityName
           
protected  String adminContactAddressStateCode
           
protected  String adminContactAddressStreetAddress
           
protected  String adminContactAddressZipCode
           
protected  String cfdaNumber
           
protected  String defaultAddressCityName
           
protected  String defaultAddressStateCode
           
protected  String defaultAddressStreetAddress
           
protected  String defaultAddressZipCode
           
protected  Date effectiveDate
           
protected  String expenseGuidelineText
           
protected  Date expirationDate
           
protected  String higherEdFunctionCode
           
protected  String incomeGuidelineText
           
protected  String indirectCostRate
           
protected  String indirectCostTypeCode
           
protected  boolean offCampusIndicator
           
protected  String principalId
           
protected  String purposeText
           
protected  String unit
           
 
Constructor Summary
AccountParametersDTO()
           
 
Method Summary
 String getAccountName()
          Gets the accountName attribute.
 String getAccountNumber()
          Gets the accountNumber attribute.
 String getAdminContactAddressCityName()
           
 String getAdminContactAddressStateCode()
           
 String getAdminContactAddressStreetAddress()
           
 String getAdminContactAddressZipCode()
           
 String getCfdaNumber()
          Gets the cfdaNumber attribute.
 String getDefaultAddressCityName()
           
 String getDefaultAddressStateCode()
           
 String getDefaultAddressStreetAddress()
           
 String getDefaultAddressZipCode()
           
 Date getEffectiveDate()
          Gets the effectiveDate attribute.
 String getExpenseGuidelineText()
          Gets the expenseGuidelineText attribute.
 Date getExpirationDate()
          Gets the expirationDate attribute.
 String getHigherEdFunctionCode()
          Gets the higherEdFunctionCode attribute.
 String getIncomeGuidelineText()
          Gets the incomeGuidelineText attribute.
 String getIndirectCostRate()
          Gets the indirectCostRate attribute.
 String getIndirectCostTypeCode()
          Gets the indirectCostTypeCode attribute.
 String getPrincipalId()
           
 String getPurposeText()
          Gets the purposeText attribute.
 String getUnit()
          Gets the unit attribute.
 boolean isOffCampusIndicator()
          Gets the offCampusIndicator attribute.
 void setAccountName(String accountName)
          Sets the accountName attribute value.
 void setAccountNumber(String accountNumber)
          Sets the accountNumber attribute value.
 void setAdminContactAddressCityName(String adminContactAddressCityName)
           
 void setAdminContactAddressStateCode(String adminContactAddressStateCode)
           
 void setAdminContactAddressStreetAddress(String adminContactAddressStreetAddress)
           
 void setAdminContactAddressZipCode(String adminContactAddressZipCode)
           
 void setCfdaNumber(String cfdaNumber)
          Sets the cfdaNumber attribute value.
 void setDefaultAddressCityName(String defaultAddressCityName)
           
 void setDefaultAddressStateCode(String defaultAddressStateCode)
           
 void setDefaultAddressStreetAddress(String defaultAddressStreetAddress)
           
 void setDefaultAddressZipCode(String defaultAddressZipCode)
           
 void setEffectiveDate(Date effectiveDate)
          Sets the effectiveDate attribute value.
 void setExpenseGuidelineText(String expenseGuidelineText)
          Sets the expenseGuidelineText attribute value.
 void setExpirationDate(Date expirationDate)
          Sets the expirationDate attribute value.
 void setHigherEdFunctionCode(String higherEdFunctionCode)
          Sets the higherEdFunctionCode attribute value.
 void setIncomeGuidelineText(String incomeGuidelineText)
          Sets the incomeGuidelineText attribute value.
 void setIndirectCostRate(String indirectCostRate)
          Sets the indirectCostRate attribute value.
 void setIndirectCostTypeCode(String indirectCostTypeCode)
          Sets the indirectCostTypeCode attribute value.
 void setOffCampusIndicator(boolean offCampusIndicator)
          Sets the offCampusIndicator attribute value.
 void setPrincipalId(String principalId)
           
 void setPurposeText(String purposeText)
          Sets the purposeText attribute value.
 void setUnit(String unit)
          Sets the unit attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

unit

protected String unit

principalId

protected String principalId

higherEdFunctionCode

protected String higherEdFunctionCode

indirectCostTypeCode

protected String indirectCostTypeCode

indirectCostRate

protected String indirectCostRate

defaultAddressCityName

protected String defaultAddressCityName

defaultAddressStateCode

protected String defaultAddressStateCode

defaultAddressStreetAddress

protected String defaultAddressStreetAddress

defaultAddressZipCode

protected String defaultAddressZipCode

adminContactAddressCityName

protected String adminContactAddressCityName

adminContactAddressStateCode

protected String adminContactAddressStateCode

adminContactAddressStreetAddress

protected String adminContactAddressStreetAddress

adminContactAddressZipCode

protected String adminContactAddressZipCode

accountName

protected String accountName

accountNumber

protected String accountNumber

cfdaNumber

protected String cfdaNumber

expirationDate

protected Date expirationDate

effectiveDate

protected Date effectiveDate

offCampusIndicator

protected boolean offCampusIndicator

expenseGuidelineText

protected String expenseGuidelineText

incomeGuidelineText

protected String incomeGuidelineText

purposeText

protected String purposeText
Constructor Detail

AccountParametersDTO

public AccountParametersDTO()
Method Detail

getUnit

public String getUnit()
Gets the unit attribute.

Returns:
Returns the unit.

setUnit

public void setUnit(String unit)
Sets the unit attribute value.

Parameters:
unit - The unit to set.

getAccountNumber

public String getAccountNumber()
Gets the accountNumber attribute.

Returns:
Returns the accountNumber.

setAccountNumber

public void setAccountNumber(String accountNumber)
Sets the accountNumber attribute value.

Parameters:
accountNumber - The accountNumber to set.

getAccountName

public String getAccountName()
Gets the accountName attribute.

Returns:
Returns the accountName.

setAccountName

public void setAccountName(String accountName)
Sets the accountName attribute value.

Parameters:
accountName - The accountName to set.

getHigherEdFunctionCode

public String getHigherEdFunctionCode()
Gets the higherEdFunctionCode attribute.

Returns:
Returns the higherEdFunctionCode.

setHigherEdFunctionCode

public void setHigherEdFunctionCode(String higherEdFunctionCode)
Sets the higherEdFunctionCode attribute value.

Parameters:
higherEdFunctionCode - The higherEdFunctionCode to set.

getIndirectCostTypeCode

public String getIndirectCostTypeCode()
Gets the indirectCostTypeCode attribute.

Returns:
Returns the indirectCostTypeCode.

setIndirectCostTypeCode

public void setIndirectCostTypeCode(String indirectCostTypeCode)
Sets the indirectCostTypeCode attribute value.

Parameters:
indirectCostTypeCode - The indirectCostTypeCode to set.

getIndirectCostRate

public String getIndirectCostRate()
Gets the indirectCostRate attribute.

Returns:
Returns the indirectCostRate.

setIndirectCostRate

public void setIndirectCostRate(String indirectCostRate)
Sets the indirectCostRate attribute value.

Parameters:
indirectCostRate - The indirectCostRate to set.

getExpenseGuidelineText

public String getExpenseGuidelineText()
Gets the expenseGuidelineText attribute.

Returns:
Returns the expenseGuidelineText.

setExpenseGuidelineText

public void setExpenseGuidelineText(String expenseGuidelineText)
Sets the expenseGuidelineText attribute value.

Parameters:
expenseGuidelineText - The expenseGuidelineText to set.

getIncomeGuidelineText

public String getIncomeGuidelineText()
Gets the incomeGuidelineText attribute.

Returns:
Returns the incomeGuidelineText.

setIncomeGuidelineText

public void setIncomeGuidelineText(String incomeGuidelineText)
Sets the incomeGuidelineText attribute value.

Parameters:
incomeGuidelineText - The incomeGuidelineText to set.

getPurposeText

public String getPurposeText()
Gets the purposeText attribute.

Returns:
Returns the purposeText.

setPurposeText

public void setPurposeText(String purposeText)
Sets the purposeText attribute value.

Parameters:
purposeText - The purposeText to set.

getCfdaNumber

public String getCfdaNumber()
Gets the cfdaNumber attribute.

Returns:
Returns the cfdaNumber.

setCfdaNumber

public void setCfdaNumber(String cfdaNumber)
Sets the cfdaNumber attribute value.

Parameters:
cfdaNumber - The cfdaNumber to set.

getExpirationDate

public Date getExpirationDate()
Gets the expirationDate attribute.

Returns:
Returns the expirationDate.

setExpirationDate

public void setExpirationDate(Date expirationDate)
Sets the expirationDate attribute value.

Parameters:
expirationDate - The expirationDate to set.

getEffectiveDate

public Date getEffectiveDate()
Gets the effectiveDate attribute.

Returns:
Returns the effectiveDate.

setEffectiveDate

public void setEffectiveDate(Date effectiveDate)
Sets the effectiveDate attribute value.

Parameters:
effectiveDate - The effectiveDate to set.

isOffCampusIndicator

public boolean isOffCampusIndicator()
Gets the offCampusIndicator attribute.

Returns:
Returns the offCampusIndicator.

setOffCampusIndicator

public void setOffCampusIndicator(boolean offCampusIndicator)
Sets the offCampusIndicator attribute value.

Parameters:
offCampusIndicator - The offCampusIndicator to set.

getDefaultAddressCityName

public String getDefaultAddressCityName()

setDefaultAddressCityName

public void setDefaultAddressCityName(String defaultAddressCityName)

getDefaultAddressStateCode

public String getDefaultAddressStateCode()

setDefaultAddressStateCode

public void setDefaultAddressStateCode(String defaultAddressStateCode)

getDefaultAddressStreetAddress

public String getDefaultAddressStreetAddress()

setDefaultAddressStreetAddress

public void setDefaultAddressStreetAddress(String defaultAddressStreetAddress)

getDefaultAddressZipCode

public String getDefaultAddressZipCode()

setDefaultAddressZipCode

public void setDefaultAddressZipCode(String defaultAddressZipCode)

getAdminContactAddressCityName

public String getAdminContactAddressCityName()

setAdminContactAddressCityName

public void setAdminContactAddressCityName(String adminContactAddressCityName)

getAdminContactAddressStateCode

public String getAdminContactAddressStateCode()

setAdminContactAddressStateCode

public void setAdminContactAddressStateCode(String adminContactAddressStateCode)

getAdminContactAddressStreetAddress

public String getAdminContactAddressStreetAddress()

setAdminContactAddressStreetAddress

public void setAdminContactAddressStreetAddress(String adminContactAddressStreetAddress)

getAdminContactAddressZipCode

public String getAdminContactAddressZipCode()

setAdminContactAddressZipCode

public void setAdminContactAddressZipCode(String adminContactAddressZipCode)

getPrincipalId

public String getPrincipalId()

setPrincipalId

public void setPrincipalId(String principalId)


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