|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nuiton.topiatest.beangen.Voiture
public abstract class Voiture
| Field Summary | |
|---|---|
protected int |
immatriculation
|
protected String |
modele
|
protected PropertyChangeSupport |
pcs
|
static String |
PROPERTY_IMMATRICULATION
|
static String |
PROPERTY_MODELE
|
static String |
PROPERTY_PROPRIETAIRE
|
static String |
PROPERTY_ROUE
|
static String |
PROPERTY_SIEGE
|
protected Personne |
proprietaire
|
protected Collection<Roue> |
roue
|
protected Collection<Siege> |
siege
|
| Constructor Summary | |
|---|---|
Voiture()
|
|
| Method Summary | ||
|---|---|---|
void |
addAllRoue(Collection<Roue> roue)
addAllRoue : |
|
void |
addAllSiege(Collection<Siege> siege)
addAllSiege : |
|
void |
addPropertyChangeListener(PropertyChangeListener listener)
addPropertyChangeListener : |
|
void |
addPropertyChangeListener(String propertyName,
PropertyChangeListener listener)
addPropertyChangeListener : |
|
void |
addRoue(Roue roue)
addRoue : |
|
void |
addSiege(Siege siege)
addSiege : |
|
boolean |
containsAllRoue(Collection<Roue> roue)
containsAllRoue : |
|
boolean |
containsAllSiege(Collection<Siege> siege)
containsAllSiege : |
|
boolean |
containsRoue(Roue roue)
containsRoue : |
|
boolean |
containsSiege(Siege siege)
containsSiege : |
|
protected void |
firePropertyChange(String propertyName,
Object newValue)
firePropertyChange : |
|
protected void |
firePropertyChange(String propertyName,
Object oldValue,
Object newValue)
firePropertyChange : |
|
protected
|
getChild(Collection<T> childs,
int index)
getChild : |
|
int |
getImmatriculation()
getImmatriculation : |
|
String |
getModele()
getModele : |
|
Personne |
getProprietaire()
getProprietaire : |
|
Collection<Roue> |
getRoue()
getRoue : |
|
Roue |
getRoue(int index)
getRoue : |
|
Collection<Siege> |
getSiege()
getSiege : |
|
Siege |
getSiege(int index)
getSiege : |
|
boolean |
removeAllRoue(Collection<Roue> roue)
removeAllRoue : |
|
boolean |
removeAllSiege(Collection<Siege> siege)
removeAllSiege : |
|
void |
removePropertyChangeListener(PropertyChangeListener listener)
removePropertyChangeListener : |
|
void |
removePropertyChangeListener(String propertyName,
PropertyChangeListener listener)
removePropertyChangeListener : |
|
boolean |
removeRoue(Roue roue)
removeRoue : |
|
boolean |
removeSiege(Siege siege)
removeSiege : |
|
void |
setImmatriculation(int immatriculation)
setImmatriculation : |
|
void |
setModele(String modele)
setModele : |
|
void |
setProprietaire(Personne proprietaire)
setProprietaire : |
|
void |
setRoue(Collection<Roue> roue)
setRoue : |
|
void |
setSiege(Collection<Siege> siege)
setSiege : |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.nuiton.topiatest.beangen.Vehicule |
|---|
start |
| Field Detail |
|---|
public static final String PROPERTY_IMMATRICULATION
public static final String PROPERTY_MODELE
public static final String PROPERTY_PROPRIETAIRE
public static final String PROPERTY_ROUE
public static final String PROPERTY_SIEGE
protected int immatriculation
protected String modele
protected Personne proprietaire
protected Collection<Roue> roue
protected Collection<Siege> siege
protected final PropertyChangeSupport pcs
| Constructor Detail |
|---|
public Voiture()
| Method Detail |
|---|
public int getImmatriculation()
public void setImmatriculation(int immatriculation)
immatriculation - public String getModele()
public void setModele(String modele)
modele - public Personne getProprietaire()
public void setProprietaire(Personne proprietaire)
proprietaire - public Roue getRoue(int index)
index -
public void addRoue(Roue roue)
roue - public void addAllRoue(Collection<Roue> roue)
roue - public boolean removeRoue(Roue roue)
roue -
public boolean removeAllRoue(Collection<Roue> roue)
roue -
public boolean containsRoue(Roue roue)
roue -
public boolean containsAllRoue(Collection<Roue> roue)
roue -
public Collection<Roue> getRoue()
public void setRoue(Collection<Roue> roue)
roue - public Siege getSiege(int index)
index -
public void addSiege(Siege siege)
siege - public void addAllSiege(Collection<Siege> siege)
siege - public boolean removeSiege(Siege siege)
siege -
public boolean removeAllSiege(Collection<Siege> siege)
siege -
public boolean containsSiege(Siege siege)
siege -
public boolean containsAllSiege(Collection<Siege> siege)
siege -
public Collection<Siege> getSiege()
public void setSiege(Collection<Siege> siege)
siege - public void addPropertyChangeListener(PropertyChangeListener listener)
listener -
public void addPropertyChangeListener(String propertyName,
PropertyChangeListener listener)
propertyName - listener - public void removePropertyChangeListener(PropertyChangeListener listener)
listener -
public void removePropertyChangeListener(String propertyName,
PropertyChangeListener listener)
propertyName - listener -
protected void firePropertyChange(String propertyName,
Object oldValue,
Object newValue)
propertyName - oldValue - newValue -
protected void firePropertyChange(String propertyName,
Object newValue)
propertyName - newValue -
protected <T> T getChild(Collection<T> childs,
int index)
childs - index -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||