public class MockField extends Field implements Serializable
Modifier and Type | Field and Description |
---|---|
protected String |
custom |
protected String |
name |
Constructor and Description |
---|
MockField() |
Modifier and Type | Method and Description |
---|---|
String |
getCustom()
Gets the value of the custom property.
|
String |
getName()
Gets the value of the name property.
|
void |
setCustom(String value)
Sets the value of the custom property.
|
void |
setName(String value)
Sets the value of the name property.
|
getActions, getArrayDimensions, getArraySize, getCollectionType, getDocId, getFieldType, getFormat, getIndex, getPath, getStatus, getValue, isRequired, setActions, setArrayDimensions, setArraySize, setCollectionType, setDocId, setFieldType, setFormat, setIndex, setPath, setRequired, setStatus, setValue
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public String getCustom()
String
Copyright © 2019 JBoss by Red Hat. All rights reserved.