public class BasePropertyBean extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
description
property description if exist.
|
protected Set<String> |
fixedValues
Fixed values as String.
|
protected String |
name
unique identifier for the property.
|
protected String |
type
nature of the property (classname).
|
protected String |
value
Value as String.
|
| Constructor and Description |
|---|
BasePropertyBean() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Getter accessor for attribute 'description'.
|
Set<String> |
getFixedValues()
Getter accessor for attribute 'fixedValues'.
|
String |
getName()
Getter accessor for attribute 'name'.
|
String |
getType()
Getter accessor for attribute 'type'.
|
String |
getValue()
Getter accessor for attribute 'value'.
|
void |
setDescription(String description)
Setter accessor for attribute 'description'.
|
void |
setFixedValues(Set<String> fixedValues)
Setter accessor for attribute 'fixedValues'.
|
void |
setName(String name)
Setter accessor for attribute 'name'.
|
void |
setType(String type)
Setter accessor for attribute 'type'.
|
void |
setValue(String value)
Setter accessor for attribute 'value'.
|
protected String name
protected String description
protected String type
protected String value
public String getName()
public void setName(String name)
name - new value for 'name 'public String getDescription()
public void setDescription(String description)
description - new value for 'description 'public String getType()
public void setType(String type)
type - new value for 'type 'public String getValue()
public void setValue(String value)
value - new value for 'value 'public Set<String> getFixedValues()
Copyright © 2013–2017 FF4J. All rights reserved.