@Generated(value="org.nuiton.eugene.java.JavaBeanTransformer", date="Tue Apr 22 12:42:13 CEST 2014") public abstract class Voiture extends Object implements Vehicule, Serializable
| Modifier and Type | Field and Description |
|---|---|
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 and Description |
|---|
Voiture() |
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 transient PropertyChangeSupport pcs
public int getImmatriculation()
public void setImmatriculation(int immatriculation)
public String getModele()
public void setModele(String modele)
public Personne getProprietaire()
public void setProprietaire(Personne proprietaire)
public Roue getRoue(int index)
public boolean isRoueEmpty()
public int sizeRoue()
public void addRoue(Roue roue)
public void addAllRoue(Collection<Roue> roue)
public boolean removeRoue(Roue roue)
public boolean removeAllRoue(Collection<Roue> roue)
public boolean containsRoue(Roue roue)
public boolean containsAllRoue(Collection<Roue> roue)
public Collection<Roue> getRoue()
public void setRoue(Collection<Roue> roue)
public Siege getSiege(int index)
public boolean isSiegeEmpty()
public int sizeSiege()
public void addSiege(Siege siege)
public void addAllSiege(Collection<Siege> siege)
public boolean removeSiege(Siege siege)
public boolean removeAllSiege(Collection<Siege> siege)
public boolean containsSiege(Siege siege)
public boolean containsAllSiege(Collection<Siege> siege)
public Collection<Siege> getSiege()
public void setSiege(Collection<Siege> siege)
public void addPropertyChangeListener(PropertyChangeListener listener)
public void addPropertyChangeListener(String propertyName, PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(String propertyName, PropertyChangeListener listener)
protected void firePropertyChange(String propertyName, Object oldValue, Object newValue)
protected <T> T getChild(Collection<T> childs, int index)
Copyright © 2004–2014 CodeLutin. All rights reserved.