Class CisAddress
- java.lang.Object
-
- com.hybris.cis.client.shared.models.CisAddress
-
public class CisAddress extends java.lang.ObjectRepresentation of an address.
-
-
Constructor Summary
Constructors Constructor Description CisAddress()Instantiates a new cis address.CisAddress(java.lang.String addressLine1, java.lang.String zipCode, java.lang.String city, java.lang.String state, java.lang.String country)Instantiates a new cis address.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAddressLine1()Gets the address line1.java.lang.StringgetAddressLine2()Gets the address line2.java.lang.StringgetAddressLine3()Gets the address line3.java.lang.StringgetAddressLine4()Gets the address line4.java.lang.StringgetCity()Gets the city.java.lang.StringgetCompany()java.lang.StringgetCountry()Gets the country.java.lang.StringgetEmail()java.lang.StringgetFacilityName()java.lang.StringgetFacilityType()java.lang.StringgetFaxNumber()java.lang.StringgetFirstName()Gets the first name.java.lang.StringgetLastName()Gets the last name.java.lang.StringgetLatitude()java.lang.StringgetLongitude()java.lang.StringgetPhone()java.lang.StringgetState()Gets the state.java.lang.StringgetTitle()CisAddressTypegetType()Gets the type.AnnotationHashMapgetVendorParameters()java.lang.StringgetZipCode()Gets the zip code.voidsetAddressLine1(java.lang.String addressLine1)Sets the address line1.voidsetAddressLine2(java.lang.String addressLine2)Sets the address line2.voidsetAddressLine3(java.lang.String addressLine3)Sets the address line3.voidsetAddressLine4(java.lang.String addressLine4)Sets the address line4.voidsetCity(java.lang.String city)Sets the city.voidsetCompany(java.lang.String company)voidsetCountry(java.lang.String country)Sets the country.voidsetEmail(java.lang.String email)voidsetFacilityName(java.lang.String facilityName)voidsetFacilityType(java.lang.String facilityType)voidsetFaxNumber(java.lang.String faxNumber)voidsetFirstName(java.lang.String firstName)Sets the first name.voidsetLastName(java.lang.String lastName)Sets the last name.voidsetLatitude(java.lang.String latitude)voidsetLongitude(java.lang.String longitude)voidsetPhone(java.lang.String phone)voidsetState(java.lang.String state)Sets the state.voidsetTitle(java.lang.String title)voidsetType(CisAddressType type)Sets the type.voidsetVendorParameters(AnnotationHashMap vendorParameters)voidsetZipCode(java.lang.String zipCode)Sets the zip code.java.lang.StringtoString()
-
-
-
Constructor Detail
-
CisAddress
public CisAddress()
Instantiates a new cis address.
-
CisAddress
public CisAddress(java.lang.String addressLine1, java.lang.String zipCode, java.lang.String city, java.lang.String state, java.lang.String country)Instantiates a new cis address.- Parameters:
addressLine1- the address line1zipCode- the zip codecity- the citystate- the statecountry- the country
-
-
Method Detail
-
getAddressLine1
public java.lang.String getAddressLine1()
Gets the address line1.- Returns:
- the addressLine1
-
setAddressLine1
public void setAddressLine1(java.lang.String addressLine1)
Sets the address line1.- Parameters:
addressLine1- the addressLine1 to set
-
getAddressLine2
public java.lang.String getAddressLine2()
Gets the address line2.- Returns:
- the addressLine2
-
setAddressLine2
public void setAddressLine2(java.lang.String addressLine2)
Sets the address line2.- Parameters:
addressLine2- the addressLine2 to set
-
getAddressLine3
public java.lang.String getAddressLine3()
Gets the address line3.- Returns:
- the addressLine3
-
setAddressLine3
public void setAddressLine3(java.lang.String addressLine3)
Sets the address line3.- Parameters:
addressLine3- the addressLine3 to set
-
getAddressLine4
public java.lang.String getAddressLine4()
Gets the address line4.- Returns:
- the addressLine4
-
setAddressLine4
public void setAddressLine4(java.lang.String addressLine4)
Sets the address line4.- Parameters:
addressLine4- the addressLine4 to set
-
getLongitude
public java.lang.String getLongitude()
-
setLongitude
public void setLongitude(java.lang.String longitude)
-
getLatitude
public java.lang.String getLatitude()
-
setLatitude
public void setLatitude(java.lang.String latitude)
-
getZipCode
public java.lang.String getZipCode()
Gets the zip code.- Returns:
- the zipCode
-
setZipCode
public void setZipCode(java.lang.String zipCode)
Sets the zip code.- Parameters:
zipCode- the zipCode to set
-
getCity
public java.lang.String getCity()
Gets the city.- Returns:
- the city
-
setCity
public void setCity(java.lang.String city)
Sets the city.- Parameters:
city- the city to set
-
getState
public java.lang.String getState()
Gets the state.- Returns:
- the state
-
setState
public void setState(java.lang.String state)
Sets the state.- Parameters:
state- the state to set
-
getCountry
public java.lang.String getCountry()
Gets the country.- Returns:
- the country
-
setCountry
public void setCountry(java.lang.String country)
Sets the country.- Parameters:
country- the country to set
-
getType
public CisAddressType getType()
Gets the type.- Returns:
- the type
-
setType
public void setType(CisAddressType type)
Sets the type.- Parameters:
type- the type to set
-
getFirstName
public java.lang.String getFirstName()
Gets the first name.- Returns:
- the firstName
-
setFirstName
public void setFirstName(java.lang.String firstName)
Sets the first name.- Parameters:
firstName- the firstName to set
-
getLastName
public java.lang.String getLastName()
Gets the last name.- Returns:
- the lastName
-
setLastName
public void setLastName(java.lang.String lastName)
Sets the last name.- Parameters:
lastName- the lastName to set
-
getEmail
public java.lang.String getEmail()
-
setEmail
public void setEmail(java.lang.String email)
-
getPhone
public java.lang.String getPhone()
-
setPhone
public void setPhone(java.lang.String phone)
-
getCompany
public java.lang.String getCompany()
-
setCompany
public void setCompany(java.lang.String company)
-
getFacilityType
public java.lang.String getFacilityType()
-
setFacilityType
public void setFacilityType(java.lang.String facilityType)
-
getFacilityName
public java.lang.String getFacilityName()
-
setFacilityName
public void setFacilityName(java.lang.String facilityName)
-
getFaxNumber
public java.lang.String getFaxNumber()
-
setFaxNumber
public void setFaxNumber(java.lang.String faxNumber)
-
getTitle
public java.lang.String getTitle()
-
setTitle
public void setTitle(java.lang.String title)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
getVendorParameters
public AnnotationHashMap getVendorParameters()
-
setVendorParameters
public void setVendorParameters(AnnotationHashMap vendorParameters)
-
-