Class ItemSyncDescriptorModel

  • All Implemented Interfaces:
    java.io.Serializable

    public class ItemSyncDescriptorModel
    extends ChangeDescriptorModel
    Generated model class for type ItemSyncDescriptor first defined at extension catalog.
    See Also:
    Serialized Form
    • Field Detail

      • _TYPECODE

        public static final java.lang.String _TYPECODE
        Generated model type code constant.
        See Also:
        Constant Field Values
      • TARGETITEM

        public static final java.lang.String TARGETITEM
        Generated constant - Attribute key of ItemSyncDescriptor.targetItem attribute defined at extension catalog.
        See Also:
        Constant Field Values
      • DONE

        public static final java.lang.String DONE
        Generated constant - Attribute key of ItemSyncDescriptor.done attribute defined at extension catalog.
        See Also:
        Constant Field Values
      • COPIEDIMPLICITELY

        public static final java.lang.String COPIEDIMPLICITELY
        Generated constant - Attribute key of ItemSyncDescriptor.copiedImplicitely attribute defined at extension catalog.
        See Also:
        Constant Field Values
    • Constructor Detail

      • ItemSyncDescriptorModel

        public ItemSyncDescriptorModel()
        Generated constructor - Default constructor for generic creation.
      • ItemSyncDescriptorModel

        public ItemSyncDescriptorModel​(ItemModelContext ctx)
        Generated constructor - Default constructor for creation with existing context
        Parameters:
        ctx - the model context to be injected, must not be null
      • ItemSyncDescriptorModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public ItemSyncDescriptorModel​(java.lang.String _changeType,
                                       SyncItemCronJobModel _cronJob,
                                       java.lang.Integer _sequenceNumber,
                                       StepModel _step)
        Deprecated, for removal: This API element is subject to removal in a future version.
        since 4.1.1 Please use the default constructor without parameters
        Generated constructor - Constructor with all mandatory attributes.
        Parameters:
        _changeType - initial attribute declared by type ChangeDescriptor at extension processing
        _cronJob - initial attribute declared by type ItemSyncDescriptor at extension catalog
        _sequenceNumber - initial attribute declared by type ChangeDescriptor at extension processing
        _step - initial attribute declared by type ChangeDescriptor at extension processing
      • ItemSyncDescriptorModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public ItemSyncDescriptorModel​(java.lang.String _changeType,
                                       SyncItemCronJobModel _cronJob,
                                       ItemModel _owner,
                                       java.lang.Integer _sequenceNumber,
                                       StepModel _step)
        Deprecated, for removal: This API element is subject to removal in a future version.
        since 4.1.1 Please use the default constructor without parameters
        Generated constructor - for all mandatory and initial attributes.
        Parameters:
        _changeType - initial attribute declared by type ChangeDescriptor at extension processing
        _cronJob - initial attribute declared by type ItemSyncDescriptor at extension catalog
        _owner - initial attribute declared by type Item at extension core
        _sequenceNumber - initial attribute declared by type ChangeDescriptor at extension processing
        _step - initial attribute declared by type ChangeDescriptor at extension processing
    • Method Detail

      • getCopiedImplicitely

        @Accessor(qualifier="copiedImplicitely",
                  type=GETTER)
        public java.lang.Boolean getCopiedImplicitely()
        Generated method - Getter of the ItemSyncDescriptor.copiedImplicitely attribute defined at extension catalog.
        Returns:
        the copiedImplicitely
      • getDone

        @Accessor(qualifier="done",
                  type=GETTER)
        public java.lang.Boolean getDone()
        Generated method - Getter of the ItemSyncDescriptor.done attribute defined at extension catalog.
        Returns:
        the done
      • getTargetItem

        @Accessor(qualifier="targetItem",
                  type=GETTER)
        public ItemModel getTargetItem()
        Generated method - Getter of the ItemSyncDescriptor.targetItem attribute defined at extension catalog.
        Returns:
        the targetItem
      • setCopiedImplicitely

        @Accessor(qualifier="copiedImplicitely",
                  type=SETTER)
        public void setCopiedImplicitely​(java.lang.Boolean value)
        Generated method - Setter of ItemSyncDescriptor.copiedImplicitely attribute defined at extension catalog.
        Parameters:
        value - the copiedImplicitely
      • setDone

        @Accessor(qualifier="done",
                  type=SETTER)
        public void setDone​(java.lang.Boolean value)
        Generated method - Setter of ItemSyncDescriptor.done attribute defined at extension catalog.
        Parameters:
        value - the done
      • setTargetItem

        @Accessor(qualifier="targetItem",
                  type=SETTER)
        public void setTargetItem​(ItemModel value)
        Generated method - Setter of ItemSyncDescriptor.targetItem attribute defined at extension catalog.
        Parameters:
        value - the targetItem