public class SetModel extends AbstractActionModel
Sets an attribute value in a scope.
Constructor and Description |
---|
SetModel(String name,
String value)
Create a set action model
|
Modifier and Type | Method and Description |
---|---|
Model |
createCopy()
Create a deep copy of this model.
|
String |
getName() |
String |
getType() |
String |
getValue() |
void |
setName(String name) |
void |
setType(String type) |
void |
setValue(String value) |
getAttributes, isMergeableWith, merge, setAttributes
public Model createCopy()
Model
public String getName()
public void setName(String name)
name
- the name to setpublic String getValue()
public void setValue(String value)
value
- the value to setpublic String getType()
public void setType(String type)
type
- the type to set