@Component @Scope(value="prototype") @Refreshable public class Form extends Object
| Constructor and Description |
|---|
Form() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBody() |
String |
getBodyLabel() |
FormCaptcha |
getCaptcha() |
String |
getFrom() |
String |
getFromLabel() |
String |
getNom() |
String |
getNomLabel() |
String |
getObject() |
String |
getObjectLabel() |
String |
getTo() |
boolean |
isSent() |
void |
setBody(String body) |
void |
setBodyLabel(String bodyLabel) |
void |
setCaptcha(FormCaptcha captcha) |
void |
setFrom(String from) |
void |
setFromLabel(String fromLabel) |
void |
setNom(String nom) |
void |
setNomLabel(String nomLabel) |
void |
setObject(String object) |
void |
setObjectLabel(String objectLabel) |
void |
setSent(boolean sent) |
void |
setTo(String to) |
public String getTo()
public void setTo(String to)
public String getObject()
public void setObject(String object)
public String getBody()
public void setBody(String body)
public String getFrom()
public void setFrom(String from)
public boolean isSent()
public void setSent(boolean sent)
public String getNom()
public void setNom(String nom)
public String getFromLabel()
public void setFromLabel(String fromLabel)
public String getObjectLabel()
public void setObjectLabel(String objectLabel)
public String getBodyLabel()
public void setBodyLabel(String bodyLabel)
public String getNomLabel()
public void setNomLabel(String nomLabel)
public FormCaptcha getCaptcha()
public void setCaptcha(FormCaptcha captcha)
Copyright © 2022 OSIVIA. All rights reserved.