|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectca.sqlpower.wabit.dao.WabitObjectProperty
public class WabitObjectProperty
A class representing an individual persisted WabitObject
property.
| Constructor Summary | |
|---|---|
WabitObjectProperty(java.lang.String uuid,
java.lang.String propertyName,
ca.sqlpower.dao.SPPersister.DataType dataType,
java.lang.Object oldValue,
java.lang.Object newValue,
boolean unconditional)
Constructor to persist a WabitObject property, keeping track
of all the parameters of the persistProperty(...) method call. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
ca.sqlpower.dao.SPPersister.DataType |
getDataType()
|
java.lang.Object |
getNewValue()
Accessor for the property value to persist |
java.lang.Object |
getOldValue()
|
java.lang.String |
getPropertyName()
Accessor for the property name field |
java.lang.String |
getUUID()
|
int |
hashCode()
|
boolean |
isUnconditional()
Accessor for the unconditional persist determinant |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public WabitObjectProperty(java.lang.String uuid,
java.lang.String propertyName,
ca.sqlpower.dao.SPPersister.DataType dataType,
java.lang.Object oldValue,
java.lang.Object newValue,
boolean unconditional)
WabitObject property, keeping track
of all the parameters of the persistProperty(...) method call. These
fields will be necessary for when commit() is called.
propertyName - The name of the property to persistnewValue - The property value to persistunconditional - Whether or not to validate if oldValue matches the actual
property value before persisting| Method Detail |
|---|
public java.lang.String getPropertyName()
public java.lang.Object getNewValue()
public boolean isUnconditional()
public ca.sqlpower.dao.SPPersister.DataType getDataType()
public java.lang.Object getOldValue()
public java.lang.String getUUID()
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||