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_ATTRIBUTESstatic java.lang.StringLASTSYNCSOURCEMODIFIEDTIMEQualifier of theItemSyncTimestamp.lastSyncSourceModifiedTimeattributestatic java.lang.StringLASTSYNCTIMEQualifier of theItemSyncTimestamp.lastSyncTimeattributestatic java.lang.StringOUTDATEDQualifier of theItemSyncTimestamp.outdatedattributestatic java.lang.StringPENDINGATTRIBUTEQUALIFIERSQualifier of theItemSyncTimestamp.pendingAttributeQualifiersattributestatic java.lang.StringPENDINGATTRIBUTESQualifier of theItemSyncTimestamp.pendingAttributesattributestatic java.lang.StringPENDINGATTRIBUTESOWNERJOBQualifier of theItemSyncTimestamp.pendingAttributesOwnerJobattributestatic java.lang.StringPENDINGATTRIBUTESSCHEDULEDTURNQualifier of theItemSyncTimestamp.pendingAttributesScheduledTurnattributestatic java.lang.StringSOURCEITEMQualifier of theItemSyncTimestamp.sourceItemattributestatic java.lang.StringSOURCEVERSIONQualifier of theItemSyncTimestamp.sourceVersionattributestatic java.lang.StringSYNCJOBQualifier of theItemSyncTimestamp.syncJobattributestatic java.lang.StringTARGETITEMQualifier of theItemSyncTimestamp.targetItemattributestatic java.lang.StringTARGETVERSIONQualifier of theItemSyncTimestamp.targetVersionattribute-
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.DategetLastSyncSourceModifiedTime()Generated method - Getter of theItemSyncTimestamp.lastSyncSourceModifiedTimeattribute.java.util.DategetLastSyncSourceModifiedTime(SessionContext ctx)Generated method - Getter of theItemSyncTimestamp.lastSyncSourceModifiedTimeattribute.java.util.DategetLastSyncTime()Generated method - Getter of theItemSyncTimestamp.lastSyncTimeattribute.java.util.DategetLastSyncTime(SessionContext ctx)Generated method - Getter of theItemSyncTimestamp.lastSyncTimeattribute.java.lang.StringgetPendingAttributeQualifiers()Generated method - Getter of theItemSyncTimestamp.pendingAttributeQualifiersattribute.java.lang.StringgetPendingAttributeQualifiers(SessionContext ctx)Generated method - Getter of theItemSyncTimestamp.pendingAttributeQualifiersattribute.java.util.Collection<AttributeDescriptor>getPendingAttributes()Generated method - Getter of theItemSyncTimestamp.pendingAttributesattribute.abstract java.util.Collection<AttributeDescriptor>getPendingAttributes(SessionContext ctx)Generated method - Getter of theItemSyncTimestamp.pendingAttributesattribute.SyncItemCronJobgetPendingAttributesOwnerJob()Generated method - Getter of theItemSyncTimestamp.pendingAttributesOwnerJobattribute.SyncItemCronJobgetPendingAttributesOwnerJob(SessionContext ctx)Generated method - Getter of theItemSyncTimestamp.pendingAttributesOwnerJobattribute.java.lang.IntegergetPendingAttributesScheduledTurn()Generated method - Getter of theItemSyncTimestamp.pendingAttributesScheduledTurnattribute.java.lang.IntegergetPendingAttributesScheduledTurn(SessionContext ctx)Generated method - Getter of theItemSyncTimestamp.pendingAttributesScheduledTurnattribute.intgetPendingAttributesScheduledTurnAsPrimitive()Generated method - Getter of theItemSyncTimestamp.pendingAttributesScheduledTurnattribute.intgetPendingAttributesScheduledTurnAsPrimitive(SessionContext ctx)Generated method - Getter of theItemSyncTimestamp.pendingAttributesScheduledTurnattribute.ItemgetSourceItem()Generated method - Getter of theItemSyncTimestamp.sourceItemattribute.ItemgetSourceItem(SessionContext ctx)Generated method - Getter of theItemSyncTimestamp.sourceItemattribute.CatalogVersiongetSourceVersion()Generated method - Getter of theItemSyncTimestamp.sourceVersionattribute.CatalogVersiongetSourceVersion(SessionContext ctx)Generated method - Getter of theItemSyncTimestamp.sourceVersionattribute.SyncItemJobgetSyncJob()Generated method - Getter of theItemSyncTimestamp.syncJobattribute.SyncItemJobgetSyncJob(SessionContext ctx)Generated method - Getter of theItemSyncTimestamp.syncJobattribute.ItemgetTargetItem()Generated method - Getter of theItemSyncTimestamp.targetItemattribute.ItemgetTargetItem(SessionContext ctx)Generated method - Getter of theItemSyncTimestamp.targetItemattribute.CatalogVersiongetTargetVersion()Generated method - Getter of theItemSyncTimestamp.targetVersionattribute.CatalogVersiongetTargetVersion(SessionContext ctx)Generated method - Getter of theItemSyncTimestamp.targetVersionattribute.java.lang.BooleanisOutdated()Generated method - Getter of theItemSyncTimestamp.outdatedattribute.abstract java.lang.BooleanisOutdated(SessionContext ctx)Generated method - Getter of theItemSyncTimestamp.outdatedattribute.booleanisOutdatedAsPrimitive()Generated method - Getter of theItemSyncTimestamp.outdatedattribute.booleanisOutdatedAsPrimitive(SessionContext ctx)Generated method - Getter of theItemSyncTimestamp.outdatedattribute.voidsetLastSyncSourceModifiedTime(SessionContext ctx, java.util.Date value)Generated method - Setter of theItemSyncTimestamp.lastSyncSourceModifiedTimeattribute.voidsetLastSyncSourceModifiedTime(java.util.Date value)Generated method - Setter of theItemSyncTimestamp.lastSyncSourceModifiedTimeattribute.voidsetLastSyncTime(SessionContext ctx, java.util.Date value)Generated method - Setter of theItemSyncTimestamp.lastSyncTimeattribute.voidsetLastSyncTime(java.util.Date value)Generated method - Setter of theItemSyncTimestamp.lastSyncTimeattribute.voidsetPendingAttributeQualifiers(SessionContext ctx, java.lang.String value)Generated method - Setter of theItemSyncTimestamp.pendingAttributeQualifiersattribute.voidsetPendingAttributeQualifiers(java.lang.String value)Generated method - Setter of theItemSyncTimestamp.pendingAttributeQualifiersattribute.voidsetPendingAttributesOwnerJob(SyncItemCronJob value)Generated method - Setter of theItemSyncTimestamp.pendingAttributesOwnerJobattribute.voidsetPendingAttributesOwnerJob(SessionContext ctx, SyncItemCronJob value)Generated method - Setter of theItemSyncTimestamp.pendingAttributesOwnerJobattribute.voidsetPendingAttributesScheduledTurn(int value)Generated method - Setter of theItemSyncTimestamp.pendingAttributesScheduledTurnattribute.voidsetPendingAttributesScheduledTurn(SessionContext ctx, int value)Generated method - Setter of theItemSyncTimestamp.pendingAttributesScheduledTurnattribute.voidsetPendingAttributesScheduledTurn(SessionContext ctx, java.lang.Integer value)Generated method - Setter of theItemSyncTimestamp.pendingAttributesScheduledTurnattribute.voidsetPendingAttributesScheduledTurn(java.lang.Integer value)Generated method - Setter of theItemSyncTimestamp.pendingAttributesScheduledTurnattribute.protected voidsetSourceItem(Item value)Generated method - Setter of theItemSyncTimestamp.sourceItemattribute.protected voidsetSourceItem(SessionContext ctx, Item value)Generated method - Setter of theItemSyncTimestamp.sourceItemattribute.protected voidsetSourceVersion(CatalogVersion value)Generated method - Setter of theItemSyncTimestamp.sourceVersionattribute.protected voidsetSourceVersion(SessionContext ctx, CatalogVersion value)Generated method - Setter of theItemSyncTimestamp.sourceVersionattribute.protected voidsetSyncJob(SyncItemJob value)Generated method - Setter of theItemSyncTimestamp.syncJobattribute.protected voidsetSyncJob(SessionContext ctx, SyncItemJob value)Generated method - Setter of theItemSyncTimestamp.syncJobattribute.protected voidsetTargetItem(Item value)Generated method - Setter of theItemSyncTimestamp.targetItemattribute.protected voidsetTargetItem(SessionContext ctx, Item value)Generated method - Setter of theItemSyncTimestamp.targetItemattribute.protected voidsetTargetVersion(CatalogVersion value)Generated method - Setter of theItemSyncTimestamp.targetVersionattribute.protected voidsetTargetVersion(SessionContext ctx, CatalogVersion value)Generated method - Setter of theItemSyncTimestamp.targetVersionattribute.-
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.syncJobattribute- See Also:
- Constant Field Values
-
SOURCEITEM
public static final java.lang.String SOURCEITEM
Qualifier of theItemSyncTimestamp.sourceItemattribute- See Also:
- Constant Field Values
-
TARGETITEM
public static final java.lang.String TARGETITEM
Qualifier of theItemSyncTimestamp.targetItemattribute- See Also:
- Constant Field Values
-
SOURCEVERSION
public static final java.lang.String SOURCEVERSION
Qualifier of theItemSyncTimestamp.sourceVersionattribute- See Also:
- Constant Field Values
-
TARGETVERSION
public static final java.lang.String TARGETVERSION
Qualifier of theItemSyncTimestamp.targetVersionattribute- See Also:
- Constant Field Values
-
LASTSYNCSOURCEMODIFIEDTIME
public static final java.lang.String LASTSYNCSOURCEMODIFIEDTIME
Qualifier of theItemSyncTimestamp.lastSyncSourceModifiedTimeattribute- See Also:
- Constant Field Values
-
LASTSYNCTIME
public static final java.lang.String LASTSYNCTIME
Qualifier of theItemSyncTimestamp.lastSyncTimeattribute- See Also:
- Constant Field Values
-
PENDINGATTRIBUTESOWNERJOB
public static final java.lang.String PENDINGATTRIBUTESOWNERJOB
Qualifier of theItemSyncTimestamp.pendingAttributesOwnerJobattribute- See Also:
- Constant Field Values
-
PENDINGATTRIBUTESSCHEDULEDTURN
public static final java.lang.String PENDINGATTRIBUTESSCHEDULEDTURN
Qualifier of theItemSyncTimestamp.pendingAttributesScheduledTurnattribute- See Also:
- Constant Field Values
-
PENDINGATTRIBUTEQUALIFIERS
public static final java.lang.String PENDINGATTRIBUTEQUALIFIERS
Qualifier of theItemSyncTimestamp.pendingAttributeQualifiersattribute- See Also:
- Constant Field Values
-
OUTDATED
public static final java.lang.String OUTDATED
Qualifier of theItemSyncTimestamp.outdatedattribute- See Also:
- Constant Field Values
-
PENDINGATTRIBUTES
public static final java.lang.String PENDINGATTRIBUTES
Qualifier of theItemSyncTimestamp.pendingAttributesattribute- 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:
getDefaultAttributeModesin classItem
-
getLastSyncSourceModifiedTime
public java.util.Date getLastSyncSourceModifiedTime(SessionContext ctx)
Generated method - Getter of theItemSyncTimestamp.lastSyncSourceModifiedTimeattribute.- Returns:
- the lastSyncSourceModifiedTime
-
getLastSyncSourceModifiedTime
public java.util.Date getLastSyncSourceModifiedTime()
Generated method - Getter of theItemSyncTimestamp.lastSyncSourceModifiedTimeattribute.- Returns:
- the lastSyncSourceModifiedTime
-
setLastSyncSourceModifiedTime
public void setLastSyncSourceModifiedTime(SessionContext ctx, java.util.Date value)
Generated method - Setter of theItemSyncTimestamp.lastSyncSourceModifiedTimeattribute.- Parameters:
value- the lastSyncSourceModifiedTime
-
setLastSyncSourceModifiedTime
public void setLastSyncSourceModifiedTime(java.util.Date value)
Generated method - Setter of theItemSyncTimestamp.lastSyncSourceModifiedTimeattribute.- Parameters:
value- the lastSyncSourceModifiedTime
-
getLastSyncTime
public java.util.Date getLastSyncTime(SessionContext ctx)
Generated method - Getter of theItemSyncTimestamp.lastSyncTimeattribute.- Returns:
- the lastSyncTime
-
getLastSyncTime
public java.util.Date getLastSyncTime()
Generated method - Getter of theItemSyncTimestamp.lastSyncTimeattribute.- Returns:
- the lastSyncTime
-
setLastSyncTime
public void setLastSyncTime(SessionContext ctx, java.util.Date value)
Generated method - Setter of theItemSyncTimestamp.lastSyncTimeattribute.- Parameters:
value- the lastSyncTime
-
setLastSyncTime
public void setLastSyncTime(java.util.Date value)
Generated method - Setter of theItemSyncTimestamp.lastSyncTimeattribute.- Parameters:
value- the lastSyncTime
-
isOutdated
public abstract java.lang.Boolean isOutdated(SessionContext ctx)
Generated method - Getter of theItemSyncTimestamp.outdatedattribute.- Returns:
- the outdated
-
isOutdated
public java.lang.Boolean isOutdated()
Generated method - Getter of theItemSyncTimestamp.outdatedattribute.- Returns:
- the outdated
-
isOutdatedAsPrimitive
public boolean isOutdatedAsPrimitive(SessionContext ctx)
Generated method - Getter of theItemSyncTimestamp.outdatedattribute.- Returns:
- the outdated
-
isOutdatedAsPrimitive
public boolean isOutdatedAsPrimitive()
Generated method - Getter of theItemSyncTimestamp.outdatedattribute.- Returns:
- the outdated
-
getPendingAttributeQualifiers
public java.lang.String getPendingAttributeQualifiers(SessionContext ctx)
Generated method - Getter of theItemSyncTimestamp.pendingAttributeQualifiersattribute.- Returns:
- the pendingAttributeQualifiers
-
getPendingAttributeQualifiers
public java.lang.String getPendingAttributeQualifiers()
Generated method - Getter of theItemSyncTimestamp.pendingAttributeQualifiersattribute.- Returns:
- the pendingAttributeQualifiers
-
setPendingAttributeQualifiers
public void setPendingAttributeQualifiers(SessionContext ctx, java.lang.String value)
Generated method - Setter of theItemSyncTimestamp.pendingAttributeQualifiersattribute.- Parameters:
value- the pendingAttributeQualifiers
-
setPendingAttributeQualifiers
public void setPendingAttributeQualifiers(java.lang.String value)
Generated method - Setter of theItemSyncTimestamp.pendingAttributeQualifiersattribute.- Parameters:
value- the pendingAttributeQualifiers
-
getPendingAttributes
public abstract java.util.Collection<AttributeDescriptor> getPendingAttributes(SessionContext ctx)
Generated method - Getter of theItemSyncTimestamp.pendingAttributesattribute.- Returns:
- the pendingAttributes
-
getPendingAttributes
public java.util.Collection<AttributeDescriptor> getPendingAttributes()
Generated method - Getter of theItemSyncTimestamp.pendingAttributesattribute.- Returns:
- the pendingAttributes
-
getPendingAttributesOwnerJob
public SyncItemCronJob getPendingAttributesOwnerJob(SessionContext ctx)
Generated method - Getter of theItemSyncTimestamp.pendingAttributesOwnerJobattribute.- Returns:
- the pendingAttributesOwnerJob
-
getPendingAttributesOwnerJob
public SyncItemCronJob getPendingAttributesOwnerJob()
Generated method - Getter of theItemSyncTimestamp.pendingAttributesOwnerJobattribute.- Returns:
- the pendingAttributesOwnerJob
-
setPendingAttributesOwnerJob
public void setPendingAttributesOwnerJob(SessionContext ctx, SyncItemCronJob value)
Generated method - Setter of theItemSyncTimestamp.pendingAttributesOwnerJobattribute.- Parameters:
value- the pendingAttributesOwnerJob
-
setPendingAttributesOwnerJob
public void setPendingAttributesOwnerJob(SyncItemCronJob value)
Generated method - Setter of theItemSyncTimestamp.pendingAttributesOwnerJobattribute.- Parameters:
value- the pendingAttributesOwnerJob
-
getPendingAttributesScheduledTurn
public java.lang.Integer getPendingAttributesScheduledTurn(SessionContext ctx)
Generated method - Getter of theItemSyncTimestamp.pendingAttributesScheduledTurnattribute.- Returns:
- the pendingAttributesScheduledTurn
-
getPendingAttributesScheduledTurn
public java.lang.Integer getPendingAttributesScheduledTurn()
Generated method - Getter of theItemSyncTimestamp.pendingAttributesScheduledTurnattribute.- Returns:
- the pendingAttributesScheduledTurn
-
getPendingAttributesScheduledTurnAsPrimitive
public int getPendingAttributesScheduledTurnAsPrimitive(SessionContext ctx)
Generated method - Getter of theItemSyncTimestamp.pendingAttributesScheduledTurnattribute.- Returns:
- the pendingAttributesScheduledTurn
-
getPendingAttributesScheduledTurnAsPrimitive
public int getPendingAttributesScheduledTurnAsPrimitive()
Generated method - Getter of theItemSyncTimestamp.pendingAttributesScheduledTurnattribute.- Returns:
- the pendingAttributesScheduledTurn
-
setPendingAttributesScheduledTurn
public void setPendingAttributesScheduledTurn(SessionContext ctx, java.lang.Integer value)
Generated method - Setter of theItemSyncTimestamp.pendingAttributesScheduledTurnattribute.- Parameters:
value- the pendingAttributesScheduledTurn
-
setPendingAttributesScheduledTurn
public void setPendingAttributesScheduledTurn(java.lang.Integer value)
Generated method - Setter of theItemSyncTimestamp.pendingAttributesScheduledTurnattribute.- Parameters:
value- the pendingAttributesScheduledTurn
-
setPendingAttributesScheduledTurn
public void setPendingAttributesScheduledTurn(SessionContext ctx, int value)
Generated method - Setter of theItemSyncTimestamp.pendingAttributesScheduledTurnattribute.- Parameters:
value- the pendingAttributesScheduledTurn
-
setPendingAttributesScheduledTurn
public void setPendingAttributesScheduledTurn(int value)
Generated method - Setter of theItemSyncTimestamp.pendingAttributesScheduledTurnattribute.- Parameters:
value- the pendingAttributesScheduledTurn
-
getSourceItem
public Item getSourceItem(SessionContext ctx)
Generated method - Getter of theItemSyncTimestamp.sourceItemattribute.- Returns:
- the sourceItem
-
getSourceItem
public Item getSourceItem()
Generated method - Getter of theItemSyncTimestamp.sourceItemattribute.- Returns:
- the sourceItem
-
setSourceItem
protected void setSourceItem(SessionContext ctx, Item value)
Generated method - Setter of theItemSyncTimestamp.sourceItemattribute.- Parameters:
value- the sourceItem
-
setSourceItem
protected void setSourceItem(Item value)
Generated method - Setter of theItemSyncTimestamp.sourceItemattribute.- Parameters:
value- the sourceItem
-
getSourceVersion
public CatalogVersion getSourceVersion(SessionContext ctx)
Generated method - Getter of theItemSyncTimestamp.sourceVersionattribute.- Returns:
- the sourceVersion
-
getSourceVersion
public CatalogVersion getSourceVersion()
Generated method - Getter of theItemSyncTimestamp.sourceVersionattribute.- Returns:
- the sourceVersion
-
setSourceVersion
protected void setSourceVersion(SessionContext ctx, CatalogVersion value)
Generated method - Setter of theItemSyncTimestamp.sourceVersionattribute.- Parameters:
value- the sourceVersion
-
setSourceVersion
protected void setSourceVersion(CatalogVersion value)
Generated method - Setter of theItemSyncTimestamp.sourceVersionattribute.- Parameters:
value- the sourceVersion
-
getSyncJob
public SyncItemJob getSyncJob(SessionContext ctx)
Generated method - Getter of theItemSyncTimestamp.syncJobattribute.- Returns:
- the syncJob
-
getSyncJob
public SyncItemJob getSyncJob()
Generated method - Getter of theItemSyncTimestamp.syncJobattribute.- Returns:
- the syncJob
-
setSyncJob
protected void setSyncJob(SessionContext ctx, SyncItemJob value)
Generated method - Setter of theItemSyncTimestamp.syncJobattribute.- Parameters:
value- the syncJob
-
setSyncJob
protected void setSyncJob(SyncItemJob value)
Generated method - Setter of theItemSyncTimestamp.syncJobattribute.- Parameters:
value- the syncJob
-
getTargetItem
public Item getTargetItem(SessionContext ctx)
Generated method - Getter of theItemSyncTimestamp.targetItemattribute.- Returns:
- the targetItem
-
getTargetItem
public Item getTargetItem()
Generated method - Getter of theItemSyncTimestamp.targetItemattribute.- Returns:
- the targetItem
-
setTargetItem
protected void setTargetItem(SessionContext ctx, Item value)
Generated method - Setter of theItemSyncTimestamp.targetItemattribute.- Parameters:
value- the targetItem
-
setTargetItem
protected void setTargetItem(Item value)
Generated method - Setter of theItemSyncTimestamp.targetItemattribute.- Parameters:
value- the targetItem
-
getTargetVersion
public CatalogVersion getTargetVersion(SessionContext ctx)
Generated method - Getter of theItemSyncTimestamp.targetVersionattribute.- Returns:
- the targetVersion
-
getTargetVersion
public CatalogVersion getTargetVersion()
Generated method - Getter of theItemSyncTimestamp.targetVersionattribute.- Returns:
- the targetVersion
-
setTargetVersion
protected void setTargetVersion(SessionContext ctx, CatalogVersion value)
Generated method - Setter of theItemSyncTimestamp.targetVersionattribute.- Parameters:
value- the targetVersion
-
setTargetVersion
protected void setTargetVersion(CatalogVersion value)
Generated method - Setter of theItemSyncTimestamp.targetVersionattribute.- Parameters:
value- the targetVersion
-
-