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

br.com.jhonsapp.finaluser.domain.ApplicationUser Maven / Gradle / Ivy

The newest version!
package br.com.jhonsapp.finaluser.domain;

/**
 * This interface represents a application user in a application.
 * 
 * @see User
 * 
 * @author Jhonathan Camacho
 * @author Jhonys Camacho
 *
 */
public interface ApplicationUser extends User {

	/**
	 * Returns the application name.
	 * 
	 * @return the application name.
	 */
	public String getName();

	/**
	 * Sets the application name.
	 * 
	 * @param name
	 *            the application name.
	 */
	public void setName(String name);
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy