public class SyncAttributeDescriptorConfigDTO extends ItemDTO
| Constructor and Description |
|---|
SyncAttributeDescriptorConfigDTO()
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
AttributeDescriptorDTO |
getAttributeDescriptor() |
Boolean |
getCopyByValue() |
Boolean |
getIncludedInSync() |
Boolean |
getPartiallyTranslatable() |
Object |
getPresetValue() |
SyncItemJobDTO |
getSyncJob() |
Boolean |
getTranslateValue() |
Boolean |
getUntranslatable() |
void |
setAttributeDescriptor(AttributeDescriptorDTO value) |
void |
setCopyByValue(Boolean value) |
void |
setIncludedInSync(Boolean value) |
void |
setPartiallyTranslatable(Boolean value) |
void |
setPresetValue(Object value) |
void |
setSyncJob(SyncItemJobDTO value) |
void |
setTranslateValue(Boolean value) |
void |
setUntranslatable(Boolean value) |
getComments, getCreationtime, getItemtype, getModifiedtime, getOwner, getPk, setComments, setCreationtime, setItemtype, setModifiedtime, setOwner, setPkpublic SyncAttributeDescriptorConfigDTO()
public AttributeDescriptorDTO getAttributeDescriptor()
public Boolean getCopyByValue()
public Boolean getIncludedInSync()
public Boolean getPartiallyTranslatable()
public Object getPresetValue()
public SyncItemJobDTO getSyncJob()
public Boolean getTranslateValue()
public Boolean getUntranslatable()
public void setAttributeDescriptor(AttributeDescriptorDTO value)
public void setCopyByValue(Boolean value)
public void setIncludedInSync(Boolean value)
public void setPartiallyTranslatable(Boolean value)
public void setPresetValue(Object value)
public void setSyncJob(SyncItemJobDTO value)
public void setTranslateValue(Boolean value)
public void setUntranslatable(Boolean value)
Copyright © 2017 SAP SE. All Rights Reserved.