public abstract class Property
extends java.lang.Object
Constructor and Description |
---|
Property() |
Modifier and Type | Method and Description |
---|---|
boolean |
getBooleanValue() |
java.lang.String |
getCategory() |
DataType |
getDataType() |
java.lang.String |
getDescription() |
java.time.Instant |
getInstantValue() |
int |
getIntegerValue() |
java.lang.String |
getName() |
XInfo |
getSetter() |
java.lang.String |
getStringValue() |
java.time.Instant |
getUpdated() |
java.lang.Object |
getValue() |
PropertyValue |
getValueObject() |
boolean |
isEditable() |
boolean |
isExposed() |
void |
setCategory(java.lang.String category) |
void |
setDescription(java.lang.String description) |
void |
setEditable(boolean isEditable) |
void |
setExposed(boolean isExposed) |
void |
setName(java.lang.String name) |
void |
setSetter(XInfo setter) |
void |
setUpdated(java.time.Instant updated) |
void |
setUpdated(java.sql.Timestamp updated) |
void |
setValue(PropertyValue value) |
public java.lang.String getName()
public void setName(java.lang.String name)
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
public PropertyValue getValueObject()
public void setValue(PropertyValue value)
public XInfo getSetter()
public void setSetter(XInfo setter)
public java.time.Instant getUpdated()
public void setUpdated(java.time.Instant updated)
public void setUpdated(java.sql.Timestamp updated)
public boolean isExposed()
public void setExposed(boolean isExposed)
public boolean isEditable()
public void setEditable(boolean isEditable)
public java.lang.String getCategory()
public void setCategory(java.lang.String category)
public java.lang.String getStringValue()
public boolean getBooleanValue()
public int getIntegerValue()
public java.time.Instant getInstantValue()
public java.lang.Object getValue()
public DataType getDataType()