Class CatalogVersionCompareService.CatalogVersionDifference

java.lang.Object
de.hybris.platform.platformbackoffice.services.catalogversion.CatalogVersionCompareService.CatalogVersionDifference
Enclosing class:
CatalogVersionCompareService

public static class CatalogVersionCompareService.CatalogVersionDifference extends Object
  • Constructor Details

    • CatalogVersionDifference

      public CatalogVersionDifference(PK sourceItemPK, PK targetItemPK, Date sourceModificationTime, Date lastSyncTime, String typeName)
  • Method Details

    • hasBeenSynced

      public boolean hasBeenSynced()
    • getSourceItemPK

      public PK getSourceItemPK()
    • getTargetItemPK

      public PK getTargetItemPK()
    • getSourceModificationTime

      public Date getSourceModificationTime()
    • getLastSyncTime

      public Date getLastSyncTime()
    • getTypeName

      public String getTypeName()
    • wasSynchronized

      public boolean wasSynchronized()