public abstract class LigneProduitAbstract extends org.nuiton.topia.persistence.TopiaEntityAbstract implements LigneProduit
| Modifier and Type | Field and Description |
|---|---|
protected String |
acces
Nom de l'attribut en BD : acces
|
protected String |
capaciteUnitaire
Nom de l'attribut en BD : capaciteUnitaire
|
protected String |
code
Nom de l'attribut en BD : code
|
protected Commande |
commande
Nom de l'attribut en BD : commande
|
protected String |
commentaire
Nom de l'attribut en BD : commentaire
|
protected String |
conditionnement
CU lettre V/S +deux chiffres V25
Nom de l'attribut en BD : conditionnement
|
protected boolean |
disponible
Nom de l'attribut en BD : disponible
|
protected String |
equipement
Nom de l'attribut en BD : equipement
|
protected Etape |
etape
Nom de l'attribut en BD : etape
|
protected InfoChargement |
infoChargement
Nom de l'attribut en BD : infoChargement
|
protected String |
libelle
Nom de l'attribut en BD : libelle
|
protected boolean |
medicament
Nom de l'attribut en BD : medicament
|
protected int |
ordre
Nom de l'attribut en BD : ordre
|
protected String |
presentation
PR 2lettres FI/GR
Nom de l'attribut en BD : presentation
|
protected int |
quantiteACharger
defined in Sandra
Nom de l'attribut en BD : quantiteACharger
|
protected int |
quantiteCommandee
defined in Sandra
Nom de l'attribut en BD : quantiteCommandee
|
protected InfoAccess |
silo
Nom de l'attribut en BD : silo
|
protected Usine |
usine
Nom de l'attribut en BD : usine
|
readListeners, readVetoables, topiaContext, topiaCreateDate, topiaId, topiaVersion, writeListeners, writeVetoablesPROPERTY_ACCES, PROPERTY_CAPACITE_UNITAIRE, PROPERTY_CODE, PROPERTY_COMMANDE, PROPERTY_COMMENTAIRE, PROPERTY_CONDITIONNEMENT, PROPERTY_DISPONIBLE, PROPERTY_EQUIPEMENT, PROPERTY_ETAPE, PROPERTY_INFO_CHARGEMENT, PROPERTY_LIBELLE, PROPERTY_MEDICAMENT, PROPERTY_ORDRE, PROPERTY_PRESENTATION, PROPERTY_QUANTITE_ACHARGER, PROPERTY_QUANTITE_COMMANDEE, PROPERTY_SILO, PROPERTY_USINE| Constructor and Description |
|---|
LigneProduitAbstract() |
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, waitgetNomSilo, isActifaddPropertyChangeListener, 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 libelle
protected String presentation
protected String conditionnement
protected String capaciteUnitaire
protected int quantiteCommandee
protected int quantiteACharger
protected boolean medicament
protected int ordre
protected String commentaire
protected String acces
protected String equipement
protected boolean disponible
protected Etape etape
protected Commande commande
protected Usine usine
protected InfoChargement infoChargement
protected InfoAccess silo
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 setCode(String code)
setCode in interface LigneProduitpublic String getCode()
getCode in interface LigneProduitpublic void setLibelle(String libelle)
setLibelle in interface LigneProduitpublic String getLibelle()
getLibelle in interface LigneProduitpublic void setPresentation(String presentation)
setPresentation in interface LigneProduitpublic String getPresentation()
getPresentation in interface LigneProduitpublic void setConditionnement(String conditionnement)
setConditionnement in interface LigneProduitpublic String getConditionnement()
getConditionnement in interface LigneProduitpublic void setCapaciteUnitaire(String capaciteUnitaire)
setCapaciteUnitaire in interface LigneProduitpublic String getCapaciteUnitaire()
getCapaciteUnitaire in interface LigneProduitpublic void setQuantiteCommandee(int quantiteCommandee)
setQuantiteCommandee in interface LigneProduitpublic int getQuantiteCommandee()
getQuantiteCommandee in interface LigneProduitpublic void setQuantiteACharger(int quantiteACharger)
setQuantiteACharger in interface LigneProduitpublic int getQuantiteACharger()
getQuantiteACharger in interface LigneProduitpublic void setMedicament(boolean medicament)
setMedicament in interface LigneProduitpublic boolean isMedicament()
isMedicament in interface LigneProduitpublic boolean getMedicament()
getMedicament in interface LigneProduitpublic void setOrdre(int ordre)
setOrdre in interface LigneProduitpublic int getOrdre()
getOrdre in interface LigneProduitpublic void setCommentaire(String commentaire)
setCommentaire in interface LigneProduitpublic String getCommentaire()
getCommentaire in interface LigneProduitpublic void setAcces(String acces)
setAcces in interface LigneProduitpublic String getAcces()
getAcces in interface LigneProduitpublic void setEquipement(String equipement)
setEquipement in interface LigneProduitpublic String getEquipement()
getEquipement in interface LigneProduitpublic void setDisponible(boolean disponible)
setDisponible in interface LigneProduitpublic boolean isDisponible()
isDisponible in interface LigneProduitpublic boolean getDisponible()
getDisponible in interface LigneProduitpublic void setEtape(Etape etape)
setEtape in interface LigneProduitpublic Etape getEtape()
getEtape in interface LigneProduitpublic void setCommande(Commande commande)
setCommande in interface LigneProduitpublic Commande getCommande()
getCommande in interface LigneProduitpublic void setUsine(Usine usine)
setUsine in interface LigneProduitpublic Usine getUsine()
getUsine in interface LigneProduitpublic void setInfoChargement(InfoChargement infoChargement)
setInfoChargement in interface LigneProduitpublic InfoChargement getInfoChargement()
getInfoChargement in interface LigneProduitpublic void setSilo(InfoAccess silo)
setSilo in interface LigneProduitpublic InfoAccess getSilo()
getSilo in interface LigneProduitpublic 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.