Package com.inteliqua.rest.merchant
Class MerchantDTO
- java.lang.Object
-
- com.inteliqua.rest.merchant.MerchantDTO
-
- All Implemented Interfaces:
JsonAuditLog,com.qivos.util.rest.mappers.APIResponseDTO
public class MerchantDTO extends Object implements JsonAuditLog, com.qivos.util.rest.mappers.APIResponseDTO
-
-
Constructor Summary
Constructors Constructor Description MerchantDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddAttribute(EntityAttribute attribute)DategetLastModificationDate()voidsetLastModificationDate(Date date)
-
-
-
Method Detail
-
addAttribute
public void addAttribute(EntityAttribute attribute)
-
getLastModificationDate
public Date getLastModificationDate()
- Specified by:
getLastModificationDatein interfacecom.qivos.util.rest.mappers.APIResponseDTO
-
setLastModificationDate
public void setLastModificationDate(Date date)
- Specified by:
setLastModificationDatein interfacecom.qivos.util.rest.mappers.APIResponseDTO
-
-