Class UnitTestPropertyAccess
- java.lang.Object
-
- de.hybris.platform.sap.productconfig.model.cronjob.UnitTestPropertyAccess
-
- All Implemented Interfaces:
PropertyAccessFacade
public class UnitTestPropertyAccess extends java.lang.Object implements PropertyAccessFacade
-
-
Constructor Summary
Constructors Constructor Description UnitTestPropertyAccess()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleangetStartDeltaloadAfterInitial()voidsetStartDeltaloadAfterInitial(boolean startDeltaloadAfterInitial)
-
-
-
Method Detail
-
setStartDeltaloadAfterInitial
public void setStartDeltaloadAfterInitial(boolean startDeltaloadAfterInitial)
-
getStartDeltaloadAfterInitial
public boolean getStartDeltaloadAfterInitial()
- Specified by:
getStartDeltaloadAfterInitialin interfacePropertyAccessFacade- Returns:
- true if the delta load has to be started automatically after the initial load
-
-