Module com.logicommerce.sdk
Class HeadquarterImpl
java.lang.Object
com.logicommerce.sdk.models.implementations.AddressImpl
com.logicommerce.sdk.models.implementations.HeadquarterImpl
- All Implemented Interfaces:
Address,Headquarter
HeadquarterImpl class
- Since:
- 1.3.3
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetEmail()Get the headquarter emailGet the headquarter localeGet the headquarter timezonegetVat()Get the headquarter VATvoidSet the headquarter emailvoidSet the headquarter localevoidsetTimezone(String timezone) Set the headquarter timezonevoidSet the headquarter VATMethods inherited from class com.logicommerce.sdk.models.implementations.AddressImpl
getAddress, getAddressAdditionalInformation, getCity, getLocation, getMobile, getName, getNumber, getPhone, getPostalCode, getState, setAddress, setAddressAdditionalInformation, setCity, setLocation, setMobile, setName, setNumber, setPhone, setPostalCode, setStateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.logicommerce.sdk.models.Address
getAddress, getAddressAdditionalInformation, getCity, getLocation, getMobile, getName, getNumber, getPhone, getPostalCode, getState
-
Constructor Details
-
HeadquarterImpl
public HeadquarterImpl()
-
-
Method Details
-
getEmail
Get the headquarter email- Specified by:
getEmailin interfaceHeadquarter- Returns:
- a
Stringobject - Since:
- 1.3.3
-
getVat
Get the headquarter VAT- Specified by:
getVatin interfaceHeadquarter- Returns:
- a
Stringobject - Since:
- 1.3.3
-
getTimezone
Get the headquarter timezone- Specified by:
getTimezonein interfaceHeadquarter- Returns:
- a
Stringobject - Since:
- 1.3.3
-
getLocale
Get the headquarter locale- Specified by:
getLocalein interfaceHeadquarter- Returns:
- a
Stringobject - Since:
- 1.3.3
-
setEmail
Set the headquarter email- Parameters:
email- aStringobject- Since:
- 1.3.3
-
setVat
Set the headquarter VAT- Parameters:
vat- aStringobject- Since:
- 1.3.3
-
setTimezone
Set the headquarter timezone- Parameters:
timezone- aStringobject- Since:
- 1.3.3
-
setLocale
Set the headquarter locale- Parameters:
locale- aStringobject- Since:
- 1.3.3
-