Class ChildDataResponse
- java.lang.Object
-
- com.inteliqua.rest.customer.payload.child.ChildData
-
- com.inteliqua.rest.customer.payload.child.response.ChildDataResponse
-
- All Implemented Interfaces:
com.qivos.util.rest.mappers.APIResponseDTO,Serializable
public class ChildDataResponse extends ChildData implements com.qivos.util.rest.mappers.APIResponseDTO
- Author:
- ckonstantakis
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ChildDataResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DategetLastModificationDate()StringgetSystemCode()voidsetLastModificationDate(Date lastModificationDate)voidsetSystemCode(String systemCode)-
Methods inherited from class com.inteliqua.rest.customer.payload.child.ChildData
getDateOfBirth, getFirstName, getGender, getNameDayDay, getNameDayMonth, setDateOfBirth, setFirstName, setGender, setNameDayDay, setNameDayMonth, toString
-
-
-
-
Method Detail
-
getSystemCode
public String getSystemCode()
-
setSystemCode
public void setSystemCode(String systemCode)
-
getLastModificationDate
public Date getLastModificationDate()
- Specified by:
getLastModificationDatein interfacecom.qivos.util.rest.mappers.APIResponseDTO
-
setLastModificationDate
public void setLastModificationDate(Date lastModificationDate)
- Specified by:
setLastModificationDatein interfacecom.qivos.util.rest.mappers.APIResponseDTO
-
-