![]() | Retrieves the dirty flag for this object. The dirty flag is used to record if any changes have happened to the object since it was last saved. Saving an object that is not dirty is a no-op. |
![]() | Load the persistent data about the object from a PropertyBag (which was typically retrieved from the database) |
![]() | Load the persistent data about the object from an XML string |
![]() | Save the persistent data about the object to a PropertyBag (which will typically be stored into the database) |
![]() | Save the persistent data about the object to an XML string |
![]() | Sets the dirty flag for this object. The dirty flag is used to record if any changes have happened to the object since it was last saved. Saving an object that is not dirty is a no-op. |
IPTPersist Interface | com.plumtree.server Namespace