public class ItemSyncTimestampDTO extends ItemDTO
| Constructor and Description |
|---|
ItemSyncTimestampDTO()
Generated constructor - for generic creation.
|
getComments, getCreationtime, getItemtype, getModifiedtime, getOwner, getPk, setComments, setCreationtime, setItemtype, setModifiedtime, setOwner, setPkpublic ItemSyncTimestampDTO()
public Date getLastSyncSourceModifiedTime()
public Date getLastSyncTime()
public Boolean getOutdated()
public String getPendingAttributeQualifiers()
public Collection<AttributeDescriptorDTO> getPendingAttributes()
public SyncItemCronJobDTO getPendingAttributesOwnerJob()
public Integer getPendingAttributesScheduledTurn()
public ItemDTO getSourceItem()
public CatalogVersionDTO getSourceVersion()
public SyncItemJobDTO getSyncJob()
public ItemDTO getTargetItem()
public CatalogVersionDTO getTargetVersion()
public void setLastSyncSourceModifiedTime(Date value)
public void setLastSyncTime(Date value)
public void setOutdated(Boolean value)
public void setPendingAttributeQualifiers(String value)
public void setPendingAttributes(Collection<AttributeDescriptorDTO> value)
public void setPendingAttributesOwnerJob(SyncItemCronJobDTO value)
public void setPendingAttributesScheduledTurn(Integer value)
public void setSourceItem(ItemDTO value)
public void setSourceVersion(CatalogVersionDTO value)
public void setSyncJob(SyncItemJobDTO value)
public void setTargetItem(ItemDTO value)
public void setTargetVersion(CatalogVersionDTO value)
Copyright © 2017 SAP SE. All Rights Reserved.