Class CategoryHierarchy

java.lang.Object
com.skava.core.validation.OutputModel
com.skava.merchandise.model.exchange.response.CategoryHierarchy
All Implemented Interfaces:
Serializable

public class CategoryHierarchy extends com.skava.core.validation.OutputModel
This model contains the fields to be returned after category hierarchy API operation performed. The fields are marked as ignore will not be returned even if it contains value.
Author:
Infosys Equinox
See Also:
  • Field Details

    • createdOn

      protected String createdOn
    • updatedOn

      protected String updatedOn
  • Constructor Details

    • CategoryHierarchy

      public CategoryHierarchy()
  • Method Details

    • fromDomainObject

      public CategoryHierarchy fromDomainObject(CategoryDO categoryDO)

      fromDomainObject

      This method is used convert from category domain object to category exchange object.

      Parameters:
      categoryDO - It contains the domain attributes of category.
      Returns:
      It returns Category.