All Downloads are FREE. Search and download functionalities are using the official Maven repository.

javaee.module.backend.models.person.AbstractPersonHelperDtoParent_1 Maven / Gradle / Ivy

The newest version!
package javaee.module.backend.models.person;

import javaee.module.backend.models.delete.AbstractDeleteHelperDto;

abstract class AbstractPersonHelperDtoParent_1< UserDto > extends AbstractDeleteHelperDto< UserDto > {

	protected String lastName;

	protected String firstName;

	protected String middleName;

	protected String primaryEmail;

	protected String secondaryEmail;

	protected String primaryContact;

	protected String secondaryContact;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy