public class PropertyPair extends Object
| Type | Property and Description |
|---|---|
boolean |
isQuery
Gets the value of the property queryProperty.
|
| Constructor and Description |
|---|
PropertyPair(PlasmaProperty prop,
Object value) |
PropertyPair(PlasmaProperty prop,
Object value,
Object oldValue) |
| Modifier and Type | Method and Description |
|---|---|
int |
getColumn() |
Object |
getOldValue() |
int |
getOldValueColumn() |
PlasmaProperty |
getProp() |
String |
getPropertyPath() |
Object |
getValue() |
PlasmaProperty |
getValueProp() |
boolean |
isQueryProperty()
Gets the value of the property queryProperty.
|
void |
setColumn(int column) |
void |
setOldValue(Object oldValue) |
void |
setOldValueColumn(int oldValueColumn) |
void |
setPropertyPath(String propertyPath) |
void |
setQueryProperty(boolean queryProperty) |
void |
setValueProp(PlasmaProperty valueProp) |
String |
toString() |
public boolean isQueryProperty
public PropertyPair(PlasmaProperty prop, Object value)
public PropertyPair(PlasmaProperty prop, Object value, Object oldValue)
public PlasmaProperty getProp()
public Object getValue()
public Object getOldValue()
public void setOldValue(Object oldValue)
public int getColumn()
public PlasmaProperty getValueProp()
public void setValueProp(PlasmaProperty valueProp)
public void setColumn(int column)
public int getOldValueColumn()
public void setOldValueColumn(int oldValueColumn)
public String getPropertyPath()
public void setPropertyPath(String propertyPath)
public boolean isQueryProperty()
public void setQueryProperty(boolean queryProperty)
Copyright © 2017. All rights reserved.