com.anaptecs.jeaf.accounting.impl.domain.EmployeeBO Maven / Gradle / Ivy
The newest version!
package com.anaptecs.jeaf.accounting.impl.domain;
public class EmployeeBO extends EmployeeBOBase {
/**
* Initialize object. The constructor of the class has visibility protected in order to avoid creating business
* objects not through JEAFs persistence service provider.
*/
protected EmployeeBO( ) {
// Nothing to do.
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy