Class OutboundItemDTO

java.lang.Object
de.hybris.platform.outboundsync.dto.OutboundItemDTO

@Immutable public class OutboundItemDTO extends Object
  • Constructor Details

    • OutboundItemDTO

      @Deprecated(since="2205", forRemoval=true) public OutboundItemDTO()
      Deprecated, for removal: This API element is subject to removal in a future version.
      use the OutboundItemDTOBuilder instead.
      Instantiates an uninitialized DTO. Internal state is not set after calling this constructor and the fields, which are not expected to be null, are null
  • Method Details

    • getChangeInfo

      public ChangeInfo getChangeInfo()
    • getItem

      @NotNull public @NotNull OutboundItemChange getItem()
    • getIntegrationObjectPK

      @NotNull public @NotNull Long getIntegrationObjectPK()
    • getChannelConfigurationPK

      @NotNull public @NotNull Long getChannelConfigurationPK()
    • getRootItemPK

      public Long getRootItemPK()
    • getCronJobPK

      @NotNull public @NotNull PK getCronJobPK()
    • getIntegrationKey

      public String getIntegrationKey()
    • isSynchronizeDelete

      public boolean isSynchronizeDelete()
    • getItemType

      public String getItemType()
    • getRootItemType

      public String getRootItemType()
    • isDeleted

      public boolean isDeleted()
      Determines whether this DTO represents a deleted item.
      Returns:
      true, if the item represented by this DTO has been deleted in the platform; false, if the item was created or changed.
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object