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

org.jresearch.commons.base.domain.UserProfile Maven / Gradle / Ivy

There is a newer version: 1.0.43
Show newest version
package org.jresearch.commons.base.domain;

public class UserProfile extends CommonUserProfile {

	private User user;

	public User getUser() {
		return user;
	}

	public void setUser(User user) {
		this.user = user;
	}

	public Long getUserId() {
		return user.getId();
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy