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