Class OutboundItemDTO


  • @Immutable
    public class OutboundItemDTO
    extends java.lang.Object
    • Constructor Detail

      • OutboundItemDTO

        public OutboundItemDTO()
    • Method Detail

      • 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:
        toString in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object