Class AddressDataResponse
- java.lang.Object
-
- com.inteliqua.rest.customer.payload.address.AddressData
-
- com.inteliqua.rest.customer.payload.address.response.AddressDataResponse
-
- All Implemented Interfaces:
com.qivos.util.rest.mappers.APIResponseDTO,Serializable
public class AddressDataResponse extends AddressData implements com.qivos.util.rest.mappers.APIResponseDTO
Response object for address data in the system. It extends AddressData and implements APIResponseDTO to include additional response details.- Author:
- nikritikos
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AddressDataResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DategetLastModificationDate()StringgetSystemCode()Gets the system code (QCCode) for the address.voidsetLastModificationDate(Date lastModificationDate)voidsetSystemCode(String systemCode)Sets the system code (QCCode) for the address.-
Methods inherited from class com.inteliqua.rest.customer.payload.address.AddressData
addAtrribute, getAddressLine1, getAddressLine2, getAddressLine3, getAddressType, getAttributes, getCountryCode, getPostCode, getRegionCode, getTown, setAddressLine1, setAddressLine2, setAddressLine3, setAddressType, setCountryCode, setPostCode, setRegionCode, setTown, toString
-
-
-
-
Method Detail
-
getSystemCode
public String getSystemCode()
Gets the system code (QCCode) for the address.- Returns:
- the system code
-
setSystemCode
public void setSystemCode(String systemCode)
Sets the system code (QCCode) for the address.- Parameters:
systemCode- the unique system code
-
setLastModificationDate
public void setLastModificationDate(Date lastModificationDate)
- Specified by:
setLastModificationDatein interfacecom.qivos.util.rest.mappers.APIResponseDTO
-
getLastModificationDate
public Date getLastModificationDate()
- Specified by:
getLastModificationDatein interfacecom.qivos.util.rest.mappers.APIResponseDTO
-
-