public class WSEditItemContextBean
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected WSFieldsConfigBean |
fieldsConfig
The fields configuration
|
protected WSFormBean |
form
The form for edit the item
|
protected WSItemBean |
item
The edit item
|
protected java.lang.String |
readOnly
If the item is read only
|
Constructor and Description |
---|
WSEditItemContextBean() |
Modifier and Type | Method and Description |
---|---|
WSFieldsConfigBean |
getFieldsConfig() |
WSFormBean |
getForm() |
WSItemBean |
getItem() |
java.lang.String |
getReadOnly() |
void |
setFieldsConfig(WSFieldsConfigBean fieldsConfig) |
void |
setForm(WSFormBean form) |
void |
setItem(WSItemBean item) |
void |
setReadOnly(java.lang.String readOnly) |
protected WSItemBean item
protected WSFieldsConfigBean fieldsConfig
protected WSFormBean form
protected java.lang.String readOnly
public WSItemBean getItem()
public void setItem(WSItemBean item)
public WSFieldsConfigBean getFieldsConfig()
public void setFieldsConfig(WSFieldsConfigBean fieldsConfig)
public WSFormBean getForm()
public void setForm(WSFormBean form)
public java.lang.String getReadOnly()
public void setReadOnly(java.lang.String readOnly)