Class SapClassificationAttributeAuthorHelperImpl
- java.lang.Object
-
- de.hybris.platform.sap.sapmodel.authors.SapClassificationAttributeAuthorHelperImpl
-
- All Implemented Interfaces:
SapClassificationAttributeAuthorHelper
public class SapClassificationAttributeAuthorHelperImpl extends java.lang.Object implements SapClassificationAttributeAuthorHelper
-
-
Constructor Summary
Constructors Constructor Description SapClassificationAttributeAuthorHelperImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClassificationServicegetClassificationService()ModelServicegetModelService()ProductServicegetProductService()voidsetClassificationService(ClassificationService classificationService)voidsetModelService(ModelService modelService)voidsetProductService(ProductService productService)
-
-
-
Method Detail
-
getClassificationService
public ClassificationService getClassificationService()
- Specified by:
getClassificationServicein interfaceSapClassificationAttributeAuthorHelper
-
setClassificationService
public void setClassificationService(ClassificationService classificationService)
-
getModelService
public ModelService getModelService()
- Specified by:
getModelServicein interfaceSapClassificationAttributeAuthorHelper
-
setModelService
public void setModelService(ModelService modelService)
-
getProductService
public ProductService getProductService()
- Specified by:
getProductServicein interfaceSapClassificationAttributeAuthorHelper
-
setProductService
public void setProductService(ProductService productService)
-
-