Class PersonDTO
java.lang.Object
org.autumnframework.service.test.api.PersonDTO
- All Implemented Interfaces:
Serializable,org.autumnframework.service.api.dtos.AuditedIdentifiable,org.autumnframework.service.api.dtos.Identifiable,org.autumnframework.service.identifiable.GenericApiIdentifiable<UUID>,org.autumnframework.service.identifiable.GenericIdentifiable<UUID>
public class PersonDTO
extends Object
implements org.autumnframework.service.api.dtos.AuditedIdentifiable
- See Also:
-
Constructor Summary
Constructors -
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.GenericApiIdentifiable
getCreationDate, getLastModifiedDateMethods inherited from interface org.autumnframework.service.identifiable.GenericIdentifiable
getId, setId
-
Constructor Details
-
PersonDTO
public PersonDTO()
-