public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug java/61350] New: Socorro
@ 2014-05-28 23:18 henricky.mestre at hotmail dot com
  0 siblings, 0 replies; only message in thread
From: henricky.mestre at hotmail dot com @ 2014-05-28 23:18 UTC (permalink / raw)
  To: java-prs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61350

            Bug ID: 61350
           Summary: Socorro
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: java
          Assignee: unassigned at gcc dot gnu.org
          Reporter: henricky.mestre at hotmail dot com

/**
 *
 * @author henri_000
 */
public class Aluno{

   private String nome;
   private String matricula;
   private String endereco;

    /**
     * @return the nome
     */
    public String getNome() {
        return nome;
    }

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

    /**
     * @return the matricula
     */
    public int getMatricula() {
        return matricula;
    }

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



    /**
     * @return the endereco
     */
    public String getEndereco() {
        return endereco;
    }

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


}


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-05-28 23:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-05-28 23:18 [Bug java/61350] New: Socorro henricky.mestre at hotmail dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).