public class Property extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
Property.ValueFormat |
static class |
Property.ValueType |
Constructor and Description |
---|
Property() |
Modifier and Type | Method and Description |
---|---|
String |
getDisplayName() |
String |
getName() |
Boolean |
getRequired() |
String |
getValue() |
Property.ValueFormat |
getValueFormat() |
Property.ValueType |
getValueType() |
void |
setDisplayName(String displayName) |
void |
setName(String name) |
void |
setRequired(Boolean required) |
void |
setValue(String value) |
void |
setValueFormat(Property.ValueFormat valueFormat) |
void |
setValueType(Property.ValueType valueType) |
public String getDisplayName()
public void setDisplayName(String displayName)
public Boolean getRequired()
public void setRequired(Boolean required)
public String getValue()
public void setValue(String value)
public Property.ValueFormat getValueFormat()
public void setValueFormat(Property.ValueFormat valueFormat)
public Property.ValueType getValueType()
public void setValueType(Property.ValueType valueType)
public String getName()
public void setName(String name)
Copyright © 2016. All rights reserved.