public class ChargementUsineConfigForm
extends org.apache.struts.action.ActionForm
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
nombreHeures |
protected Integer |
positionHeureActuelle |
protected Long |
startingDateAsLong |
protected Integer |
tempFixeParLigneProduit |
protected Integer |
tempFixeParTournee |
protected Integer |
tempVariableParQuantite |
protected String |
topiaId |
protected String |
usineTopiaId |
| Constructor and Description |
|---|
ChargementUsineConfigForm() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
checkIntegerField(javax.servlet.http.HttpServletRequest request,
org.apache.struts.action.ActionErrors errors,
String field,
Integer min,
Integer max,
String errorRequired,
String errorSyntax) |
void |
fromBean(ChargementUsineConfig bean) |
Integer |
getNombreHeures() |
Integer |
getPositionHeureActuelle() |
Long |
getStartingDateAsLong() |
Integer |
getTempFixeParLigneProduit() |
Integer |
getTempFixeParTournee() |
Integer |
getTempVariableParQuantite() |
String |
getTopiaId() |
String |
getUsineTopiaId() |
void |
setNombreHeures(Integer nombreHeures) |
void |
setPositionHeureActuelle(Integer positionHeureActuelle) |
void |
setStartingDateAsLong(Long startingDateAsLong) |
void |
setTempFixeParLigneProduit(Integer tempFixeParLigneProduit) |
void |
setTempFixeParTournee(Integer tempFixeParTournee) |
void |
setTempVariableParQuantite(Integer tempVariableParQuantite) |
void |
setTopiaId(String topiaId) |
void |
setUsineTopiaId(String usineTopiaId) |
ChargementUsineConfig |
toBean() |
org.apache.struts.action.ActionErrors |
validate(org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request) |
protected String usineTopiaId
protected String topiaId
protected Integer nombreHeures
protected Integer positionHeureActuelle
protected Integer tempFixeParTournee
protected Integer tempFixeParLigneProduit
protected Integer tempVariableParQuantite
protected Long startingDateAsLong
public String getUsineTopiaId()
public void setUsineTopiaId(String usineTopiaId)
public String getTopiaId()
public void setTopiaId(String topiaId)
public Integer getNombreHeures()
public void setNombreHeures(Integer nombreHeures)
public Integer getPositionHeureActuelle()
public void setPositionHeureActuelle(Integer positionHeureActuelle)
public Integer getTempFixeParTournee()
public void setTempFixeParTournee(Integer tempFixeParTournee)
public Integer getTempFixeParLigneProduit()
public void setTempFixeParLigneProduit(Integer tempFixeParLigneProduit)
public Integer getTempVariableParQuantite()
public void setTempVariableParQuantite(Integer tempVariableParQuantite)
public Long getStartingDateAsLong()
public void setStartingDateAsLong(Long startingDateAsLong)
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) throws Exception
Exceptionpublic ChargementUsineConfig toBean()
Copyright © 2008-2013 Cybelia. All Rights Reserved.