Class GenderDataPopulator

java.lang.Object
de.hybris.platform.yacceleratorfacades.populators.GenderDataPopulator
All Implemented Interfaces:
Populator<Gender,GenderData>

public class GenderDataPopulator extends Object implements Populator<Gender,GenderData>
Populates GenderData with name and code.
  • Constructor Details

    • GenderDataPopulator

      public GenderDataPopulator()
  • Method Details

    • 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