org.exoplatform.brandadvocacy.model
Class Address
java.lang.Object
org.exoplatform.brandadvocacy.model.Address
public class Address
- extends Object
Created by The eXo Platform SAS
Author : eXoPlatform
exo@exoplatform.com
Sep 11, 2014
Address
public Address()
Address
public Address(String fName,
String lName,
String address,
String city,
String country,
String phone)
getLabelID
public String getLabelID()
setLabelID
public void setLabelID(String labelID)
getId
public String getId()
setId
public void setId(String id)
getfName
public String getfName()
setfName
public void setfName(String fName)
getlName
public String getlName()
setlName
public void setlName(String lName)
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)
checkValid
public void checkValid()
throws BrandAdvocacyServiceException
- Throws:
BrandAdvocacyServiceException
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2003–2015 eXo Platform SAS. All rights reserved.