public class ChargementUsineForm
extends org.apache.struts.action.ActionForm
| Modifier and Type | Field and Description |
|---|---|
protected ChargementUsineConfig |
config
La configuration pour l'usine
|
protected LoadingTable |
model |
protected long |
nextEndingDateAsLong
la borne superieure de la fenetre suivante (utilise pour le title de l'action 'suivant')
|
protected long |
nextStartingDateAsLong
le borne inferieure de la fenetre suivante (utilise pour afficher la fenetre suivante)
|
protected long |
previousEndingDateAsLong
la borne superieure de la fenetre suivante (utilise pour le title de l'action 'precedent')
|
protected long |
previousStartingDateAsLong
la borne inferieure de la fenetre precedente (utilise pour afficher la fenetre precedente)
|
protected Long |
startingDateAsLong
la borne inferieure de la fenetre a afficher (sera recupere de l'ui)
|
protected String |
usineTopiaId
l'id de l'usine concerne
|
| Constructor and Description |
|---|
ChargementUsineForm() |
| Modifier and Type | Method and Description |
|---|---|
void |
fromBean(ChargementUsineConfig bean,
LoadingTable model) |
ChargementUsineConfig |
getConfig() |
LoadingTable |
getModel() |
Date |
getNextEndingDate() |
Date |
getNextStartingDate() |
long |
getNextStartingDateAsLong() |
Date |
getPreviousEndingDate() |
Date |
getPreviousStartingDate() |
long |
getPreviousStartingDateAsLong() |
long |
getStartingDateAsLong() |
StatutEnum[] |
getStatus() |
String |
getUsineTopiaId() |
void |
setStartingDateAsLong(long startingDateAsLong) |
void |
setUsineTopiaId(String usineTopiaId) |
org.apache.struts.action.ActionErrors |
validate(org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request) |
protected String usineTopiaId
protected transient ChargementUsineConfig config
protected transient LoadingTable model
protected Long startingDateAsLong
protected long previousStartingDateAsLong
protected long previousEndingDateAsLong
protected long nextStartingDateAsLong
protected long nextEndingDateAsLong
public void setUsineTopiaId(String usineTopiaId)
public void setStartingDateAsLong(long startingDateAsLong)
public StatutEnum[] getStatus()
public String getUsineTopiaId()
public long getStartingDateAsLong()
public long getPreviousStartingDateAsLong()
public long getNextStartingDateAsLong()
public Date getPreviousStartingDate()
public Date getPreviousEndingDate()
public Date getNextStartingDate()
public Date getNextEndingDate()
public ChargementUsineConfig getConfig()
public LoadingTable getModel()
public org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
validate in class org.apache.struts.action.ActionFormpublic void fromBean(ChargementUsineConfig bean, LoadingTable model) throws Exception
ExceptionCopyright © 2008-2013 Cybelia. All Rights Reserved.