org.kuali.kfs.module.ar.batch.vo
Class CustomerDigesterVO
java.lang.Object
org.kuali.kfs.module.ar.batch.vo.CustomerDigesterVO
public class CustomerDigesterVO
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CustomerDigesterVO
public CustomerDigesterVO()
getCustomerNumber
public String getCustomerNumber()
setCustomerNumber
public void setCustomerNumber(String customerNumber)
getCustomerName
public String getCustomerName()
setCustomerName
public void setCustomerName(String customerName)
getCustomerParentCompanyNumber
public String getCustomerParentCompanyNumber()
setCustomerParentCompanyNumber
public void setCustomerParentCompanyNumber(String customerParentCompanyNumber)
getCustomerTypeCode
public String getCustomerTypeCode()
setCustomerTypeCode
public void setCustomerTypeCode(String customerTypeCode)
getCustomerLastActivityDate
public String getCustomerLastActivityDate()
setCustomerLastActivityDate
public void setCustomerLastActivityDate(String customerLastActivityDate)
getCustomerTaxTypeCode
public String getCustomerTaxTypeCode()
setCustomerTaxTypeCode
public void setCustomerTaxTypeCode(String customerTaxTypeCode)
getCustomerTaxNbr
public String getCustomerTaxNbr()
setCustomerTaxNbr
public void setCustomerTaxNbr(String customerTaxNbr)
getCustomerActiveIndicator
public String getCustomerActiveIndicator()
setCustomerActiveIndicator
public void setCustomerActiveIndicator(String customerActiveIndicator)
getCustomerPhoneNumber
public String getCustomerPhoneNumber()
setCustomerPhoneNumber
public void setCustomerPhoneNumber(String customerPhoneNumber)
getCustomer800PhoneNumber
public String getCustomer800PhoneNumber()
setCustomer800PhoneNumber
public void setCustomer800PhoneNumber(String customer800PhoneNumber)
getCustomerContactName
public String getCustomerContactName()
setCustomerContactName
public void setCustomerContactName(String customerContactName)
getCustomerContactPhoneNumber
public String getCustomerContactPhoneNumber()
setCustomerContactPhoneNumber
public void setCustomerContactPhoneNumber(String customerContactPhoneNumber)
getCustomerFaxNumber
public String getCustomerFaxNumber()
setCustomerFaxNumber
public void setCustomerFaxNumber(String customerFaxNumber)
getCustomerBirthDate
public String getCustomerBirthDate()
setCustomerBirthDate
public void setCustomerBirthDate(String customerBirthDate)
getCustomerTaxExemptIndicator
public String getCustomerTaxExemptIndicator()
setCustomerTaxExemptIndicator
public void setCustomerTaxExemptIndicator(String customerTaxExemptIndicator)
getCustomerCreditLimitAmount
public String getCustomerCreditLimitAmount()
setCustomerCreditLimitAmount
public void setCustomerCreditLimitAmount(String customerCreditLimitAmount)
getCustomerCreditApprovedByName
public String getCustomerCreditApprovedByName()
setCustomerCreditApprovedByName
public void setCustomerCreditApprovedByName(String customerCreditApprovedByName)
getCustomerEmailAddress
public String getCustomerEmailAddress()
setCustomerEmailAddress
public void setCustomerEmailAddress(String customerEmailAddress)
getCustomerAddresses
public List<CustomerAddressDigesterVO> getCustomerAddresses()
setCustomerAddresses
public void setCustomerAddresses(List<CustomerAddressDigesterVO> customerAddresses)
addCustomerAddress
public void addCustomerAddress(CustomerAddressDigesterVO customerAddress)
- This is a convenience method that adds a populated CustomerAddress object directly
to the contained TypedArrayList.
It's primarily used by the Customer Load batch process, for each of XML batch file
digesting, though it can be used generally.
NOTE that it will attempt to wire the parent/child relationship by setting the
customerAddress.customerNumber to the customerNumber of 'this', if the number isnt
already set.
- Parameters:
customerAddress
-
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.