Class GeneratedItemSyncTimestamp

All Implemented Interfaces:
Serializable, Comparable
Direct Known Subclasses:
ItemSyncTimestamp

public abstract class GeneratedItemSyncTimestamp extends GenericItem
Generated class for type ItemSyncTimestamp.
See Also:
  • Field Details

    • SYNCJOB

      public static final String SYNCJOB
      Qualifier of the ItemSyncTimestamp.syncJob attribute
      See Also:
    • SOURCEITEM

      public static final String SOURCEITEM
      Qualifier of the ItemSyncTimestamp.sourceItem attribute
      See Also:
    • TARGETITEM

      public static final String TARGETITEM
      Qualifier of the ItemSyncTimestamp.targetItem attribute
      See Also:
    • SOURCEVERSION

      public static final String SOURCEVERSION
      Qualifier of the ItemSyncTimestamp.sourceVersion attribute
      See Also:
    • TARGETVERSION

      public static final String TARGETVERSION
      Qualifier of the ItemSyncTimestamp.targetVersion attribute
      See Also:
    • LASTSYNCSOURCEMODIFIEDTIME

      public static final String LASTSYNCSOURCEMODIFIEDTIME
      Qualifier of the ItemSyncTimestamp.lastSyncSourceModifiedTime attribute
      See Also:
    • LASTSYNCTIME

      public static final String LASTSYNCTIME
      Qualifier of the ItemSyncTimestamp.lastSyncTime attribute
      See Also:
    • PENDINGATTRIBUTESOWNERJOB

      public static final String PENDINGATTRIBUTESOWNERJOB
      Qualifier of the ItemSyncTimestamp.pendingAttributesOwnerJob attribute
      See Also:
    • PENDINGATTRIBUTESSCHEDULEDTURN

      public static final String PENDINGATTRIBUTESSCHEDULEDTURN
      Qualifier of the ItemSyncTimestamp.pendingAttributesScheduledTurn attribute
      See Also:
    • PENDINGATTRIBUTEQUALIFIERS

      public static final String PENDINGATTRIBUTEQUALIFIERS
      Qualifier of the ItemSyncTimestamp.pendingAttributeQualifiers attribute
      See Also:
    • OUTDATED

      public static final String OUTDATED
      Qualifier of the ItemSyncTimestamp.outdated attribute
      See Also:
    • PENDINGATTRIBUTES

      public static final String PENDINGATTRIBUTES
      Qualifier of the ItemSyncTimestamp.pendingAttributes attribute
      See Also:
    • DEFAULT_INITIAL_ATTRIBUTES

      protected static final Map<String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
  • Constructor Details

    • GeneratedItemSyncTimestamp

      public GeneratedItemSyncTimestamp()
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
      Overrides:
      getDefaultAttributeModes in class Item
    • getLastSyncSourceModifiedTime

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

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

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

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

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

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

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

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

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

      public 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 String getPendingAttributeQualifiers(SessionContext ctx)
      Generated method - Getter of the ItemSyncTimestamp.pendingAttributeQualifiers attribute.
      Returns:
      the pendingAttributeQualifiers
    • getPendingAttributeQualifiers

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

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

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

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

      public 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 Integer getPendingAttributesScheduledTurn(SessionContext ctx)
      Generated method - Getter of the ItemSyncTimestamp.pendingAttributesScheduledTurn attribute.
      Returns:
      the pendingAttributesScheduledTurn
    • getPendingAttributesScheduledTurn

      public 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, Integer value)
      Generated method - Setter of the ItemSyncTimestamp.pendingAttributesScheduledTurn attribute.
      Parameters:
      value - the pendingAttributesScheduledTurn
    • setPendingAttributesScheduledTurn

      public void setPendingAttributesScheduledTurn(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