public class SyncAttributeDescriptorConfigModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
ATTRIBUTEDESCRIPTOR
Generated constant - Attribute key of
SyncAttributeDescriptorConfig.attributeDescriptor attribute defined at extension catalog. |
static java.lang.String |
COPYBYVALUE
Generated constant - Attribute key of
SyncAttributeDescriptorConfig.copyByValue attribute defined at extension catalog. |
static java.lang.String |
INCLUDEDINSYNC
Generated constant - Attribute key of
SyncAttributeDescriptorConfig.includedInSync attribute defined at extension catalog. |
static java.lang.String |
PARTIALLYTRANSLATABLE
Generated constant - Attribute key of
SyncAttributeDescriptorConfig.partiallyTranslatable attribute defined at extension catalog. |
static java.lang.String |
PRESETVALUE
Generated constant - Attribute key of
SyncAttributeDescriptorConfig.presetValue attribute defined at extension catalog. |
static java.lang.String |
SYNCJOB
Generated constant - Attribute key of
SyncAttributeDescriptorConfig.syncJob attribute defined at extension catalog. |
static java.lang.String |
TRANSLATEVALUE
Generated constant - Attribute key of
SyncAttributeDescriptorConfig.translateValue attribute defined at extension catalog. |
static java.lang.String |
UNTRANSLATABLE
Generated constant - Attribute key of
SyncAttributeDescriptorConfig.untranslatable attribute defined at extension catalog. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
SyncAttributeDescriptorConfigModel()
Generated constructor - Default constructor for generic creation.
|
SyncAttributeDescriptorConfigModel(AttributeDescriptorModel _attributeDescriptor,
java.lang.Boolean _copyByValue,
ItemModel _owner,
SyncItemJobModel _syncJob)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
SyncAttributeDescriptorConfigModel(AttributeDescriptorModel _attributeDescriptor,
java.lang.Boolean _copyByValue,
SyncItemJobModel _syncJob)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
SyncAttributeDescriptorConfigModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
AttributeDescriptorModel |
getAttributeDescriptor()
Generated method - Getter of the
SyncAttributeDescriptorConfig.attributeDescriptor attribute defined at extension catalog. |
java.lang.Boolean |
getCopyByValue()
Generated method - Getter of the
SyncAttributeDescriptorConfig.copyByValue attribute defined at extension catalog. |
java.lang.Boolean |
getIncludedInSync()
Generated method - Getter of the
SyncAttributeDescriptorConfig.includedInSync attribute defined at extension catalog. |
java.lang.Boolean |
getPartiallyTranslatable()
Generated method - Getter of the
SyncAttributeDescriptorConfig.partiallyTranslatable attribute defined at extension catalog. |
java.lang.Object |
getPresetValue()
Generated method - Getter of the
SyncAttributeDescriptorConfig.presetValue attribute defined at extension catalog. |
SyncItemJobModel |
getSyncJob()
Generated method - Getter of the
SyncAttributeDescriptorConfig.syncJob attribute defined at extension catalog. |
java.lang.Boolean |
getTranslateValue()
Generated method - Getter of the
SyncAttributeDescriptorConfig.translateValue attribute defined at extension catalog. |
java.lang.Boolean |
getUntranslatable()
Generated method - Getter of the
SyncAttributeDescriptorConfig.untranslatable attribute defined at extension catalog. |
void |
setAttributeDescriptor(AttributeDescriptorModel value)
Generated method - Initial setter of
SyncAttributeDescriptorConfig.attributeDescriptor attribute defined at extension catalog. |
void |
setCopyByValue(java.lang.Boolean value)
Generated method - Setter of
SyncAttributeDescriptorConfig.copyByValue attribute defined at extension catalog. |
void |
setIncludedInSync(java.lang.Boolean value)
Generated method - Setter of
SyncAttributeDescriptorConfig.includedInSync attribute defined at extension catalog. |
void |
setPartiallyTranslatable(java.lang.Boolean value)
Generated method - Setter of
SyncAttributeDescriptorConfig.partiallyTranslatable attribute defined at extension catalog. |
void |
setPresetValue(java.lang.Object value)
Generated method - Setter of
SyncAttributeDescriptorConfig.presetValue attribute defined at extension catalog. |
void |
setSyncJob(SyncItemJobModel value)
Generated method - Initial setter of
SyncAttributeDescriptorConfig.syncJob attribute defined at extension catalog. |
void |
setTranslateValue(java.lang.Boolean value)
Generated method - Setter of
SyncAttributeDescriptorConfig.translateValue attribute defined at extension catalog. |
void |
setUntranslatable(java.lang.Boolean value)
Generated method - Setter of
SyncAttributeDescriptorConfig.untranslatable attribute defined at extension catalog. |
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwnerequals, getItemModelContext, getItemtype, getPersistenceContext, getPk, getProperty, getProperty, getTenantId, hashCode, readResolve, setProperty, setProperty, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toString, writeReplacepublic static final java.lang.String _TYPECODE
public static final java.lang.String SYNCJOB
SyncAttributeDescriptorConfig.syncJob attribute defined at extension catalog.public static final java.lang.String ATTRIBUTEDESCRIPTOR
SyncAttributeDescriptorConfig.attributeDescriptor attribute defined at extension catalog.public static final java.lang.String INCLUDEDINSYNC
SyncAttributeDescriptorConfig.includedInSync attribute defined at extension catalog.public static final java.lang.String COPYBYVALUE
SyncAttributeDescriptorConfig.copyByValue attribute defined at extension catalog.public static final java.lang.String UNTRANSLATABLE
SyncAttributeDescriptorConfig.untranslatable attribute defined at extension catalog.public static final java.lang.String TRANSLATEVALUE
SyncAttributeDescriptorConfig.translateValue attribute defined at extension catalog.public static final java.lang.String PRESETVALUE
SyncAttributeDescriptorConfig.presetValue attribute defined at extension catalog.public static final java.lang.String PARTIALLYTRANSLATABLE
SyncAttributeDescriptorConfig.partiallyTranslatable attribute defined at extension catalog.public SyncAttributeDescriptorConfigModel()
public SyncAttributeDescriptorConfigModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public SyncAttributeDescriptorConfigModel(AttributeDescriptorModel _attributeDescriptor, java.lang.Boolean _copyByValue, SyncItemJobModel _syncJob)
_attributeDescriptor - initial attribute declared by type SyncAttributeDescriptorConfig at extension catalog_copyByValue - initial attribute declared by type SyncAttributeDescriptorConfig at extension catalog_syncJob - initial attribute declared by type SyncAttributeDescriptorConfig at extension catalog@Deprecated public SyncAttributeDescriptorConfigModel(AttributeDescriptorModel _attributeDescriptor, java.lang.Boolean _copyByValue, ItemModel _owner, SyncItemJobModel _syncJob)
_attributeDescriptor - initial attribute declared by type SyncAttributeDescriptorConfig at extension catalog_copyByValue - initial attribute declared by type SyncAttributeDescriptorConfig at extension catalog_owner - initial attribute declared by type Item at extension core_syncJob - initial attribute declared by type SyncAttributeDescriptorConfig at extension catalog@Accessor(qualifier="attributeDescriptor", type=GETTER) public AttributeDescriptorModel getAttributeDescriptor()
SyncAttributeDescriptorConfig.attributeDescriptor attribute defined at extension catalog.@Accessor(qualifier="copyByValue", type=GETTER) public java.lang.Boolean getCopyByValue()
SyncAttributeDescriptorConfig.copyByValue attribute defined at extension catalog.@Accessor(qualifier="includedInSync", type=GETTER) public java.lang.Boolean getIncludedInSync()
SyncAttributeDescriptorConfig.includedInSync attribute defined at extension catalog.@Accessor(qualifier="partiallyTranslatable", type=GETTER) public java.lang.Boolean getPartiallyTranslatable()
SyncAttributeDescriptorConfig.partiallyTranslatable attribute defined at extension catalog.@Accessor(qualifier="presetValue", type=GETTER) public java.lang.Object getPresetValue()
SyncAttributeDescriptorConfig.presetValue attribute defined at extension catalog.@Accessor(qualifier="syncJob", type=GETTER) public SyncItemJobModel getSyncJob()
SyncAttributeDescriptorConfig.syncJob attribute defined at extension catalog.@Accessor(qualifier="translateValue", type=GETTER) public java.lang.Boolean getTranslateValue()
SyncAttributeDescriptorConfig.translateValue attribute defined at extension catalog.@Accessor(qualifier="untranslatable", type=GETTER) public java.lang.Boolean getUntranslatable()
SyncAttributeDescriptorConfig.untranslatable attribute defined at extension catalog.@Accessor(qualifier="attributeDescriptor", type=SETTER) public void setAttributeDescriptor(AttributeDescriptorModel value)
SyncAttributeDescriptorConfig.attributeDescriptor attribute defined at extension catalog. Can only be used at creation of model - before first save.value - the attributeDescriptor@Accessor(qualifier="copyByValue", type=SETTER) public void setCopyByValue(java.lang.Boolean value)
SyncAttributeDescriptorConfig.copyByValue attribute defined at extension catalog.value - the copyByValue@Accessor(qualifier="includedInSync", type=SETTER) public void setIncludedInSync(java.lang.Boolean value)
SyncAttributeDescriptorConfig.includedInSync attribute defined at extension catalog.value - the includedInSync@Accessor(qualifier="partiallyTranslatable", type=SETTER) public void setPartiallyTranslatable(java.lang.Boolean value)
SyncAttributeDescriptorConfig.partiallyTranslatable attribute defined at extension catalog.value - the partiallyTranslatable@Accessor(qualifier="presetValue", type=SETTER) public void setPresetValue(java.lang.Object value)
SyncAttributeDescriptorConfig.presetValue attribute defined at extension catalog.value - the presetValue@Accessor(qualifier="syncJob", type=SETTER) public void setSyncJob(SyncItemJobModel value)
SyncAttributeDescriptorConfig.syncJob attribute defined at extension catalog. Can only be used at creation of model - before first save.value - the syncJob@Accessor(qualifier="translateValue", type=SETTER) public void setTranslateValue(java.lang.Boolean value)
SyncAttributeDescriptorConfig.translateValue attribute defined at extension catalog.value - the translateValue - deprecated: please use attribute untranslatableCopyright © 2018 SAP SE. All Rights Reserved.