public class BindingModel extends AbstractModel
Constructor and Description |
---|
BindingModel(String property,
String converter,
String required)
Create a binding model
|
Modifier and Type | Method and Description |
---|---|
Model |
createCopy()
Create a deep copy of this model.
|
String |
getConverter() |
String |
getProperty() |
String |
getRequired() |
boolean |
isMergeableWith(Model model)
Determine if the model is able to be merged into the current model
|
void |
merge(Model model)
Merge the model into the current model
|
void |
setConverter(String converter) |
void |
setProperty(String property) |
void |
setRequired(String required) |
public boolean isMergeableWith(Model model)
Model
model
- the model to comparepublic void merge(Model model)
Model
model
- the model to merge withpublic Model createCopy()
Model
public String getProperty()
public void setProperty(String property)
public String getConverter()
public void setConverter(String converter)
public String getRequired()
public void setRequired(String required)