Class GeneratedItemSyncTimestamp

    • Field Detail

      • SYNCJOB

        public static final java.lang.String SYNCJOB
        Qualifier of the ItemSyncTimestamp.syncJob attribute
        See Also:
        Constant Field Values
      • SOURCEITEM

        public static final java.lang.String SOURCEITEM
        Qualifier of the ItemSyncTimestamp.sourceItem attribute
        See Also:
        Constant Field Values
      • TARGETITEM

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

        public static final java.lang.String SOURCEVERSION
        Qualifier of the ItemSyncTimestamp.sourceVersion attribute
        See Also:
        Constant Field Values
      • TARGETVERSION

        public static final java.lang.String TARGETVERSION
        Qualifier of the ItemSyncTimestamp.targetVersion attribute
        See Also:
        Constant Field Values
      • LASTSYNCSOURCEMODIFIEDTIME

        public static final java.lang.String LASTSYNCSOURCEMODIFIEDTIME
        Qualifier of the ItemSyncTimestamp.lastSyncSourceModifiedTime attribute
        See Also:
        Constant Field Values
      • LASTSYNCTIME

        public static final java.lang.String LASTSYNCTIME
        Qualifier of the ItemSyncTimestamp.lastSyncTime attribute
        See Also:
        Constant Field Values
      • PENDINGATTRIBUTESOWNERJOB

        public static final java.lang.String PENDINGATTRIBUTESOWNERJOB
        Qualifier of the ItemSyncTimestamp.pendingAttributesOwnerJob attribute
        See Also:
        Constant Field Values
      • PENDINGATTRIBUTESSCHEDULEDTURN

        public static final java.lang.String PENDINGATTRIBUTESSCHEDULEDTURN
        Qualifier of the ItemSyncTimestamp.pendingAttributesScheduledTurn attribute
        See Also:
        Constant Field Values
      • PENDINGATTRIBUTEQUALIFIERS

        public static final java.lang.String PENDINGATTRIBUTEQUALIFIERS
        Qualifier of the ItemSyncTimestamp.pendingAttributeQualifiers attribute
        See Also:
        Constant Field Values
      • OUTDATED

        public static final java.lang.String OUTDATED
        Qualifier of the ItemSyncTimestamp.outdated attribute
        See Also:
        Constant Field Values
      • PENDINGATTRIBUTES

        public static final java.lang.String PENDINGATTRIBUTES
        Qualifier of the ItemSyncTimestamp.pendingAttributes 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

      • GeneratedItemSyncTimestamp

        public GeneratedItemSyncTimestamp()
    • Method Detail

      • getLastSyncSourceModifiedTime

        public java.util.Date getLastSyncSourceModifiedTime​(SessionContext ctx)
        Generated method - Getter of the ItemSyncTimestamp.lastSyncSourceModifiedTime attribute.
        Returns:
        the lastSyncSourceModifiedTime
      • getLastSyncSourceModifiedTime

        public java.util.Date getLastSyncSourceModifiedTime()
        Generated method - Getter of the ItemSyncTimestamp.lastSyncSourceModifiedTime attribute.
        Returns:
        the lastSyncSourceModifiedTime
      • setLastSyncSourceModifiedTime

        public void setLastSyncSourceModifiedTime​(SessionContext ctx,
                                                  java.util.Date value)
        Generated method - Setter of the ItemSyncTimestamp.lastSyncSourceModifiedTime attribute.
        Parameters:
        value - the lastSyncSourceModifiedTime
      • setLastSyncSourceModifiedTime

        public void setLastSyncSourceModifiedTime​(java.util.Date value)
        Generated method - Setter of the ItemSyncTimestamp.lastSyncSourceModifiedTime attribute.
        Parameters:
        value - the lastSyncSourceModifiedTime
      • getLastSyncTime

        public java.util.Date getLastSyncTime​(SessionContext ctx)
        Generated method - Getter of the ItemSyncTimestamp.lastSyncTime attribute.
        Returns:
        the lastSyncTime
      • getLastSyncTime

        public java.util.Date getLastSyncTime()
        Generated method - Getter of the ItemSyncTimestamp.lastSyncTime attribute.
        Returns:
        the lastSyncTime
      • setLastSyncTime

        public void setLastSyncTime​(SessionContext ctx,
                                    java.util.Date value)
        Generated method - Setter of the ItemSyncTimestamp.lastSyncTime attribute.
        Parameters:
        value - the lastSyncTime
      • setLastSyncTime

        public void setLastSyncTime​(java.util.Date value)
        Generated method - Setter of the ItemSyncTimestamp.lastSyncTime attribute.
        Parameters:
        value - the lastSyncTime
      • isOutdated

        public abstract java.lang.Boolean isOutdated​(SessionContext ctx)
        Generated method - Getter of the ItemSyncTimestamp.outdated attribute.
        Returns:
        the outdated
      • isOutdated

        public java.lang.Boolean isOutdated()
        Generated method - Getter of the ItemSyncTimestamp.outdated attribute.
        Returns:
        the outdated
      • isOutdatedAsPrimitive

        public boolean isOutdatedAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the ItemSyncTimestamp.outdated attribute.
        Returns:
        the outdated
      • isOutdatedAsPrimitive

        public boolean isOutdatedAsPrimitive()
        Generated method - Getter of the ItemSyncTimestamp.outdated attribute.
        Returns:
        the outdated
      • getPendingAttributeQualifiers

        public java.lang.String getPendingAttributeQualifiers​(SessionContext ctx)
        Generated method - Getter of the ItemSyncTimestamp.pendingAttributeQualifiers attribute.
        Returns:
        the pendingAttributeQualifiers
      • getPendingAttributeQualifiers

        public java.lang.String getPendingAttributeQualifiers()
        Generated method - Getter of the ItemSyncTimestamp.pendingAttributeQualifiers attribute.
        Returns:
        the pendingAttributeQualifiers
      • setPendingAttributeQualifiers

        public void setPendingAttributeQualifiers​(SessionContext ctx,
                                                  java.lang.String value)
        Generated method - Setter of the ItemSyncTimestamp.pendingAttributeQualifiers attribute.
        Parameters:
        value - the pendingAttributeQualifiers
      • setPendingAttributeQualifiers

        public void setPendingAttributeQualifiers​(java.lang.String value)
        Generated method - Setter of the ItemSyncTimestamp.pendingAttributeQualifiers attribute.
        Parameters:
        value - the pendingAttributeQualifiers
      • getPendingAttributes

        public abstract java.util.Collection<AttributeDescriptor> getPendingAttributes​(SessionContext ctx)
        Generated method - Getter of the ItemSyncTimestamp.pendingAttributes attribute.
        Returns:
        the pendingAttributes
      • getPendingAttributes

        public java.util.Collection<AttributeDescriptor> getPendingAttributes()
        Generated method - Getter of the ItemSyncTimestamp.pendingAttributes attribute.
        Returns:
        the pendingAttributes
      • getPendingAttributesOwnerJob

        public SyncItemCronJob getPendingAttributesOwnerJob​(SessionContext ctx)
        Generated method - Getter of the ItemSyncTimestamp.pendingAttributesOwnerJob attribute.
        Returns:
        the pendingAttributesOwnerJob
      • getPendingAttributesOwnerJob

        public SyncItemCronJob getPendingAttributesOwnerJob()
        Generated method - Getter of the ItemSyncTimestamp.pendingAttributesOwnerJob attribute.
        Returns:
        the pendingAttributesOwnerJob
      • setPendingAttributesOwnerJob

        public void setPendingAttributesOwnerJob​(SessionContext ctx,
                                                 SyncItemCronJob value)
        Generated method - Setter of the ItemSyncTimestamp.pendingAttributesOwnerJob attribute.
        Parameters:
        value - the pendingAttributesOwnerJob
      • setPendingAttributesOwnerJob

        public void setPendingAttributesOwnerJob​(SyncItemCronJob value)
        Generated method - Setter of the ItemSyncTimestamp.pendingAttributesOwnerJob attribute.
        Parameters:
        value - the pendingAttributesOwnerJob
      • getPendingAttributesScheduledTurn

        public java.lang.Integer getPendingAttributesScheduledTurn​(SessionContext ctx)
        Generated method - Getter of the ItemSyncTimestamp.pendingAttributesScheduledTurn attribute.
        Returns:
        the pendingAttributesScheduledTurn
      • getPendingAttributesScheduledTurn

        public java.lang.Integer getPendingAttributesScheduledTurn()
        Generated method - Getter of the ItemSyncTimestamp.pendingAttributesScheduledTurn attribute.
        Returns:
        the pendingAttributesScheduledTurn
      • getPendingAttributesScheduledTurnAsPrimitive

        public int getPendingAttributesScheduledTurnAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the ItemSyncTimestamp.pendingAttributesScheduledTurn attribute.
        Returns:
        the pendingAttributesScheduledTurn
      • getPendingAttributesScheduledTurnAsPrimitive

        public int getPendingAttributesScheduledTurnAsPrimitive()
        Generated method - Getter of the ItemSyncTimestamp.pendingAttributesScheduledTurn attribute.
        Returns:
        the pendingAttributesScheduledTurn
      • setPendingAttributesScheduledTurn

        public void setPendingAttributesScheduledTurn​(SessionContext ctx,
                                                      java.lang.Integer value)
        Generated method - Setter of the ItemSyncTimestamp.pendingAttributesScheduledTurn attribute.
        Parameters:
        value - the pendingAttributesScheduledTurn
      • setPendingAttributesScheduledTurn

        public void setPendingAttributesScheduledTurn​(java.lang.Integer value)
        Generated method - Setter of the ItemSyncTimestamp.pendingAttributesScheduledTurn attribute.
        Parameters:
        value - the pendingAttributesScheduledTurn
      • setPendingAttributesScheduledTurn

        public void setPendingAttributesScheduledTurn​(SessionContext ctx,
                                                      int value)
        Generated method - Setter of the ItemSyncTimestamp.pendingAttributesScheduledTurn attribute.
        Parameters:
        value - the pendingAttributesScheduledTurn
      • setPendingAttributesScheduledTurn

        public void setPendingAttributesScheduledTurn​(int value)
        Generated method - Setter of the ItemSyncTimestamp.pendingAttributesScheduledTurn attribute.
        Parameters:
        value - the pendingAttributesScheduledTurn
      • getSourceItem

        public Item getSourceItem​(SessionContext ctx)
        Generated method - Getter of the ItemSyncTimestamp.sourceItem attribute.
        Returns:
        the sourceItem
      • getSourceItem

        public Item getSourceItem()
        Generated method - Getter of the ItemSyncTimestamp.sourceItem attribute.
        Returns:
        the sourceItem
      • setSourceItem

        protected void setSourceItem​(SessionContext ctx,
                                     Item value)
        Generated method - Setter of the ItemSyncTimestamp.sourceItem attribute.
        Parameters:
        value - the sourceItem
      • setSourceItem

        protected void setSourceItem​(Item value)
        Generated method - Setter of the ItemSyncTimestamp.sourceItem attribute.
        Parameters:
        value - the sourceItem
      • getSourceVersion

        public CatalogVersion getSourceVersion​(SessionContext ctx)
        Generated method - Getter of the ItemSyncTimestamp.sourceVersion attribute.
        Returns:
        the sourceVersion
      • getSourceVersion

        public CatalogVersion getSourceVersion()
        Generated method - Getter of the ItemSyncTimestamp.sourceVersion attribute.
        Returns:
        the sourceVersion
      • setSourceVersion

        protected void setSourceVersion​(SessionContext ctx,
                                        CatalogVersion value)
        Generated method - Setter of the ItemSyncTimestamp.sourceVersion attribute.
        Parameters:
        value - the sourceVersion
      • setSourceVersion

        protected void setSourceVersion​(CatalogVersion value)
        Generated method - Setter of the ItemSyncTimestamp.sourceVersion attribute.
        Parameters:
        value - the sourceVersion
      • getSyncJob

        public SyncItemJob getSyncJob​(SessionContext ctx)
        Generated method - Getter of the ItemSyncTimestamp.syncJob attribute.
        Returns:
        the syncJob
      • getSyncJob

        public SyncItemJob getSyncJob()
        Generated method - Getter of the ItemSyncTimestamp.syncJob attribute.
        Returns:
        the syncJob
      • setSyncJob

        protected void setSyncJob​(SessionContext ctx,
                                  SyncItemJob value)
        Generated method - Setter of the ItemSyncTimestamp.syncJob attribute.
        Parameters:
        value - the syncJob
      • setSyncJob

        protected void setSyncJob​(SyncItemJob value)
        Generated method - Setter of the ItemSyncTimestamp.syncJob attribute.
        Parameters:
        value - the syncJob
      • getTargetItem

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

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

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

        protected void setTargetItem​(Item value)
        Generated method - Setter of the ItemSyncTimestamp.targetItem attribute.
        Parameters:
        value - the targetItem
      • getTargetVersion

        public CatalogVersion getTargetVersion​(SessionContext ctx)
        Generated method - Getter of the ItemSyncTimestamp.targetVersion attribute.
        Returns:
        the targetVersion
      • getTargetVersion

        public CatalogVersion getTargetVersion()
        Generated method - Getter of the ItemSyncTimestamp.targetVersion attribute.
        Returns:
        the targetVersion
      • setTargetVersion

        protected void setTargetVersion​(SessionContext ctx,
                                        CatalogVersion value)
        Generated method - Setter of the ItemSyncTimestamp.targetVersion attribute.
        Parameters:
        value - the targetVersion
      • setTargetVersion

        protected void setTargetVersion​(CatalogVersion value)
        Generated method - Setter of the ItemSyncTimestamp.targetVersion attribute.
        Parameters:
        value - the targetVersion