org.exoplatform.brandadvocacy.model
Class Address

java.lang.Object
  extended by org.exoplatform.brandadvocacy.model.Address

public class Address
extends Object

Created by The eXo Platform SAS Author : eXoPlatform exo@exoplatform.com Sep 11, 2014


Constructor Summary
Address()
           
Address(String fName, String lName, String address, String city, String country, String phone)
           
 
Method Summary
 void checkValid()
           
 String getAddress()
           
 String getCity()
           
 String getCountry()
           
 String getfName()
           
 String getId()
           
 String getLabelID()
           
 String getlName()
           
 String getPhone()
           
 void setAddress(String address)
           
 void setCity(String city)
           
 void setCountry(String country)
           
 void setfName(String fName)
           
 void setId(String id)
           
 void setLabelID(String labelID)
           
 void setlName(String lName)
           
 void setPhone(String phone)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Address

public Address()

Address

public Address(String fName,
               String lName,
               String address,
               String city,
               String country,
               String phone)
Method Detail

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.