Class GenderDataPopulator

    • Constructor Detail

      • GenderDataPopulator

        public GenderDataPopulator()
    • Method Detail

      • getTypeService

        protected TypeService getTypeService()
      • setTypeService

        public void setTypeService​(TypeService typeService)
      • populate

        public void populate​(Gender source,
                             GenderData target)
        Description copied from interface: Populator
        Populate the target instance with values from the source instance.
        Specified by:
        populate in interface Populator<Gender,​GenderData>
        Parameters:
        source - the source object
        target - the target to fill