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>
- Author:
- Timon Veenstra
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSomeDTO(String someProperty, UUID id, LocalDate someDate, LocalDateTime someDateTime) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.autumnframework.service.identifiable.GenericIdentifiable
getId, setId
-
Constructor Details
-
SomeDTO
- Parameters:
someProperty-id-someDate-someDateTime-
-