org.plasma.sdo.access.provider.common
Class PropertyPair
java.lang.Object
org.plasma.sdo.access.provider.common.PropertyPair
public class PropertyPair
- extends Object
Associates an SDO property with a data value and optional
column index or sequence.
PropertyPair
public PropertyPair(PlasmaProperty prop,
Object value)
getProp
public PlasmaProperty getProp()
getValue
public Object getValue()
getColumn
public int getColumn()
getValueProp
public PlasmaProperty getValueProp()
setValueProp
public void setValueProp(PlasmaProperty valueProp)
setColumn
public void setColumn(int column)
getPropertyPath
public String getPropertyPath()
setPropertyPath
public void setPropertyPath(String propertyPath)
toString
public String toString()
- Overrides:
toString in class Object
isQueryProperty
public boolean isQueryProperty()
setQueryProperty
public void setQueryProperty(boolean queryProperty)
Copyright © 2013. All rights reserved.