Vydělávej až 160.000 Kč měsíčně! Akreditované rekvalifikační kurzy s garancí práce od 0 Kč. Více informací.
Hledáme nové posily do ITnetwork týmu. Podívej se na volné pozice a přidej se do nejagilnější firmy na trhu - Více informací.

Members.java

java

/*
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */
package Gali;

/**
 *
 * @author Libor
 */
public class Members {
    private int id;
    private String name;
    
    public Members(String name){
        this.name = name;
    }

    /**
     * @return the id
     */
    public int getId() {
        return id;
    }

    /**
     * @param id the id to set
     */
    public void setId(int id) {
        this.id = id;
    }

    /**
     * @return the name
     */
    public String getName() {
        return name;
    }

    /**
     * @param name the name to set
     */
    public void setName(String name) {
        this.name = name;
    }
    
}

Neformátovaný

Přidáno: 18.3.2014
Expirace: Neuvedeno

Avatar
Autor: Milan Gallas
Aktivity