public class LabelForm extends AbstractRefForm<Label>
| Modifier and Type | Field and Description |
|---|---|
protected String |
categorie |
protected String |
id |
protected String |
valeur |
code, topiaId| Constructor and Description |
|---|
LabelForm() |
| Modifier and Type | Method and Description |
|---|---|
void |
fromBean(Label bean)
Remplit le form a partir du bean
|
String |
getCategorie() |
String |
getId() |
String |
getValeur() |
void |
reset(org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request) |
void |
setCategorie(String categorie) |
void |
setId(String id) |
void |
setValeur(String valeur) |
Label |
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, setTopiaIdprotected String categorie
protected String id
protected String valeur
public String getCategorie()
public void setCategorie(String categorie)
public String getId()
public void setId(String id)
public String getValeur()
public void setValeur(String valeur)
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(Label bean)
AbstractRefFormfromBean in class AbstractRefForm<Label>bean - le bean d'originepublic Label toBean()
AbstractRefFormtoBean in class AbstractRefForm<Label>Copyright © 2008-2013 Cybelia. All Rights Reserved.