public abstract class ChauffeurAbstract extends org.nuiton.topia.persistence.TopiaEntityAbstract implements Chauffeur
| Modifier and Type | Field and Description |
|---|---|
protected Collection<Camion> |
camions
Nom de l'attribut en BD : camions
|
protected String |
code
Nom de l'attribut en BD : code
|
protected String |
nom
Nom de l'attribut en BD : nom
|
protected String |
prenom
Nom de l'attribut en BD : prenom
|
protected String |
trigramme
TriGramme of the chauffeur.
|
readListeners, readVetoables, topiaContext, topiaCreateDate, topiaId, topiaVersion, writeListeners, writeVetoablesPROPERTY_CAMIONS, PROPERTY_CODE, PROPERTY_NOM, PROPERTY_PRENOM, PROPERTY_TRIGRAMME| Constructor and Description |
|---|
ChauffeurAbstract() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(org.nuiton.topia.persistence.EntityVisitor visitor) |
void |
addAllCamions(Collection<Camion> camions) |
void |
addCamions(Camion camions) |
void |
clearCamions() |
List<org.nuiton.topia.persistence.TopiaEntity> |
getAggregate() |
Collection<Camion> |
getCamions() |
Camion |
getCamionsByTopiaId(String topiaId) |
String |
getCode() |
List<org.nuiton.topia.persistence.TopiaEntity> |
getComposite() |
String |
getNom() |
String |
getPrenom() |
String |
getTrigramme() |
boolean |
isCamionsEmpty() |
void |
removeCamions(Camion camions) |
void |
setCamions(Collection<Camion> camions) |
void |
setCode(String code) |
void |
setNom(String nom) |
void |
setPrenom(String prenom) |
void |
setTrigramme(String trigramme) |
int |
sizeCamions() |
String |
toString() |
addPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, equals, fireOnPostRead, fireOnPostRead, fireOnPostWrite, fireOnPostWrite, fireOnPreRead, fireOnPreWrite, getReadPropertyChangeSupport, getReadVetoableChangeSupport, getTopiaContext, getTopiaCreateDate, getTopiaId, getTopiaVersion, getWritePropertyChangeSupport, getWriteVetoableChangeSupport, hashCode, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaContext, setTopiaCreateDate, setTopiaId, setTopiaVersionclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, getTopiaCreateDate, getTopiaId, getTopiaVersion, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaCreateDate, setTopiaId, setTopiaVersionprotected String code
protected String trigramme
protected String nom
protected String prenom
protected Collection<Camion> camions
public void accept(org.nuiton.topia.persistence.EntityVisitor visitor)
throws org.nuiton.topia.TopiaException
accept in interface org.nuiton.topia.persistence.TopiaEntityorg.nuiton.topia.TopiaExceptionpublic void setTrigramme(String trigramme)
setTrigramme in interface Chauffeurpublic String getTrigramme()
getTrigramme in interface Chauffeurpublic void addCamions(Camion camions)
addCamions in interface Chauffeurpublic void addAllCamions(Collection<Camion> camions)
addAllCamions in interface Chauffeurpublic void setCamions(Collection<Camion> camions)
setCamions in interface Chauffeurpublic void removeCamions(Camion camions)
removeCamions in interface Chauffeurpublic void clearCamions()
clearCamions in interface Chauffeurpublic Collection<Camion> getCamions()
getCamions in interface Chauffeurpublic Camion getCamionsByTopiaId(String topiaId)
getCamionsByTopiaId in interface Chauffeurpublic int sizeCamions()
sizeCamions in interface Chauffeurpublic boolean isCamionsEmpty()
isCamionsEmpty in interface Chauffeurpublic List<org.nuiton.topia.persistence.TopiaEntity> getAggregate() throws org.nuiton.topia.TopiaException
getAggregate in interface org.nuiton.topia.persistence.TopiaEntitygetAggregate in class org.nuiton.topia.persistence.TopiaEntityAbstractorg.nuiton.topia.TopiaExceptionpublic List<org.nuiton.topia.persistence.TopiaEntity> getComposite() throws org.nuiton.topia.TopiaException
getComposite in interface org.nuiton.topia.persistence.TopiaEntitygetComposite in class org.nuiton.topia.persistence.TopiaEntityAbstractorg.nuiton.topia.TopiaExceptionCopyright © 2008-2013 Cybelia. All Rights Reserved.