Class DistrictAssignmentLog


  • @Entity
    public class DistrictAssignmentLog
    extends BaseOwnershipEntity
    This is used to track how and what modules were assigned (e.g. if the modules were assigned to specific Group or the Location).
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DistrictAssignmentLog

        public DistrictAssignmentLog​(District district,
                                     Sector sector,
                                     Facility facility,
                                     Group group,
                                     Module module,
                                     User owner)
        Constructor to build DistrictAssignmentLog.
        Parameters:
        district - a district
        sector - a sector
        facility - a facility
        group - a group
        module - a module
        owner - an owner