Class OutboundItemDTO
- java.lang.Object
-
- de.hybris.platform.outboundsync.dto.OutboundItemDTO
-
@Immutable public class OutboundItemDTO extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classOutboundItemDTO.Builder
-
Constructor Summary
Constructors Constructor Description OutboundItemDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.lang.LonggetChannelConfigurationPK()PKgetCronJobPK()java.lang.StringgetIntegrationKey()java.lang.LonggetIntegrationObjectPK()OutboundItemChangegetItem()java.lang.StringgetItemType()java.lang.LonggetRootItemPK()java.lang.StringgetRootItemType()inthashCode()booleanisDeleted()Determines whether this DTO represents a deleted item.booleanisSynchronizeDelete()java.lang.StringtoString()
-
-
-
Method Detail
-
getItem
public OutboundItemChange getItem()
-
getIntegrationObjectPK
public java.lang.Long getIntegrationObjectPK()
-
getChannelConfigurationPK
public java.lang.Long getChannelConfigurationPK()
-
getRootItemPK
public java.lang.Long getRootItemPK()
-
getCronJobPK
public PK getCronJobPK()
-
getIntegrationKey
public java.lang.String getIntegrationKey()
-
isSynchronizeDelete
public boolean isSynchronizeDelete()
-
getItemType
public java.lang.String getItemType()
-
getRootItemType
public java.lang.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 java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-