Class GeneratedItemSyncDescriptor

    • Field Detail

      • TARGETITEM

        public static final java.lang.String TARGETITEM
        Qualifier of the ItemSyncDescriptor.targetItem attribute
        See Also:
        Constant Field Values
      • DONE

        public static final java.lang.String DONE
        Qualifier of the ItemSyncDescriptor.done attribute
        See Also:
        Constant Field Values
      • COPIEDIMPLICITELY

        public static final java.lang.String COPIEDIMPLICITELY
        Qualifier of the ItemSyncDescriptor.copiedImplicitely attribute
        See Also:
        Constant Field Values
      • DEFAULT_INITIAL_ATTRIBUTES

        protected static final java.util.Map<java.lang.String,​Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
    • Constructor Detail

      • GeneratedItemSyncDescriptor

        public GeneratedItemSyncDescriptor()
    • Method Detail

      • isCopiedImplicitely

        public java.lang.Boolean isCopiedImplicitely​(SessionContext ctx)
        Generated method - Getter of the ItemSyncDescriptor.copiedImplicitely attribute.
        Returns:
        the copiedImplicitely
      • isCopiedImplicitely

        public java.lang.Boolean isCopiedImplicitely()
        Generated method - Getter of the ItemSyncDescriptor.copiedImplicitely attribute.
        Returns:
        the copiedImplicitely
      • isCopiedImplicitelyAsPrimitive

        public boolean isCopiedImplicitelyAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the ItemSyncDescriptor.copiedImplicitely attribute.
        Returns:
        the copiedImplicitely
      • isCopiedImplicitelyAsPrimitive

        public boolean isCopiedImplicitelyAsPrimitive()
        Generated method - Getter of the ItemSyncDescriptor.copiedImplicitely attribute.
        Returns:
        the copiedImplicitely
      • setCopiedImplicitely

        public void setCopiedImplicitely​(SessionContext ctx,
                                         java.lang.Boolean value)
        Generated method - Setter of the ItemSyncDescriptor.copiedImplicitely attribute.
        Parameters:
        value - the copiedImplicitely
      • setCopiedImplicitely

        public void setCopiedImplicitely​(java.lang.Boolean value)
        Generated method - Setter of the ItemSyncDescriptor.copiedImplicitely attribute.
        Parameters:
        value - the copiedImplicitely
      • setCopiedImplicitely

        public void setCopiedImplicitely​(SessionContext ctx,
                                         boolean value)
        Generated method - Setter of the ItemSyncDescriptor.copiedImplicitely attribute.
        Parameters:
        value - the copiedImplicitely
      • setCopiedImplicitely

        public void setCopiedImplicitely​(boolean value)
        Generated method - Setter of the ItemSyncDescriptor.copiedImplicitely attribute.
        Parameters:
        value - the copiedImplicitely
      • isDone

        public java.lang.Boolean isDone​(SessionContext ctx)
        Generated method - Getter of the ItemSyncDescriptor.done attribute.
        Returns:
        the done
      • isDone

        public java.lang.Boolean isDone()
        Generated method - Getter of the ItemSyncDescriptor.done attribute.
        Returns:
        the done
      • isDoneAsPrimitive

        public boolean isDoneAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the ItemSyncDescriptor.done attribute.
        Returns:
        the done
      • isDoneAsPrimitive

        public boolean isDoneAsPrimitive()
        Generated method - Getter of the ItemSyncDescriptor.done attribute.
        Returns:
        the done
      • setDone

        public void setDone​(SessionContext ctx,
                            java.lang.Boolean value)
        Generated method - Setter of the ItemSyncDescriptor.done attribute.
        Parameters:
        value - the done
      • setDone

        public void setDone​(java.lang.Boolean value)
        Generated method - Setter of the ItemSyncDescriptor.done attribute.
        Parameters:
        value - the done
      • setDone

        public void setDone​(SessionContext ctx,
                            boolean value)
        Generated method - Setter of the ItemSyncDescriptor.done attribute.
        Parameters:
        value - the done
      • setDone

        public void setDone​(boolean value)
        Generated method - Setter of the ItemSyncDescriptor.done attribute.
        Parameters:
        value - the done
      • getTargetItem

        public Item getTargetItem​(SessionContext ctx)
        Generated method - Getter of the ItemSyncDescriptor.targetItem attribute.
        Returns:
        the targetItem
      • getTargetItem

        public Item getTargetItem()
        Generated method - Getter of the ItemSyncDescriptor.targetItem attribute.
        Returns:
        the targetItem
      • setTargetItem

        public void setTargetItem​(SessionContext ctx,
                                  Item value)
        Generated method - Setter of the ItemSyncDescriptor.targetItem attribute.
        Parameters:
        value - the targetItem
      • setTargetItem

        public void setTargetItem​(Item value)
        Generated method - Setter of the ItemSyncDescriptor.targetItem attribute.
        Parameters:
        value - the targetItem