data.programmation
Class Representation

java.lang.Object
  extended by data.programmation.Representation

public class Representation
extends java.lang.Object


Constructor Summary
Representation(java.lang.String id, java.sql.Date date, int heure)
          Constructeur de Representation
 
Method Summary
 java.sql.Date getDateSeance()
           
 int getHeure()
           
 java.lang.String getIdSeance()
           
 int getNbPlacesRestantes()
           
 void setNbPlacesRestantes(int nb)
           
 java.lang.String toString()
          Preparation d'affichage
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Representation

public Representation(java.lang.String id,
                      java.sql.Date date,
                      int heure)
Constructeur de Representation

Method Detail

setNbPlacesRestantes

public void setNbPlacesRestantes(int nb)

getDateSeance

public java.sql.Date getDateSeance()

getHeure

public int getHeure()

getIdSeance

public java.lang.String getIdSeance()

getNbPlacesRestantes

public int getNbPlacesRestantes()

toString

public java.lang.String toString()
Preparation d'affichage

Overrides:
toString in class java.lang.Object