| CompanyFactory | This interface is implemented by a factory class that can create Company model instances. | code | html |
| CompanyFactoryNewInstance | code | html | |
| IAddress | This interface represents the persistent state of Address. | code | html |
| ICompany | This interface represents the persistent state of Company. | code | html |
| IDentalInsurance | This interface represents the persistent state of DentalInsurance. | code | html |
| IDepartment | This interface represents the persistent state of Department. | code | html |
| IEmployee | This interface represents the persistent state of Employee. | code | html |
| IFullTimeEmployee | This interface represents the persistent state of FullTimeEmployee. | code | html |
| IInsurance | This interface represents the persistent state of Insurance. | code | html |
| IMedicalInsurance | This interface represents the persistent state of MedicalInsurance. | code | html |
| IPartTimeEmployee | This interface represents the persistent state of PartTimeEmployee. | code | html |
| IPerson | This interface represents the persistent state of Person. | code | html |
| IProject | This interface represents the persistent state of Project. | code | html |
| PIAddress | This interface represents the persistent state of Address. | code | html |
| PICompany | This interface represents the persistent state of Company. | code | html |
| PIDentalInsurance | This interface represents the persistent state of DentalInsurance. | code | html |
| PIDepartment | This interface represents the persistent state of Department. | code | html |
| PIEmployee | This interface represents the persistent state of Employee. | code | html |
| PIFullTimeEmployee | This interface represents the persistent state of FullTimeEmployee. | code | html |
| PIInsurance | This interface represents the persistent state of Insurance. | code | html |
| PIMedicalInsurance | This interface represents the persistent state of MedicalInsurance. | code | html |
| PIPartTimeEmployee | This interface represents the persistent state of PartTimeEmployee. | code | html |
| PIPerson | This interface represents the persistent state of Person. | code | html |
| PIProject | This interface represents the persistent state of Project. | code | html |
| CompanyFactoryAbstractImpl | code | html | |
| CompanyFactoryAnnotatedAbstractDelegator | code | html | |
| Employee | This class represents an employee. | code | html |
| Insurance | This class represents an insurance carrier selection for a particular
Employee. |
code | html |
| Address | This class represents a postal address. | code | html |
| Address.Oid | This class is used to represent the application identifier
for the Address class. |
code | html |
| Company | This class represents information about a company. | code | html |
| Company.Oid | The class to be used as the application identifier
for the Company class. |
code | html |
| CompanyFactoryConcreteClass | code | html | |
| CompanyFactoryPMClass | code | html | |
| CompanyFactoryPMInterface | code | html | |
| CompanyFactoryRegistry | code | html | |
| CompanyModelReader | Utility class to create a graph of company model instances from an xml representation. | code | html |
| DentalInsurance | This class represents a dental insurance carrier selection for a
particular Employee. |
code | html |
| Department | This class represents a department within a company. | code | html |
| Department.Oid | The application identity class associated with the
Department class. |
code | html |
| FullTimeEmployee | This class represents a full-time employee. | code | html |
| Insurance.Oid | This class is used to represent the application
identifier for the Insurance class. |
code | html |
| MedicalInsurance | This class represents a dental insurance carrier selection for a
particular Employee. |
code | html |
| PartTimeEmployee | This class represents a part-time employee. | code | html |
| Person | This class represents a person. | code | html |
| Person.Oid | This class is used to represent the application identifier
for the Person class. |
code | html |
| Project | This class represents a project, a budgeted task with one or more employees working on it. | code | html |
| Project.Oid | This class is used to represent the application identity
for the Project class. |
code | html |