org.kuali.kfs.module.ar.batch.vo
Class CustomerAddressDigesterVO

java.lang.Object
  extended by org.kuali.kfs.module.ar.batch.vo.CustomerAddressDigesterVO

public class CustomerAddressDigesterVO
extends Object


Constructor Summary
CustomerAddressDigesterVO()
           
 
Method Summary
 String getCustomerAddressEndDate()
           
 String getCustomerAddressInternationalProvinceName()
           
 String getCustomerAddressName()
           
 String getCustomerAddressTypeCode()
           
 String getCustomerCityName()
           
 String getCustomerCountryCode()
           
 String getCustomerEmailAddress()
           
 String getCustomerInternationalMailCode()
           
 String getCustomerLine1StreetAddress()
           
 String getCustomerLine2StreetAddress()
           
 String getCustomerNumber()
           
 String getCustomerStateCode()
           
 String getCustomerZipCode()
           
 void setCustomerAddressEndDate(String customerAddressEndDate)
           
 void setCustomerAddressInternationalProvinceName(String customerAddressInternationalProvinceName)
           
 void setCustomerAddressName(String customerAddressName)
           
 void setCustomerAddressTypeCode(String customerAddressTypeCode)
           
 void setCustomerCityName(String customerCityName)
           
 void setCustomerCountryCode(String customerCountryCode)
           
 void setCustomerEmailAddress(String customerEmailAddress)
           
 void setCustomerInternationalMailCode(String customerInternationalMailCode)
           
 void setCustomerLine1StreetAddress(String customerLine1StreetAddress)
           
 void setCustomerLine2StreetAddress(String customerLine2StreetAddress)
           
 void setCustomerNumber(String customerNumber)
           
 void setCustomerStateCode(String customerStateCode)
           
 void setCustomerZipCode(String customerZipCode)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomerAddressDigesterVO

public CustomerAddressDigesterVO()
Method Detail

getCustomerNumber

public String getCustomerNumber()

setCustomerNumber

public void setCustomerNumber(String customerNumber)

getCustomerAddressName

public String getCustomerAddressName()

setCustomerAddressName

public void setCustomerAddressName(String customerAddressName)

getCustomerLine1StreetAddress

public String getCustomerLine1StreetAddress()

setCustomerLine1StreetAddress

public void setCustomerLine1StreetAddress(String customerLine1StreetAddress)

getCustomerLine2StreetAddress

public String getCustomerLine2StreetAddress()

setCustomerLine2StreetAddress

public void setCustomerLine2StreetAddress(String customerLine2StreetAddress)

getCustomerCityName

public String getCustomerCityName()

setCustomerCityName

public void setCustomerCityName(String customerCityName)

getCustomerStateCode

public String getCustomerStateCode()

setCustomerStateCode

public void setCustomerStateCode(String customerStateCode)

getCustomerZipCode

public String getCustomerZipCode()

setCustomerZipCode

public void setCustomerZipCode(String customerZipCode)

getCustomerCountryCode

public String getCustomerCountryCode()

setCustomerCountryCode

public void setCustomerCountryCode(String customerCountryCode)

getCustomerAddressInternationalProvinceName

public String getCustomerAddressInternationalProvinceName()

setCustomerAddressInternationalProvinceName

public void setCustomerAddressInternationalProvinceName(String customerAddressInternationalProvinceName)

getCustomerInternationalMailCode

public String getCustomerInternationalMailCode()

setCustomerInternationalMailCode

public void setCustomerInternationalMailCode(String customerInternationalMailCode)

getCustomerEmailAddress

public String getCustomerEmailAddress()

setCustomerEmailAddress

public void setCustomerEmailAddress(String customerEmailAddress)

getCustomerAddressTypeCode

public String getCustomerAddressTypeCode()

setCustomerAddressTypeCode

public void setCustomerAddressTypeCode(String customerAddressTypeCode)

getCustomerAddressEndDate

public String getCustomerAddressEndDate()

setCustomerAddressEndDate

public void setCustomerAddressEndDate(String customerAddressEndDate)


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