org.kuali.kfs.module.purap.businessobject
Class ElectronicInvoicePostalAddress

java.lang.Object
  extended by org.kuali.kfs.module.purap.businessobject.ElectronicInvoicePostalAddress

public class ElectronicInvoicePostalAddress
extends Object


Constructor Summary
ElectronicInvoicePostalAddress()
           
 
Method Summary
 void addName(String name)
           
 void addStreet(String street)
           
 String getCityName()
           
 String getCountryCode()
           
 String getCountryName()
           
 String getLine1()
           
 String getLine2()
           
 String getLine3()
           
 String getName()
           
 List getNames()
           
 String getPostalCode()
           
 String getStateCode()
           
 String getType()
           
 void setCityName(String cityName)
           
 void setCountryCode(String countryCode)
           
 void setCountryName(String countryName)
           
 void setLine1(String line1)
           
 void setLine2(String line2)
           
 void setLine3(String line3)
           
 void setNames(List names)
           
 void setPostalCode(String postalCode)
           
 void setStateCode(String stateCode)
           
 void setType(String type)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ElectronicInvoicePostalAddress

public ElectronicInvoicePostalAddress()
Method Detail

addName

public void addName(String name)

getName

public String getName()
Returns:
first name found in names list

getCityName

public String getCityName()
Returns:
Returns the cityName.

setCityName

public void setCityName(String cityName)
Parameters:
cityName - The cityName to set.

getCountryCode

public String getCountryCode()
Returns:
Returns the countryCode.

setCountryCode

public void setCountryCode(String countryCode)
Parameters:
countryCode - The countryCode to set.

getCountryName

public String getCountryName()
Returns:
Returns the countryName.

setCountryName

public void setCountryName(String countryName)
Parameters:
countryName - The countryName to set.

getLine1

public String getLine1()
Returns:
Returns the line1.

setLine1

public void setLine1(String line1)
Parameters:
line1 - The line1 to set.

getLine2

public String getLine2()
Returns:
Returns the line2.

setLine2

public void setLine2(String line2)
Parameters:
line2 - The line2 to set.

getLine3

public String getLine3()
Returns:
Returns the line3.

setLine3

public void setLine3(String line3)
Parameters:
line3 - The line3 to set.

getNames

public List getNames()
Returns:
Returns the names.

setNames

public void setNames(List names)
Parameters:
names - The names to set.

getPostalCode

public String getPostalCode()
Returns:
Returns the postalCode.

setPostalCode

public void setPostalCode(String postalCode)
Parameters:
postalCode - The postalCode to set.

getStateCode

public String getStateCode()
Returns:
Returns the stateCode.

setStateCode

public void setStateCode(String stateCode)
Parameters:
stateCode - The stateCode to set.

getType

public String getType()
Returns:
Returns the type.

setType

public void setType(String type)
Parameters:
type - The type to set.

addStreet

public void addStreet(String street)

toString

public String toString()
Overrides:
toString in class Object


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