Class GeneratedSyncAttributeDescriptorConfig

All Implemented Interfaces:
Serializable, Comparable
Direct Known Subclasses:
SyncAttributeDescriptorConfig

public abstract class GeneratedSyncAttributeDescriptorConfig extends GenericItem
Generated class for type SyncAttributeDescriptorConfig.
See Also:
  • Field Details

    • SYNCJOB

      public static final String SYNCJOB
      Qualifier of the SyncAttributeDescriptorConfig.syncJob attribute
      See Also:
    • ATTRIBUTEDESCRIPTOR

      public static final String ATTRIBUTEDESCRIPTOR
      Qualifier of the SyncAttributeDescriptorConfig.attributeDescriptor attribute
      See Also:
    • INCLUDEDINSYNC

      public static final String INCLUDEDINSYNC
      Qualifier of the SyncAttributeDescriptorConfig.includedInSync attribute
      See Also:
    • COPYBYVALUE

      public static final String COPYBYVALUE
      Qualifier of the SyncAttributeDescriptorConfig.copyByValue attribute
      See Also:
    • UNTRANSLATABLE

      public static final String UNTRANSLATABLE
      Qualifier of the SyncAttributeDescriptorConfig.untranslatable attribute
      See Also:
    • TRANSLATEVALUE

      public static final String TRANSLATEVALUE
      Qualifier of the SyncAttributeDescriptorConfig.translateValue attribute
      See Also:
    • PRESETVALUE

      public static final String PRESETVALUE
      Qualifier of the SyncAttributeDescriptorConfig.presetValue attribute
      See Also:
    • PARTIALLYTRANSLATABLE

      public static final String PARTIALLYTRANSLATABLE
      Qualifier of the SyncAttributeDescriptorConfig.partiallyTranslatable attribute
      See Also:
    • DEFAULT_INITIAL_ATTRIBUTES

      protected static final Map<String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
  • Constructor Details

    • GeneratedSyncAttributeDescriptorConfig

      public GeneratedSyncAttributeDescriptorConfig()
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
      Overrides:
      getDefaultAttributeModes in class Item
    • 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 Boolean isCopyByValue(SessionContext ctx)
      Generated method - Getter of the SyncAttributeDescriptorConfig.copyByValue attribute.
      Returns:
      the copyByValue
    • isCopyByValue

      public 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, 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
    • 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 Boolean isIncludedInSync(SessionContext ctx)
      Generated method - Getter of the SyncAttributeDescriptorConfig.includedInSync attribute.
      Returns:
      the includedInSync
    • isIncludedInSync

      public 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, 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
    • 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 Boolean isPartiallyTranslatable(SessionContext ctx)
      Generated method - Getter of the SyncAttributeDescriptorConfig.partiallyTranslatable attribute.
      Returns:
      the partiallyTranslatable
    • isPartiallyTranslatable

      public 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, 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
    • 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 Object getPresetValue(SessionContext ctx)
      Generated method - Getter of the SyncAttributeDescriptorConfig.presetValue attribute.
      Returns:
      the presetValue
    • getPresetValue

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

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

      public void setPresetValue(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 Boolean isTranslateValue(SessionContext ctx)
      Generated method - Getter of the SyncAttributeDescriptorConfig.translateValue attribute.
      Returns:
      the translateValue - deprecated: please use attribute untranslatable
    • isTranslateValue

      public 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, 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
    • 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 Boolean isUntranslatable(SessionContext ctx)
      Generated method - Getter of the SyncAttributeDescriptorConfig.untranslatable attribute.
      Returns:
      the untranslatable
    • isUntranslatable

      public 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, 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
    • 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