Package com.hybris.backoffice.sync
Class SyncTaskExecutionInfo
- java.lang.Object
-
- com.hybris.backoffice.sync.SyncTaskExecutionInfo
-
public class SyncTaskExecutionInfo extends java.lang.ObjectPojo which holds scheduled sync task and sync cron job code which runs the sync.
-
-
Constructor Summary
Constructors Constructor Description SyncTaskExecutionInfo(SyncTask syncTask, java.lang.String syncCronJobCode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetSyncCronJobCode()SyncTaskgetSyncTask()
-