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

com.infusers.core.user.dto.IUserDto Maven / Gradle / Ivy

There is a newer version: 2025.01.0002
Show newest version
package com.infusers.core.user.dto;

import java.util.Date;

public interface IUserDto {
	public String getCountrycode();
	public String getPhonenumber();
	public String getFirstname();
	public String getMiddlename();
	public String getLastname();
	public String getUsername();
    public boolean isAdmin();
	public boolean isActive();	
    public String getVerificationCode();
	public long getId();
	public Date getCreatedAt();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy