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

javaee.module.backend.models.profile.AbstractProfileHelperDto Maven / Gradle / Ivy

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

public abstract class AbstractProfileHelperDto< UserDto > extends AbstractProfileHelperDtoParent_2< UserDto > {

	public void setName( String name ) {
		this.name = name;
	}

	public void setDescription( String description ) {
		this.description = description;
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy