Class GeneratedSyncAttributeDescriptorConfig

    • Field Detail

      • SYNCJOB

        public static final java.lang.String SYNCJOB
        Qualifier of the SyncAttributeDescriptorConfig.syncJob attribute
        See Also:
        Constant Field Values
      • ATTRIBUTEDESCRIPTOR

        public static final java.lang.String ATTRIBUTEDESCRIPTOR
        Qualifier of the SyncAttributeDescriptorConfig.attributeDescriptor attribute
        See Also:
        Constant Field Values
      • INCLUDEDINSYNC

        public static final java.lang.String INCLUDEDINSYNC
        Qualifier of the SyncAttributeDescriptorConfig.includedInSync attribute
        See Also:
        Constant Field Values
      • COPYBYVALUE

        public static final java.lang.String COPYBYVALUE
        Qualifier of the SyncAttributeDescriptorConfig.copyByValue attribute
        See Also:
        Constant Field Values
      • UNTRANSLATABLE

        public static final java.lang.String UNTRANSLATABLE
        Qualifier of the SyncAttributeDescriptorConfig.untranslatable attribute
        See Also:
        Constant Field Values
      • TRANSLATEVALUE

        public static final java.lang.String TRANSLATEVALUE
        Qualifier of the SyncAttributeDescriptorConfig.translateValue attribute
        See Also:
        Constant Field Values
      • PRESETVALUE

        public static final java.lang.String PRESETVALUE
        Qualifier of the SyncAttributeDescriptorConfig.presetValue attribute
        See Also:
        Constant Field Values
      • PARTIALLYTRANSLATABLE

        public static final java.lang.String PARTIALLYTRANSLATABLE
        Qualifier of the SyncAttributeDescriptorConfig.partiallyTranslatable attribute
        See Also:
        Constant Field Values
      • DEFAULT_INITIAL_ATTRIBUTES

        protected static final java.util.Map<java.lang.String,​Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
    • Constructor Detail

      • GeneratedSyncAttributeDescriptorConfig

        public GeneratedSyncAttributeDescriptorConfig()
    • Method Detail

      • getAttributeDescriptor

        public AttributeDescriptor getAttributeDescriptor​(SessionContext ctx)
        Generated method - Getter of the SyncAttributeDescriptorConfig.attributeDescriptor attribute.
        Returns:
        the attributeDescriptor
      • getAttributeDescriptor

        public AttributeDescriptor getAttributeDescriptor()
        Generated method - Getter of the SyncAttributeDescriptorConfig.attributeDescriptor attribute.
        Returns:
        the attributeDescriptor
      • setAttributeDescriptor

        protected void setAttributeDescriptor​(SessionContext ctx,
                                              AttributeDescriptor value)
        Generated method - Setter of the SyncAttributeDescriptorConfig.attributeDescriptor attribute.
        Parameters:
        value - the attributeDescriptor
      • setAttributeDescriptor

        protected void setAttributeDescriptor​(AttributeDescriptor value)
        Generated method - Setter of the SyncAttributeDescriptorConfig.attributeDescriptor attribute.
        Parameters:
        value - the attributeDescriptor
      • isCopyByValue

        public java.lang.Boolean isCopyByValue​(SessionContext ctx)
        Generated method - Getter of the SyncAttributeDescriptorConfig.copyByValue attribute.
        Returns:
        the copyByValue
      • isCopyByValue

        public java.lang.Boolean isCopyByValue()
        Generated method - Getter of the SyncAttributeDescriptorConfig.copyByValue attribute.
        Returns:
        the copyByValue
      • isCopyByValueAsPrimitive

        public boolean isCopyByValueAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the SyncAttributeDescriptorConfig.copyByValue attribute.
        Returns:
        the copyByValue
      • isCopyByValueAsPrimitive

        public boolean isCopyByValueAsPrimitive()
        Generated method - Getter of the SyncAttributeDescriptorConfig.copyByValue attribute.
        Returns:
        the copyByValue
      • setCopyByValue

        public void setCopyByValue​(SessionContext ctx,
                                   java.lang.Boolean value)
        Generated method - Setter of the SyncAttributeDescriptorConfig.copyByValue attribute.
        Parameters:
        value - the copyByValue
      • setCopyByValue

        public void setCopyByValue​(java.lang.Boolean value)
        Generated method - Setter of the SyncAttributeDescriptorConfig.copyByValue attribute.
        Parameters:
        value - the copyByValue
      • setCopyByValue

        public void setCopyByValue​(SessionContext ctx,
                                   boolean value)
        Generated method - Setter of the SyncAttributeDescriptorConfig.copyByValue attribute.
        Parameters:
        value - the copyByValue
      • setCopyByValue

        public void setCopyByValue​(boolean value)
        Generated method - Setter of the SyncAttributeDescriptorConfig.copyByValue attribute.
        Parameters:
        value - the copyByValue
      • isIncludedInSync

        public java.lang.Boolean isIncludedInSync​(SessionContext ctx)
        Generated method - Getter of the SyncAttributeDescriptorConfig.includedInSync attribute.
        Returns:
        the includedInSync
      • isIncludedInSync

        public java.lang.Boolean isIncludedInSync()
        Generated method - Getter of the SyncAttributeDescriptorConfig.includedInSync attribute.
        Returns:
        the includedInSync
      • isIncludedInSyncAsPrimitive

        public boolean isIncludedInSyncAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the SyncAttributeDescriptorConfig.includedInSync attribute.
        Returns:
        the includedInSync
      • isIncludedInSyncAsPrimitive

        public boolean isIncludedInSyncAsPrimitive()
        Generated method - Getter of the SyncAttributeDescriptorConfig.includedInSync attribute.
        Returns:
        the includedInSync
      • setIncludedInSync

        public void setIncludedInSync​(SessionContext ctx,
                                      java.lang.Boolean value)
        Generated method - Setter of the SyncAttributeDescriptorConfig.includedInSync attribute.
        Parameters:
        value - the includedInSync
      • setIncludedInSync

        public void setIncludedInSync​(java.lang.Boolean value)
        Generated method - Setter of the SyncAttributeDescriptorConfig.includedInSync attribute.
        Parameters:
        value - the includedInSync
      • setIncludedInSync

        public void setIncludedInSync​(SessionContext ctx,
                                      boolean value)
        Generated method - Setter of the SyncAttributeDescriptorConfig.includedInSync attribute.
        Parameters:
        value - the includedInSync
      • setIncludedInSync

        public void setIncludedInSync​(boolean value)
        Generated method - Setter of the SyncAttributeDescriptorConfig.includedInSync attribute.
        Parameters:
        value - the includedInSync
      • isPartiallyTranslatable

        public java.lang.Boolean isPartiallyTranslatable​(SessionContext ctx)
        Generated method - Getter of the SyncAttributeDescriptorConfig.partiallyTranslatable attribute.
        Returns:
        the partiallyTranslatable
      • isPartiallyTranslatable

        public java.lang.Boolean isPartiallyTranslatable()
        Generated method - Getter of the SyncAttributeDescriptorConfig.partiallyTranslatable attribute.
        Returns:
        the partiallyTranslatable
      • isPartiallyTranslatableAsPrimitive

        public boolean isPartiallyTranslatableAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the SyncAttributeDescriptorConfig.partiallyTranslatable attribute.
        Returns:
        the partiallyTranslatable
      • isPartiallyTranslatableAsPrimitive

        public boolean isPartiallyTranslatableAsPrimitive()
        Generated method - Getter of the SyncAttributeDescriptorConfig.partiallyTranslatable attribute.
        Returns:
        the partiallyTranslatable
      • setPartiallyTranslatable

        public void setPartiallyTranslatable​(SessionContext ctx,
                                             java.lang.Boolean value)
        Generated method - Setter of the SyncAttributeDescriptorConfig.partiallyTranslatable attribute.
        Parameters:
        value - the partiallyTranslatable
      • setPartiallyTranslatable

        public void setPartiallyTranslatable​(java.lang.Boolean value)
        Generated method - Setter of the SyncAttributeDescriptorConfig.partiallyTranslatable attribute.
        Parameters:
        value - the partiallyTranslatable
      • setPartiallyTranslatable

        public void setPartiallyTranslatable​(SessionContext ctx,
                                             boolean value)
        Generated method - Setter of the SyncAttributeDescriptorConfig.partiallyTranslatable attribute.
        Parameters:
        value - the partiallyTranslatable
      • setPartiallyTranslatable

        public void setPartiallyTranslatable​(boolean value)
        Generated method - Setter of the SyncAttributeDescriptorConfig.partiallyTranslatable attribute.
        Parameters:
        value - the partiallyTranslatable
      • getPresetValue

        public java.lang.Object getPresetValue​(SessionContext ctx)
        Generated method - Getter of the SyncAttributeDescriptorConfig.presetValue attribute.
        Returns:
        the presetValue
      • getPresetValue

        public java.lang.Object getPresetValue()
        Generated method - Getter of the SyncAttributeDescriptorConfig.presetValue attribute.
        Returns:
        the presetValue
      • setPresetValue

        public void setPresetValue​(SessionContext ctx,
                                   java.lang.Object value)
        Generated method - Setter of the SyncAttributeDescriptorConfig.presetValue attribute.
        Parameters:
        value - the presetValue
      • setPresetValue

        public void setPresetValue​(java.lang.Object value)
        Generated method - Setter of the SyncAttributeDescriptorConfig.presetValue attribute.
        Parameters:
        value - the presetValue
      • getSyncJob

        public SyncItemJob getSyncJob​(SessionContext ctx)
        Generated method - Getter of the SyncAttributeDescriptorConfig.syncJob attribute.
        Returns:
        the syncJob
      • getSyncJob

        public SyncItemJob getSyncJob()
        Generated method - Getter of the SyncAttributeDescriptorConfig.syncJob attribute.
        Returns:
        the syncJob
      • setSyncJob

        protected void setSyncJob​(SessionContext ctx,
                                  SyncItemJob value)
        Generated method - Setter of the SyncAttributeDescriptorConfig.syncJob attribute.
        Parameters:
        value - the syncJob
      • setSyncJob

        protected void setSyncJob​(SyncItemJob value)
        Generated method - Setter of the SyncAttributeDescriptorConfig.syncJob attribute.
        Parameters:
        value - the syncJob
      • isTranslateValue

        public java.lang.Boolean isTranslateValue​(SessionContext ctx)
        Generated method - Getter of the SyncAttributeDescriptorConfig.translateValue attribute.
        Returns:
        the translateValue - deprecated: please use attribute untranslatable
      • isTranslateValue

        public java.lang.Boolean isTranslateValue()
        Generated method - Getter of the SyncAttributeDescriptorConfig.translateValue attribute.
        Returns:
        the translateValue - deprecated: please use attribute untranslatable
      • isTranslateValueAsPrimitive

        public boolean isTranslateValueAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the SyncAttributeDescriptorConfig.translateValue attribute.
        Returns:
        the translateValue - deprecated: please use attribute untranslatable
      • isTranslateValueAsPrimitive

        public boolean isTranslateValueAsPrimitive()
        Generated method - Getter of the SyncAttributeDescriptorConfig.translateValue attribute.
        Returns:
        the translateValue - deprecated: please use attribute untranslatable
      • setTranslateValue

        public void setTranslateValue​(SessionContext ctx,
                                      java.lang.Boolean value)
        Generated method - Setter of the SyncAttributeDescriptorConfig.translateValue attribute.
        Parameters:
        value - the translateValue - deprecated: please use attribute untranslatable
      • setTranslateValue

        public void setTranslateValue​(java.lang.Boolean value)
        Generated method - Setter of the SyncAttributeDescriptorConfig.translateValue attribute.
        Parameters:
        value - the translateValue - deprecated: please use attribute untranslatable
      • setTranslateValue

        public void setTranslateValue​(SessionContext ctx,
                                      boolean value)
        Generated method - Setter of the SyncAttributeDescriptorConfig.translateValue attribute.
        Parameters:
        value - the translateValue - deprecated: please use attribute untranslatable
      • setTranslateValue

        public void setTranslateValue​(boolean value)
        Generated method - Setter of the SyncAttributeDescriptorConfig.translateValue attribute.
        Parameters:
        value - the translateValue - deprecated: please use attribute untranslatable
      • isUntranslatable

        public java.lang.Boolean isUntranslatable​(SessionContext ctx)
        Generated method - Getter of the SyncAttributeDescriptorConfig.untranslatable attribute.
        Returns:
        the untranslatable
      • isUntranslatable

        public java.lang.Boolean isUntranslatable()
        Generated method - Getter of the SyncAttributeDescriptorConfig.untranslatable attribute.
        Returns:
        the untranslatable
      • isUntranslatableAsPrimitive

        public boolean isUntranslatableAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the SyncAttributeDescriptorConfig.untranslatable attribute.
        Returns:
        the untranslatable
      • isUntranslatableAsPrimitive

        public boolean isUntranslatableAsPrimitive()
        Generated method - Getter of the SyncAttributeDescriptorConfig.untranslatable attribute.
        Returns:
        the untranslatable
      • setUntranslatable

        public void setUntranslatable​(SessionContext ctx,
                                      java.lang.Boolean value)
        Generated method - Setter of the SyncAttributeDescriptorConfig.untranslatable attribute.
        Parameters:
        value - the untranslatable
      • setUntranslatable

        public void setUntranslatable​(java.lang.Boolean value)
        Generated method - Setter of the SyncAttributeDescriptorConfig.untranslatable attribute.
        Parameters:
        value - the untranslatable
      • setUntranslatable

        public void setUntranslatable​(SessionContext ctx,
                                      boolean value)
        Generated method - Setter of the SyncAttributeDescriptorConfig.untranslatable attribute.
        Parameters:
        value - the untranslatable
      • setUntranslatable

        public void setUntranslatable​(boolean value)
        Generated method - Setter of the SyncAttributeDescriptorConfig.untranslatable attribute.
        Parameters:
        value - the untranslatable