public abstract class SuiviLigneProduitAbstract extends org.nuiton.topia.persistence.TopiaEntityAbstract implements SuiviLigneProduit
| Modifier and Type | Field and Description |
|---|---|
protected String |
compartiments
Nom de l'attribut en BD : compartiments
|
protected LigneProduit |
ligneProduit
Nom de l'attribut en BD : ligneProduit
|
protected int |
quantite
Nom de l'attribut en BD : quantite
|
readListeners, readVetoables, topiaContext, topiaCreateDate, topiaId, topiaVersion, writeListeners, writeVetoablesPROPERTY_COMPARTIMENTS, PROPERTY_LIGNE_PRODUIT, PROPERTY_QUANTITE| Constructor and Description |
|---|
SuiviLigneProduitAbstract() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(org.nuiton.topia.persistence.EntityVisitor visitor) |
List<org.nuiton.topia.persistence.TopiaEntity> |
getAggregate() |
String |
getCompartiments() |
List<org.nuiton.topia.persistence.TopiaEntity> |
getComposite() |
LigneProduit |
getLigneProduit() |
int |
getQuantite() |
void |
setCompartiments(String compartiments) |
void |
setLigneProduit(LigneProduit ligneProduit) |
void |
setQuantite(int quantite) |
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, waitisActifaddPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, getTopiaCreateDate, getTopiaId, getTopiaVersion, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaCreateDate, setTopiaId, setTopiaVersionprotected int quantite
protected String compartiments
protected LigneProduit ligneProduit
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 setQuantite(int quantite)
setQuantite in interface SuiviLigneProduitpublic int getQuantite()
getQuantite in interface SuiviLigneProduitpublic void setCompartiments(String compartiments)
setCompartiments in interface SuiviLigneProduitpublic String getCompartiments()
getCompartiments in interface SuiviLigneProduitpublic void setLigneProduit(LigneProduit ligneProduit)
setLigneProduit in interface SuiviLigneProduitpublic LigneProduit getLigneProduit()
getLigneProduit in interface SuiviLigneProduitpublic 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.