Package de.hybris.platform.catalog.jalo
Class GeneratedItemSyncTimestamp
- java.lang.Object
-
- de.hybris.platform.util.BridgeAbstraction
-
- de.hybris.platform.jalo.Item
-
- de.hybris.platform.jalo.ExtensibleItem
-
- de.hybris.platform.jalo.c2l.LocalizableItem
-
- de.hybris.platform.jalo.GenericItem
-
- de.hybris.platform.catalog.jalo.GeneratedItemSyncTimestamp
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable
- Direct Known Subclasses:
ItemSyncTimestamp
public abstract class GeneratedItemSyncTimestamp extends GenericItem
Generated class for typeItemSyncTimestamp
.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.GenericItem
GenericItem.GenericItemImpl
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.c2l.LocalizableItem
LocalizableItem.LocalizableItemImpl
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.ExtensibleItem
ExtensibleItem.ExtensibleItemImpl
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.Item
Item.AttributeFilter, Item.AttributeMode, Item.CachedGetter, Item.CachedSetter, Item.ItemAttributeMap, Item.ItemConstraint, Item.ItemImpl, Item.JaloCachedComputationException
-
-
Field Summary
Fields Modifier and Type Field Description protected static java.util.Map<java.lang.String,Item.AttributeMode>
DEFAULT_INITIAL_ATTRIBUTES
static java.lang.String
LASTSYNCSOURCEMODIFIEDTIME
Qualifier of theItemSyncTimestamp.lastSyncSourceModifiedTime
attributestatic java.lang.String
LASTSYNCTIME
Qualifier of theItemSyncTimestamp.lastSyncTime
attributestatic java.lang.String
OUTDATED
Qualifier of theItemSyncTimestamp.outdated
attributestatic java.lang.String
PENDINGATTRIBUTEQUALIFIERS
Qualifier of theItemSyncTimestamp.pendingAttributeQualifiers
attributestatic java.lang.String
PENDINGATTRIBUTES
Qualifier of theItemSyncTimestamp.pendingAttributes
attributestatic java.lang.String
PENDINGATTRIBUTESOWNERJOB
Qualifier of theItemSyncTimestamp.pendingAttributesOwnerJob
attributestatic java.lang.String
PENDINGATTRIBUTESSCHEDULEDTURN
Qualifier of theItemSyncTimestamp.pendingAttributesScheduledTurn
attributestatic java.lang.String
SOURCEITEM
Qualifier of theItemSyncTimestamp.sourceItem
attributestatic java.lang.String
SOURCEVERSION
Qualifier of theItemSyncTimestamp.sourceVersion
attributestatic java.lang.String
SYNCJOB
Qualifier of theItemSyncTimestamp.syncJob
attributestatic java.lang.String
TARGETITEM
Qualifier of theItemSyncTimestamp.targetItem
attributestatic java.lang.String
TARGETVERSION
Qualifier of theItemSyncTimestamp.targetVersion
attribute-
Fields inherited from class de.hybris.platform.jalo.c2l.LocalizableItem
LANGUAGE_FALLBACK_ENABLED
-
Fields inherited from class de.hybris.platform.jalo.Item
_CREATION_TIME_INTERNAL, _MODIFIED_TIME_INTERNAL, accessorLog, CREATION_TIME, DISABLE_ATTRIBUTE_CHECK, DISABLE_ITEMCHECK_BEFORE_REMOVABLE, EVEN, FEATURE_ACCESSMAP_QUALIFIER, HJMPTS, INITIAL_CREATION_FLAG, isJaloOnly, MODIFIED_TIME, NEGATIVE, NOT_FOUND, OWNER, PK, POSITIVE, SAVE_FROM_SERVICE_LAYER, staticTransientObjects, TYPE
-
Fields inherited from class de.hybris.platform.util.BridgeAbstraction
impl, tenant
-
-
Constructor Summary
Constructors Constructor Description GeneratedItemSyncTimestamp()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected java.util.Map<java.lang.String,Item.AttributeMode>
getDefaultAttributeModes()
java.util.Date
getLastSyncSourceModifiedTime()
Generated method - Getter of theItemSyncTimestamp.lastSyncSourceModifiedTime
attribute.java.util.Date
getLastSyncSourceModifiedTime(SessionContext ctx)
Generated method - Getter of theItemSyncTimestamp.lastSyncSourceModifiedTime
attribute.java.util.Date
getLastSyncTime()
Generated method - Getter of theItemSyncTimestamp.lastSyncTime
attribute.java.util.Date
getLastSyncTime(SessionContext ctx)
Generated method - Getter of theItemSyncTimestamp.lastSyncTime
attribute.java.lang.String
getPendingAttributeQualifiers()
Generated method - Getter of theItemSyncTimestamp.pendingAttributeQualifiers
attribute.java.lang.String
getPendingAttributeQualifiers(SessionContext ctx)
Generated method - Getter of theItemSyncTimestamp.pendingAttributeQualifiers
attribute.java.util.Collection<AttributeDescriptor>
getPendingAttributes()
Generated method - Getter of theItemSyncTimestamp.pendingAttributes
attribute.abstract java.util.Collection<AttributeDescriptor>
getPendingAttributes(SessionContext ctx)
Generated method - Getter of theItemSyncTimestamp.pendingAttributes
attribute.SyncItemCronJob
getPendingAttributesOwnerJob()
Generated method - Getter of theItemSyncTimestamp.pendingAttributesOwnerJob
attribute.SyncItemCronJob
getPendingAttributesOwnerJob(SessionContext ctx)
Generated method - Getter of theItemSyncTimestamp.pendingAttributesOwnerJob
attribute.java.lang.Integer
getPendingAttributesScheduledTurn()
Generated method - Getter of theItemSyncTimestamp.pendingAttributesScheduledTurn
attribute.java.lang.Integer
getPendingAttributesScheduledTurn(SessionContext ctx)
Generated method - Getter of theItemSyncTimestamp.pendingAttributesScheduledTurn
attribute.int
getPendingAttributesScheduledTurnAsPrimitive()
Generated method - Getter of theItemSyncTimestamp.pendingAttributesScheduledTurn
attribute.int
getPendingAttributesScheduledTurnAsPrimitive(SessionContext ctx)
Generated method - Getter of theItemSyncTimestamp.pendingAttributesScheduledTurn
attribute.Item
getSourceItem()
Generated method - Getter of theItemSyncTimestamp.sourceItem
attribute.Item
getSourceItem(SessionContext ctx)
Generated method - Getter of theItemSyncTimestamp.sourceItem
attribute.CatalogVersion
getSourceVersion()
Generated method - Getter of theItemSyncTimestamp.sourceVersion
attribute.CatalogVersion
getSourceVersion(SessionContext ctx)
Generated method - Getter of theItemSyncTimestamp.sourceVersion
attribute.SyncItemJob
getSyncJob()
Generated method - Getter of theItemSyncTimestamp.syncJob
attribute.SyncItemJob
getSyncJob(SessionContext ctx)
Generated method - Getter of theItemSyncTimestamp.syncJob
attribute.Item
getTargetItem()
Generated method - Getter of theItemSyncTimestamp.targetItem
attribute.Item
getTargetItem(SessionContext ctx)
Generated method - Getter of theItemSyncTimestamp.targetItem
attribute.CatalogVersion
getTargetVersion()
Generated method - Getter of theItemSyncTimestamp.targetVersion
attribute.CatalogVersion
getTargetVersion(SessionContext ctx)
Generated method - Getter of theItemSyncTimestamp.targetVersion
attribute.java.lang.Boolean
isOutdated()
Generated method - Getter of theItemSyncTimestamp.outdated
attribute.abstract java.lang.Boolean
isOutdated(SessionContext ctx)
Generated method - Getter of theItemSyncTimestamp.outdated
attribute.boolean
isOutdatedAsPrimitive()
Generated method - Getter of theItemSyncTimestamp.outdated
attribute.boolean
isOutdatedAsPrimitive(SessionContext ctx)
Generated method - Getter of theItemSyncTimestamp.outdated
attribute.void
setLastSyncSourceModifiedTime(SessionContext ctx, java.util.Date value)
Generated method - Setter of theItemSyncTimestamp.lastSyncSourceModifiedTime
attribute.void
setLastSyncSourceModifiedTime(java.util.Date value)
Generated method - Setter of theItemSyncTimestamp.lastSyncSourceModifiedTime
attribute.void
setLastSyncTime(SessionContext ctx, java.util.Date value)
Generated method - Setter of theItemSyncTimestamp.lastSyncTime
attribute.void
setLastSyncTime(java.util.Date value)
Generated method - Setter of theItemSyncTimestamp.lastSyncTime
attribute.void
setPendingAttributeQualifiers(SessionContext ctx, java.lang.String value)
Generated method - Setter of theItemSyncTimestamp.pendingAttributeQualifiers
attribute.void
setPendingAttributeQualifiers(java.lang.String value)
Generated method - Setter of theItemSyncTimestamp.pendingAttributeQualifiers
attribute.void
setPendingAttributesOwnerJob(SyncItemCronJob value)
Generated method - Setter of theItemSyncTimestamp.pendingAttributesOwnerJob
attribute.void
setPendingAttributesOwnerJob(SessionContext ctx, SyncItemCronJob value)
Generated method - Setter of theItemSyncTimestamp.pendingAttributesOwnerJob
attribute.void
setPendingAttributesScheduledTurn(int value)
Generated method - Setter of theItemSyncTimestamp.pendingAttributesScheduledTurn
attribute.void
setPendingAttributesScheduledTurn(SessionContext ctx, int value)
Generated method - Setter of theItemSyncTimestamp.pendingAttributesScheduledTurn
attribute.void
setPendingAttributesScheduledTurn(SessionContext ctx, java.lang.Integer value)
Generated method - Setter of theItemSyncTimestamp.pendingAttributesScheduledTurn
attribute.void
setPendingAttributesScheduledTurn(java.lang.Integer value)
Generated method - Setter of theItemSyncTimestamp.pendingAttributesScheduledTurn
attribute.protected void
setSourceItem(Item value)
Generated method - Setter of theItemSyncTimestamp.sourceItem
attribute.protected void
setSourceItem(SessionContext ctx, Item value)
Generated method - Setter of theItemSyncTimestamp.sourceItem
attribute.protected void
setSourceVersion(CatalogVersion value)
Generated method - Setter of theItemSyncTimestamp.sourceVersion
attribute.protected void
setSourceVersion(SessionContext ctx, CatalogVersion value)
Generated method - Setter of theItemSyncTimestamp.sourceVersion
attribute.protected void
setSyncJob(SyncItemJob value)
Generated method - Setter of theItemSyncTimestamp.syncJob
attribute.protected void
setSyncJob(SessionContext ctx, SyncItemJob value)
Generated method - Setter of theItemSyncTimestamp.syncJob
attribute.protected void
setTargetItem(Item value)
Generated method - Setter of theItemSyncTimestamp.targetItem
attribute.protected void
setTargetItem(SessionContext ctx, Item value)
Generated method - Setter of theItemSyncTimestamp.targetItem
attribute.protected void
setTargetVersion(CatalogVersion value)
Generated method - Setter of theItemSyncTimestamp.targetVersion
attribute.protected void
setTargetVersion(SessionContext ctx, CatalogVersion value)
Generated method - Setter of theItemSyncTimestamp.targetVersion
attribute.-
Methods inherited from class de.hybris.platform.jalo.GenericItem
createItem, getImplementation, getInitialProperties, getNonInitialAttributes, getRelatedItems, setRelatedItems
-
Methods inherited from class de.hybris.platform.jalo.c2l.LocalizableItem
getAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllValuesSessionContext, getLocalizedProperty, getLocalizedProperty, getLocalizedPropertyInternal, getLocalizedPropertyNames, getLocalizedPropertyNames, hasLanguage, isEmptyValue, isFallbackEnabled, removeLocalizedProperty, removeLocalizedProperty, setAllLocalizedProperties, setAllLocalizedProperties, setLocalizedProperty, setLocalizedProperty
-
Methods inherited from class de.hybris.platform.jalo.ExtensibleItem
createNonClassAccessor, getAllProperties, getAllProperties, getProperty, getProperty, getPropertyNames, getPropertyNames, removeProperty, removeProperty, setAllProperties, setAllProperties, setProperty, setProperty
-
Methods inherited from class de.hybris.platform.jalo.Item
addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addNegativePermission, addPermission, addPositivePermission, assureExtensionsLoaded, changeTypeAfterCreation, checkConstraint, checkItemPermission, checkMandatoryAttribute, checkMandatoryAttribute, checkPermission, checkPermission, checkRemovable, clearPermission, compareTo, ctx, doAfterRemove, doBeforeRemove, equals, getAccessorFor, getAllAttributes, getAllAttributes, getAllAttributes, getAllAttributes, getAllAttributesInternal, getAllLinkedItems, getAndCheckCacheBoundItem, getAttribute, getAttribute, getCacheBoundItem, getComposedType, getComposedTypePK, getCreationTime, getCurrentlyRemovingCount, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItemsCount, getLinkedItemsCount, getLinkedItemsCount, getModificationTime, getNegativePermissions, getOwner, getPermissionMap, getPermissions, getPersistenceVersion, getPK, getPositivePermissions, getRestrictedPrincipals, getSession, getSyncObject, getTenant, getTransientObject, getTransientObjectMap, hashCode, hasRegisteredClassAccessorFor, internal_registerClassAccessorFor, internal_registerNonClassAccessorFor, invalidateLocalCaches, isAlive, isCacheBound, isCurrentlyRemoving, isCurrentlyRemoving, isEmptyRelationValue, isInCreate, isInstanceOf, isItemCheckBeforeRemoveableDisabled, isMarkModifiedDisabled, isRelationLocalizationFallbackEnabled, newInstance, notifyExtensionsAfterItemCreation, notifyExtensionsBeforeItemCreation, notifyItemRemoval, notifyManagerAboutItemRemoval, readResolve, registerAccessFor, registerAccessFor, registerJaloInvalidationListeners, remove, remove, removeItemCollection, removeItemCollection, removeLinkedItems, removeLinkedItems, removeLinkedItems, removeLinkedItems, removeLinks, removePartOfItems, removePartOfItems, setAllAttributes, setAllAttributes, setAllAttributesInternal, setAllLinkedItems, setAllLinkedItems, setAllLinkedItems, setAllLinkedItems, setAttribute, setAttribute, setAttributeFromString, setAttributeFromString, setCacheBound, setComposedType, setCreationTime, setImplementation, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setModificationTime, setNonInitialAttributes, setOwner, setPermissionsByMap, setTransientObject, setUseTA, toString, useTA, writeReplace
-
Methods inherited from class de.hybris.platform.util.BridgeAbstraction
setTenant
-
-
-
-
Field Detail
-
SYNCJOB
public static final java.lang.String SYNCJOB
Qualifier of theItemSyncTimestamp.syncJob
attribute- See Also:
- Constant Field Values
-
SOURCEITEM
public static final java.lang.String SOURCEITEM
Qualifier of theItemSyncTimestamp.sourceItem
attribute- See Also:
- Constant Field Values
-
TARGETITEM
public static final java.lang.String TARGETITEM
Qualifier of theItemSyncTimestamp.targetItem
attribute- See Also:
- Constant Field Values
-
SOURCEVERSION
public static final java.lang.String SOURCEVERSION
Qualifier of theItemSyncTimestamp.sourceVersion
attribute- See Also:
- Constant Field Values
-
TARGETVERSION
public static final java.lang.String TARGETVERSION
Qualifier of theItemSyncTimestamp.targetVersion
attribute- See Also:
- Constant Field Values
-
LASTSYNCSOURCEMODIFIEDTIME
public static final java.lang.String LASTSYNCSOURCEMODIFIEDTIME
Qualifier of theItemSyncTimestamp.lastSyncSourceModifiedTime
attribute- See Also:
- Constant Field Values
-
LASTSYNCTIME
public static final java.lang.String LASTSYNCTIME
Qualifier of theItemSyncTimestamp.lastSyncTime
attribute- See Also:
- Constant Field Values
-
PENDINGATTRIBUTESOWNERJOB
public static final java.lang.String PENDINGATTRIBUTESOWNERJOB
Qualifier of theItemSyncTimestamp.pendingAttributesOwnerJob
attribute- See Also:
- Constant Field Values
-
PENDINGATTRIBUTESSCHEDULEDTURN
public static final java.lang.String PENDINGATTRIBUTESSCHEDULEDTURN
Qualifier of theItemSyncTimestamp.pendingAttributesScheduledTurn
attribute- See Also:
- Constant Field Values
-
PENDINGATTRIBUTEQUALIFIERS
public static final java.lang.String PENDINGATTRIBUTEQUALIFIERS
Qualifier of theItemSyncTimestamp.pendingAttributeQualifiers
attribute- See Also:
- Constant Field Values
-
OUTDATED
public static final java.lang.String OUTDATED
Qualifier of theItemSyncTimestamp.outdated
attribute- See Also:
- Constant Field Values
-
PENDINGATTRIBUTES
public static final java.lang.String PENDINGATTRIBUTES
Qualifier of theItemSyncTimestamp.pendingAttributes
attribute- See Also:
- Constant Field Values
-
DEFAULT_INITIAL_ATTRIBUTES
protected static final java.util.Map<java.lang.String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
-
-
Method Detail
-
getDefaultAttributeModes
protected java.util.Map<java.lang.String,Item.AttributeMode> getDefaultAttributeModes()
- Overrides:
getDefaultAttributeModes
in classItem
-
getLastSyncSourceModifiedTime
public java.util.Date getLastSyncSourceModifiedTime(SessionContext ctx)
Generated method - Getter of theItemSyncTimestamp.lastSyncSourceModifiedTime
attribute.- Returns:
- the lastSyncSourceModifiedTime
-
getLastSyncSourceModifiedTime
public java.util.Date getLastSyncSourceModifiedTime()
Generated method - Getter of theItemSyncTimestamp.lastSyncSourceModifiedTime
attribute.- Returns:
- the lastSyncSourceModifiedTime
-
setLastSyncSourceModifiedTime
public void setLastSyncSourceModifiedTime(SessionContext ctx, java.util.Date value)
Generated method - Setter of theItemSyncTimestamp.lastSyncSourceModifiedTime
attribute.- Parameters:
value
- the lastSyncSourceModifiedTime
-
setLastSyncSourceModifiedTime
public void setLastSyncSourceModifiedTime(java.util.Date value)
Generated method - Setter of theItemSyncTimestamp.lastSyncSourceModifiedTime
attribute.- Parameters:
value
- the lastSyncSourceModifiedTime
-
getLastSyncTime
public java.util.Date getLastSyncTime(SessionContext ctx)
Generated method - Getter of theItemSyncTimestamp.lastSyncTime
attribute.- Returns:
- the lastSyncTime
-
getLastSyncTime
public java.util.Date getLastSyncTime()
Generated method - Getter of theItemSyncTimestamp.lastSyncTime
attribute.- Returns:
- the lastSyncTime
-
setLastSyncTime
public void setLastSyncTime(SessionContext ctx, java.util.Date value)
Generated method - Setter of theItemSyncTimestamp.lastSyncTime
attribute.- Parameters:
value
- the lastSyncTime
-
setLastSyncTime
public void setLastSyncTime(java.util.Date value)
Generated method - Setter of theItemSyncTimestamp.lastSyncTime
attribute.- Parameters:
value
- the lastSyncTime
-
isOutdated
public abstract java.lang.Boolean isOutdated(SessionContext ctx)
Generated method - Getter of theItemSyncTimestamp.outdated
attribute.- Returns:
- the outdated
-
isOutdated
public java.lang.Boolean isOutdated()
Generated method - Getter of theItemSyncTimestamp.outdated
attribute.- Returns:
- the outdated
-
isOutdatedAsPrimitive
public boolean isOutdatedAsPrimitive(SessionContext ctx)
Generated method - Getter of theItemSyncTimestamp.outdated
attribute.- Returns:
- the outdated
-
isOutdatedAsPrimitive
public boolean isOutdatedAsPrimitive()
Generated method - Getter of theItemSyncTimestamp.outdated
attribute.- Returns:
- the outdated
-
getPendingAttributeQualifiers
public java.lang.String getPendingAttributeQualifiers(SessionContext ctx)
Generated method - Getter of theItemSyncTimestamp.pendingAttributeQualifiers
attribute.- Returns:
- the pendingAttributeQualifiers
-
getPendingAttributeQualifiers
public java.lang.String getPendingAttributeQualifiers()
Generated method - Getter of theItemSyncTimestamp.pendingAttributeQualifiers
attribute.- Returns:
- the pendingAttributeQualifiers
-
setPendingAttributeQualifiers
public void setPendingAttributeQualifiers(SessionContext ctx, java.lang.String value)
Generated method - Setter of theItemSyncTimestamp.pendingAttributeQualifiers
attribute.- Parameters:
value
- the pendingAttributeQualifiers
-
setPendingAttributeQualifiers
public void setPendingAttributeQualifiers(java.lang.String value)
Generated method - Setter of theItemSyncTimestamp.pendingAttributeQualifiers
attribute.- Parameters:
value
- the pendingAttributeQualifiers
-
getPendingAttributes
public abstract java.util.Collection<AttributeDescriptor> getPendingAttributes(SessionContext ctx)
Generated method - Getter of theItemSyncTimestamp.pendingAttributes
attribute.- Returns:
- the pendingAttributes
-
getPendingAttributes
public java.util.Collection<AttributeDescriptor> getPendingAttributes()
Generated method - Getter of theItemSyncTimestamp.pendingAttributes
attribute.- Returns:
- the pendingAttributes
-
getPendingAttributesOwnerJob
public SyncItemCronJob getPendingAttributesOwnerJob(SessionContext ctx)
Generated method - Getter of theItemSyncTimestamp.pendingAttributesOwnerJob
attribute.- Returns:
- the pendingAttributesOwnerJob
-
getPendingAttributesOwnerJob
public SyncItemCronJob getPendingAttributesOwnerJob()
Generated method - Getter of theItemSyncTimestamp.pendingAttributesOwnerJob
attribute.- Returns:
- the pendingAttributesOwnerJob
-
setPendingAttributesOwnerJob
public void setPendingAttributesOwnerJob(SessionContext ctx, SyncItemCronJob value)
Generated method - Setter of theItemSyncTimestamp.pendingAttributesOwnerJob
attribute.- Parameters:
value
- the pendingAttributesOwnerJob
-
setPendingAttributesOwnerJob
public void setPendingAttributesOwnerJob(SyncItemCronJob value)
Generated method - Setter of theItemSyncTimestamp.pendingAttributesOwnerJob
attribute.- Parameters:
value
- the pendingAttributesOwnerJob
-
getPendingAttributesScheduledTurn
public java.lang.Integer getPendingAttributesScheduledTurn(SessionContext ctx)
Generated method - Getter of theItemSyncTimestamp.pendingAttributesScheduledTurn
attribute.- Returns:
- the pendingAttributesScheduledTurn
-
getPendingAttributesScheduledTurn
public java.lang.Integer getPendingAttributesScheduledTurn()
Generated method - Getter of theItemSyncTimestamp.pendingAttributesScheduledTurn
attribute.- Returns:
- the pendingAttributesScheduledTurn
-
getPendingAttributesScheduledTurnAsPrimitive
public int getPendingAttributesScheduledTurnAsPrimitive(SessionContext ctx)
Generated method - Getter of theItemSyncTimestamp.pendingAttributesScheduledTurn
attribute.- Returns:
- the pendingAttributesScheduledTurn
-
getPendingAttributesScheduledTurnAsPrimitive
public int getPendingAttributesScheduledTurnAsPrimitive()
Generated method - Getter of theItemSyncTimestamp.pendingAttributesScheduledTurn
attribute.- Returns:
- the pendingAttributesScheduledTurn
-
setPendingAttributesScheduledTurn
public void setPendingAttributesScheduledTurn(SessionContext ctx, java.lang.Integer value)
Generated method - Setter of theItemSyncTimestamp.pendingAttributesScheduledTurn
attribute.- Parameters:
value
- the pendingAttributesScheduledTurn
-
setPendingAttributesScheduledTurn
public void setPendingAttributesScheduledTurn(java.lang.Integer value)
Generated method - Setter of theItemSyncTimestamp.pendingAttributesScheduledTurn
attribute.- Parameters:
value
- the pendingAttributesScheduledTurn
-
setPendingAttributesScheduledTurn
public void setPendingAttributesScheduledTurn(SessionContext ctx, int value)
Generated method - Setter of theItemSyncTimestamp.pendingAttributesScheduledTurn
attribute.- Parameters:
value
- the pendingAttributesScheduledTurn
-
setPendingAttributesScheduledTurn
public void setPendingAttributesScheduledTurn(int value)
Generated method - Setter of theItemSyncTimestamp.pendingAttributesScheduledTurn
attribute.- Parameters:
value
- the pendingAttributesScheduledTurn
-
getSourceItem
public Item getSourceItem(SessionContext ctx)
Generated method - Getter of theItemSyncTimestamp.sourceItem
attribute.- Returns:
- the sourceItem
-
getSourceItem
public Item getSourceItem()
Generated method - Getter of theItemSyncTimestamp.sourceItem
attribute.- Returns:
- the sourceItem
-
setSourceItem
protected void setSourceItem(SessionContext ctx, Item value)
Generated method - Setter of theItemSyncTimestamp.sourceItem
attribute.- Parameters:
value
- the sourceItem
-
setSourceItem
protected void setSourceItem(Item value)
Generated method - Setter of theItemSyncTimestamp.sourceItem
attribute.- Parameters:
value
- the sourceItem
-
getSourceVersion
public CatalogVersion getSourceVersion(SessionContext ctx)
Generated method - Getter of theItemSyncTimestamp.sourceVersion
attribute.- Returns:
- the sourceVersion
-
getSourceVersion
public CatalogVersion getSourceVersion()
Generated method - Getter of theItemSyncTimestamp.sourceVersion
attribute.- Returns:
- the sourceVersion
-
setSourceVersion
protected void setSourceVersion(SessionContext ctx, CatalogVersion value)
Generated method - Setter of theItemSyncTimestamp.sourceVersion
attribute.- Parameters:
value
- the sourceVersion
-
setSourceVersion
protected void setSourceVersion(CatalogVersion value)
Generated method - Setter of theItemSyncTimestamp.sourceVersion
attribute.- Parameters:
value
- the sourceVersion
-
getSyncJob
public SyncItemJob getSyncJob(SessionContext ctx)
Generated method - Getter of theItemSyncTimestamp.syncJob
attribute.- Returns:
- the syncJob
-
getSyncJob
public SyncItemJob getSyncJob()
Generated method - Getter of theItemSyncTimestamp.syncJob
attribute.- Returns:
- the syncJob
-
setSyncJob
protected void setSyncJob(SessionContext ctx, SyncItemJob value)
Generated method - Setter of theItemSyncTimestamp.syncJob
attribute.- Parameters:
value
- the syncJob
-
setSyncJob
protected void setSyncJob(SyncItemJob value)
Generated method - Setter of theItemSyncTimestamp.syncJob
attribute.- Parameters:
value
- the syncJob
-
getTargetItem
public Item getTargetItem(SessionContext ctx)
Generated method - Getter of theItemSyncTimestamp.targetItem
attribute.- Returns:
- the targetItem
-
getTargetItem
public Item getTargetItem()
Generated method - Getter of theItemSyncTimestamp.targetItem
attribute.- Returns:
- the targetItem
-
setTargetItem
protected void setTargetItem(SessionContext ctx, Item value)
Generated method - Setter of theItemSyncTimestamp.targetItem
attribute.- Parameters:
value
- the targetItem
-
setTargetItem
protected void setTargetItem(Item value)
Generated method - Setter of theItemSyncTimestamp.targetItem
attribute.- Parameters:
value
- the targetItem
-
getTargetVersion
public CatalogVersion getTargetVersion(SessionContext ctx)
Generated method - Getter of theItemSyncTimestamp.targetVersion
attribute.- Returns:
- the targetVersion
-
getTargetVersion
public CatalogVersion getTargetVersion()
Generated method - Getter of theItemSyncTimestamp.targetVersion
attribute.- Returns:
- the targetVersion
-
setTargetVersion
protected void setTargetVersion(SessionContext ctx, CatalogVersion value)
Generated method - Setter of theItemSyncTimestamp.targetVersion
attribute.- Parameters:
value
- the targetVersion
-
setTargetVersion
protected void setTargetVersion(CatalogVersion value)
Generated method - Setter of theItemSyncTimestamp.targetVersion
attribute.- Parameters:
value
- the targetVersion
-
-