Class FormLayerDTO
- java.lang.Object
-
- org.silverpeas.mobile.shared.dto.formsonline.FormLayerDTO
-
- All Implemented Interfaces:
Serializable
public class FormLayerDTO extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FormLayerDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getHtml()
List<String>
getScripts()
void
setHtml(String html)
void
setScripts(List<String> scripts)
-