public class TransporteurForm extends AbstractRefForm<Transporteur>
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected String |
societeId |
code, topiaId| Constructor and Description |
|---|
TransporteurForm() |
| Modifier and Type | Method and Description |
|---|---|
void |
fromBean(Transporteur bean)
Remplit le form a partir du bean
|
String |
getName() |
String |
getSocieteId() |
void |
reset(org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request) |
void |
setName(String name) |
void |
setSocieteId(String societeId) |
Transporteur |
toBean()
Remplit le bean a partir du form
|
org.apache.struts.action.ActionErrors |
validate(org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request) |
getCode, getTopiaId, setCode, setTopiaIdpublic String getName()
public String getSocieteId()
public void setName(String name)
public void setSocieteId(String societeId)
public void reset(org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
reset in class org.apache.struts.action.ActionFormpublic 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(Transporteur bean)
AbstractRefFormfromBean in class AbstractRefForm<Transporteur>bean - le bean d'originepublic Transporteur toBean()
AbstractRefFormtoBean in class AbstractRefForm<Transporteur>Copyright © 2008-2013 Cybelia. All Rights Reserved.