org.plasma.sdo.access.provider.common
Class PropertyPair
java.lang.Object
org.plasma.sdo.access.provider.common.PropertyPair
public class PropertyPair
- extends java.lang.Object
Associates an SDO property with a data value and optional
column index or sequence.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
PropertyPair
public PropertyPair(PlasmaProperty prop,
java.lang.Object value)
getProp
public PlasmaProperty getProp()
getValue
public java.lang.Object getValue()
getColumn
public int getColumn()
setColumn
public void setColumn(int column)
getPropertyPath
public java.lang.String getPropertyPath()
setPropertyPath
public void setPropertyPath(java.lang.String propertyPath)
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
isQueryProperty
public boolean isQueryProperty()
setQueryProperty
public void setQueryProperty(boolean queryProperty)
Copyright © 2013. All Rights Reserved.