CompanyFactory | This interface is implemented by a factory class that can create Company model instances. | code | html |
ICompany | This interface represents the persistent state of Company. | 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 |
IPartTimeEmployee | This interface represents the persistent state of PartTimeEmployee. | code | html |
IPerson | This interface represents the persistent state of Person. | code | html |
CompanyFactoryAbstractImpl | code | html | |
Employee | This class represents an employee. | 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 |
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 |
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 |