Package AccessEngine :: Package AEState :: Module Base
[hide private]
[frames] | no frames]

Module Base

source code

Defines an abstract base class for all persistent and/or configurable setting classes.


Author: Peter Parente

Organization: IBM Corporation

Copyright: Copyright (c) 2005, 2007 IBM Corporation

License: The BSD License All rights reserved. This program and the accompanying materials are made available under the terms of the BSD license which accompanies this distribution, and is available at http://www.opensource.org/licenses/bsd-license.php

Classes [hide private]
  AEState
Abstract base class for objects containing data that will have their data serialized to disk or configured by the user.
Functions [hide private]
integer
_uuid()
Generate a new unique identifier to help in comparison of AEState copies.
source code
Variables [hide private]
  uuid = _uuid()
Function Details [hide private]

_uuid()

source code 
Generate a new unique identifier to help in comparison of AEState copies.
Returns: integer
Unique ID