org.plasma.sdo.access.provider.common
Class PropertyPair

java.lang.Object
  extended by 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.


Constructor Summary
PropertyPair(PlasmaProperty prop, Object value)
           
 
Method Summary
 int getColumn()
           
 PlasmaProperty getProp()
           
 String getPropertyPath()
           
 Object getValue()
           
 PlasmaProperty getValueProp()
           
 boolean isQueryProperty()
           
 void setColumn(int column)
           
 void setPropertyPath(String propertyPath)
           
 void setQueryProperty(boolean queryProperty)
           
 void setValueProp(PlasmaProperty valueProp)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PropertyPair

public PropertyPair(PlasmaProperty prop,
                    Object value)
Method Detail

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 © 2014. All rights reserved.