public interface SuiviEtape
extends org.nuiton.topia.persistence.TopiaEntity
| Modifier and Type | Field and Description |
|---|---|
static String |
PROPERTY_C_RETAPE |
static String |
PROPERTY_DATE_ENTREE |
static String |
PROPERTY_DATE_SORTIE |
static String |
PROPERTY_ETAPE |
static String |
PROPERTY_NOUVELLE_ORDRE |
static String |
PROPERTY_STATUS |
| Modifier and Type | Method and Description |
|---|---|
CREtape |
getcREtape() |
CREtape |
getCREtape() |
Date |
getDateEntree() |
Date |
getDateSortie() |
Etape |
getEtape() |
int |
getNouvelleOrdre() |
int |
getStatus() |
boolean |
isActif() |
void |
setcREtape(CREtape cREtape) |
void |
setCREtape(CREtape crEtape) |
void |
setDateEntree(Date dateEntree) |
void |
setDateSortie(Date dateSortie) |
void |
setEtape(Etape etape) |
void |
setNouvelleOrdre(int nouvelleOrdre) |
void |
setStatus(int status) |
accept, addPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, getAggregate, getComposite, getTopiaCreateDate, getTopiaId, getTopiaVersion, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaCreateDate, setTopiaId, setTopiaVersionstatic final String PROPERTY_NOUVELLE_ORDRE
static final String PROPERTY_STATUS
static final String PROPERTY_DATE_ENTREE
static final String PROPERTY_DATE_SORTIE
static final String PROPERTY_C_RETAPE
static final String PROPERTY_ETAPE
void setNouvelleOrdre(int nouvelleOrdre)
int getNouvelleOrdre()
void setStatus(int status)
int getStatus()
void setDateEntree(Date dateEntree)
Date getDateEntree()
void setDateSortie(Date dateSortie)
Date getDateSortie()
void setcREtape(CREtape cREtape)
CREtape getcREtape()
void setEtape(Etape etape)
Etape getEtape()
CREtape getCREtape()
void setCREtape(CREtape crEtape)
boolean isActif()
Copyright © 2008-2013 Cybelia. All Rights Reserved.