Package de.aeb.xnsg.customs.dto.common
Class ICDateDTO
java.lang.Object
de.aeb.xnsg.customs.dto.common.ICDateDTO
DTO to hold data representing an date with optional time.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe date with time.Code specifying the type of date. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
dateCode
Code specifying the type of date.length=20
-
date
The date with time.
-
-
Constructor Details
-
ICDateDTO
public ICDateDTO()
-