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

Author:
scinnamond

Constructor Summary
PropertyPair(PlasmaProperty prop, Object value)
           
PropertyPair(PlasmaProperty prop, Object value, Object oldValue)
           
 
Method Summary
 int getColumn()
           
 Object getOldValue()
           
 int getOldValueColumn()
           
 PlasmaProperty getProp()
           
 String getPropertyPath()
           
 Object getValue()
           
 PlasmaProperty getValueProp()
           
 boolean isQueryProperty()
           
 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()
           
 
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)

PropertyPair

public PropertyPair(PlasmaProperty prop,
                    Object value,
                    Object oldValue)
Method Detail

getProp

public PlasmaProperty getProp()

getValue

public Object getValue()

getOldValue

public Object getOldValue()

setOldValue

public void setOldValue(Object oldValue)

getColumn

public int getColumn()

getValueProp

public PlasmaProperty getValueProp()

setValueProp

public void setValueProp(PlasmaProperty valueProp)

setColumn

public void setColumn(int column)

getOldValueColumn

public int getOldValueColumn()

setOldValueColumn

public void setOldValueColumn(int oldValueColumn)

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.