public abstract class AbstractMappingModel extends AbstractModel
| Constructor and Description |
|---|
AbstractMappingModel() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
String |
getRequired() |
String |
getType() |
String |
getValue() |
void |
setName(String name) |
void |
setRequired(String required) |
void |
setType(String type) |
void |
setValue(String value) |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateCopy, isMergeableWith, mergepublic 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 setpublic String getRequired()
public void setRequired(String required)
required - the required to set