Class ICDateDTO

java.lang.Object
de.aeb.xnsg.customs.dto.common.ICDateDTO

public class ICDateDTO extends Object
DTO to hold data representing an date with optional time.
  • Field Details

    • dateCode

      public String dateCode
      Code specifying the type of date.

      length=20

    • date

      public DateAndZoneDTO date
      The date with time.
  • Constructor Details

    • ICDateDTO

      public ICDateDTO()