ListePonderee
Class Couple

java.lang.Object
  |
  +--ListePonderee.Couple

public class Couple
extends java.lang.Object


Field Summary
 java.lang.String mot
           
 float poids
           
 
Constructor Summary
Couple()
           
Couple(ListePonderee.Couple c)
           
Couple(java.lang.String m, float p)
           
Couple(java.lang.String m, int p)
           
 
Method Summary
 java.lang.String getMot()
           
 float getPoids()
           
 void setMot(java.lang.String m)
           
 void setPoids(float p)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

mot

public java.lang.String mot

poids

public float poids
Constructor Detail

Couple

public Couple()

Couple

public Couple(java.lang.String m,
              float p)

Couple

public Couple(java.lang.String m,
              int p)

Couple

public Couple(ListePonderee.Couple c)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getMot

public java.lang.String getMot()

setMot

public void setMot(java.lang.String m)

getPoids

public float getPoids()

setPoids

public void setPoids(float p)