public class WSFormBean
extends java.lang.Object
implements java.io.Serializable
TScreenBean| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
id
Identifier of the form
|
protected WSFormTabBean[] |
tabs
The tabs inside this form
|
| Constructor and Description |
|---|
WSFormBean() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getId() |
WSFormTabBean[] |
getTabs() |
void |
setId(java.lang.String id) |
void |
setTabs(WSFormTabBean[] tabs) |
protected java.lang.String id
protected WSFormTabBean[] tabs
public java.lang.String getId()
public void setId(java.lang.String id)
public WSFormTabBean[] getTabs()
public void setTabs(WSFormTabBean[] tabs)