public class Periode 
{
  private int jour;

  public Periode(int j)
  {
    this.jour = j;
  }

}