The CInfo.Company Class II
At this point you should see a new CInfo.Company class:
Class CInfo.Company Extends (
%Persistent,
%Populate,
%XML.Adaptor
)
{
}
This class has three superclasses, just as CInfo.Address did. The difference is that the primary superclass is %PersistentOpens in a new tab, which endows our class with the ability to store itself within a database.