Class SomeDTO

java.lang.Object
org.autumnframework.service.test.api.SomeDTO
All Implemented Interfaces:
Serializable, org.autumnframework.service.api.dtos.Identifiable, org.autumnframework.service.identifiable.GenericIdentifiable<UUID>

public class SomeDTO extends Object implements org.autumnframework.service.api.dtos.Identifiable
Author:
Timon Veenstra
See Also:
  • Constructor Details

    • SomeDTO

      public SomeDTO(String someProperty, UUID id, LocalDate someDate, LocalDateTime someDateTime)
      Parameters:
      someProperty -
      id -
      someDate -
      someDateTime -