public class PropertyValue<T> extends Object implements Serializable
Constructor and Description |
---|
PropertyValue() |
PropertyValue(Property property) |
PropertyValue(Property property,
T value) |
PropertyValue(Property property,
T value,
AbstractPropertyWriter.mode error) |
Modifier and Type | Method and Description |
---|---|
AbstractPropertyWriter.mode |
getError() |
int |
getId() |
Property |
getProperty() |
T |
getValue() |
void |
setError(AbstractPropertyWriter.mode error) |
void |
setId(int id) |
void |
setProperty(Property property) |
void |
setValue(T value) |
String |
toString() |
public PropertyValue()
public PropertyValue(Property property)
public PropertyValue(Property property, T value, AbstractPropertyWriter.mode error)
public AbstractPropertyWriter.mode getError()
public void setError(AbstractPropertyWriter.mode error)
public int getId()
public void setId(int id)
public Property getProperty()
public void setProperty(Property property)
public T getValue()
public void setValue(T value)
Copyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.