Class FichaAluno

java.lang.Object
  extended byFichaAluno

public class FichaAluno
extends Object

Write a description of class FichaAluno here.

Version:
(a version number or a date)
Author:
(your name)

Field Summary
 String code
           
 ArrayList discp
           
 String nome
           
 double nota
           
 
Constructor Summary
FichaAluno()
          Construtores
FichaAluno(String cod, String nom, double classif, ArrayList ldiscp)
           
 
Method Summary
 String getCode()
           
 ArrayList getDiscp()
           
 String getNome()
           
 double getNota()
           
 void mudaNome(String name)
           
 void novaNota(double classif)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

code

public String code

discp

public ArrayList discp

nome

public String nome

nota

public double nota
Constructor Detail

FichaAluno

public FichaAluno()
Construtores


FichaAluno

public FichaAluno(String cod,
                  String nom,
                  double classif,
                  ArrayList ldiscp)
Method Detail

getCode

public String getCode()

getDiscp

public ArrayList getDiscp()

getNome

public String getNome()

getNota

public double getNota()

mudaNome

public void mudaNome(String name)

novaNota

public void novaNota(double classif)