Package com.collation.platform.model

Interface Summary
Configuration A configuration object
ModelObject A class implements the ModelObject interface to indicate that it is part of the Collation Object Model.
TestDummy  
 

Class Summary
Guid Guid - An 8 bytes Globally Unique IDentifier
GuidFactory An instance of this class acts as the factory for version 3 and null Guid instances.
GuidL1Test  
InterfaceIntrospector Java Bean Introspector for ModelObject interfaces.
ObjectRef  
 

Exception Summary
AttributeNotLoadedException Deprecated.  
AttributeNotSetException Exception thrown by ModelObjects on a getXXX accessor that hasn't been initialized by a setXXX accessor first.
GuidFormatException Guid format violation exception
ModelException Base class for exceptions thrown by ModelObjects
OperationNotSupportedException Deprecated.