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

in.wavelabs.idn.DataModel.auth.Reset Maven / Gradle / Ivy

The newest version!
package in.wavelabs.idn.DataModel.auth;

/**
 * Created by vineelanalla on 14/01/16.
 */
public class Reset {
    public void setEmail(String email) {
        this.email = email;
    }

    private String email;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy