public class Property extends Object
| Constructor and Description |
|---|
Property() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
BondType |
getBond() |
String |
getCaption() |
List<Object> |
getChoiceValues() |
Map<String,Object> |
getConstraints() |
Object |
getDefaultValue() |
String |
getHelp() |
String |
getLabel() |
String |
getName() |
String |
getPatternValidation() |
String |
getShowFor() |
PropertyType |
getType() |
int |
hashCode() |
void |
setBond(BondType bond) |
void |
setCaption(String caption) |
void |
setChoiceValues(List<Object> choiceValues) |
void |
setConstraints(Map<String,Object> constraints) |
void |
setDefaultValue(Object defaultValue) |
void |
setHelp(String help) |
void |
setLabel(String label) |
void |
setName(String name) |
void |
setPatternValidation(String patternValidation) |
void |
setShowFor(String showFor) |
void |
setType(PropertyType type) |
String |
toString() |
public String getLabel()
public void setLabel(String label)
public String getName()
public void setName(String name)
public String getCaption()
public void setCaption(String caption)
public String getShowFor()
public void setShowFor(String showFor)
public String getPatternValidation()
public void setPatternValidation(String patternValidation)
public PropertyType getType()
public void setType(PropertyType type)
public Object getDefaultValue()
public void setDefaultValue(Object defaultValue)
public BondType getBond()
public void setBond(BondType bond)
public String getHelp()
public void setHelp(String help)
Copyright © 2020. All rights reserved.