org.exoplatform.community.brandadvocacy.portlet.backend.models
Class AddressDTO
java.lang.Object
org.exoplatform.community.brandadvocacy.portlet.backend.models.AddressDTO
public class AddressDTO
- extends Object
Created by exoplatform on 10/20/14.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AddressDTO
public AddressDTO(String fName,
String lName,
String address,
String city,
String country,
String phone)
getFirstName
public String getFirstName()
setFirstName
public void setFirstName(String firstName)
getLastName
public String getLastName()
setLastName
public void setLastName(String lastName)
getAddress
public String getAddress()
setAddress
public void setAddress(String address)
getCity
public String getCity()
setCity
public void setCity(String city)
getPhone
public String getPhone()
setPhone
public void setPhone(String phone)
getCountry
public String getCountry()
setCountry
public void setCountry(String country)
getFullAddresses
public String getFullAddresses()
getCountryName
public String getCountryName()
setCountryName
public void setCountryName(String countryName)
Copyright © 2003–2015 eXo Platform SAS. All rights reserved.