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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
createdOn
-
updatedOn
-
-
Constructor Details
-
CategoryHierarchy
public CategoryHierarchy()
-
-
Method Details
-
fromDomainObject
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
.
-