public class AccountParametersDTO extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
AccountParametersDTO() |
Modifier and Type | Method and Description |
---|---|
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.
|
protected String principalId
protected String higherEdFunctionCode
protected String indirectCostTypeCode
protected String indirectCostRate
protected String defaultAddressCityName
protected String defaultAddressStateCode
protected String defaultAddressStreetAddress
protected String defaultAddressZipCode
protected String adminContactAddressCityName
protected String adminContactAddressStateCode
protected String adminContactAddressStreetAddress
protected String adminContactAddressZipCode
protected String accountName
protected String accountNumber
protected String cfdaNumber
protected Date expirationDate
protected Date effectiveDate
protected boolean offCampusIndicator
protected String expenseGuidelineText
protected String incomeGuidelineText
protected String purposeText
public AccountParametersDTO()
public void setUnit(String unit)
unit
- The unit to set.public String getAccountNumber()
public void setAccountNumber(String accountNumber)
accountNumber
- The accountNumber to set.public String getAccountName()
public void setAccountName(String accountName)
accountName
- The accountName to set.public String getHigherEdFunctionCode()
public void setHigherEdFunctionCode(String higherEdFunctionCode)
higherEdFunctionCode
- The higherEdFunctionCode to set.public String getIndirectCostTypeCode()
public void setIndirectCostTypeCode(String indirectCostTypeCode)
indirectCostTypeCode
- The indirectCostTypeCode to set.public String getIndirectCostRate()
public void setIndirectCostRate(String indirectCostRate)
indirectCostRate
- The indirectCostRate to set.public String getExpenseGuidelineText()
public void setExpenseGuidelineText(String expenseGuidelineText)
expenseGuidelineText
- The expenseGuidelineText to set.public String getIncomeGuidelineText()
public void setIncomeGuidelineText(String incomeGuidelineText)
incomeGuidelineText
- The incomeGuidelineText to set.public String getPurposeText()
public void setPurposeText(String purposeText)
purposeText
- The purposeText to set.public String getCfdaNumber()
public void setCfdaNumber(String cfdaNumber)
cfdaNumber
- The cfdaNumber to set.public Date getExpirationDate()
public void setExpirationDate(Date expirationDate)
expirationDate
- The expirationDate to set.public Date getEffectiveDate()
public void setEffectiveDate(Date effectiveDate)
effectiveDate
- The effectiveDate to set.public boolean isOffCampusIndicator()
public void setOffCampusIndicator(boolean offCampusIndicator)
offCampusIndicator
- The offCampusIndicator to set.public String getDefaultAddressCityName()
public void setDefaultAddressCityName(String defaultAddressCityName)
public String getDefaultAddressStateCode()
public void setDefaultAddressStateCode(String defaultAddressStateCode)
public String getDefaultAddressStreetAddress()
public void setDefaultAddressStreetAddress(String defaultAddressStreetAddress)
public String getDefaultAddressZipCode()
public void setDefaultAddressZipCode(String defaultAddressZipCode)
public String getAdminContactAddressCityName()
public void setAdminContactAddressCityName(String adminContactAddressCityName)
public String getAdminContactAddressStateCode()
public void setAdminContactAddressStateCode(String adminContactAddressStateCode)
public String getAdminContactAddressStreetAddress()
public void setAdminContactAddressStreetAddress(String adminContactAddressStreetAddress)
public String getAdminContactAddressZipCode()
public void setAdminContactAddressZipCode(String adminContactAddressZipCode)
public String getPrincipalId()
public void setPrincipalId(String principalId)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.