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

com.ksyzt.gwt.client.mainframe.User Maven / Gradle / Ivy

There is a newer version: 2.3.0
Show newest version
package com.ksyzt.gwt.client.mainframe;

// TODO: Auto-generated Javadoc

/**
 * The Class User.
 */
public class User {

    /**
     * The name.
     */
    public String name;

    /**
     * The id.
     */
    public int id;

    /**
     * The email.
     */
    public String email;

    /**
     * The sex.
     */
    public int sex;

    /**
     * The realname.
     */
    public String realname;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy