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 |
---|---|
boolean |
equals(Object obj) |
String |
getDisplayName() |
String |
getName() |
Boolean |
getRequired() |
Object |
getValue() |
Property.ValueFormat |
getValueFormat() |
Property.ValueType |
getValueType() |
int |
hashCode() |
void |
setDisplayName(String displayName) |
void |
setName(String name) |
void |
setRequired(Boolean required) |
void |
setValue(Object value) |
void |
setValueFormat(Property.ValueFormat valueFormat) |
void |
setValueType(Property.ValueType valueType) |
String |
toString() |
public String getDisplayName()
public void setDisplayName(String displayName)
public Boolean getRequired()
public void setRequired(Boolean required)
public Object getValue()
public void setValue(Object 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 © 2017. All rights reserved.