Class GeneratedY2YSyncJob

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

public abstract class GeneratedY2YSyncJob extends ServicelayerJob
Generated class for type Y2YSyncJob.
See Also:
  • Field Details

    • STREAMCONFIGURATIONCONTAINER

      public static final String STREAMCONFIGURATIONCONTAINER
      Qualifier of the Y2YSyncJob.streamConfigurationContainer attribute
      See Also:
    • SYNCTYPE

      public static final String SYNCTYPE
      Qualifier of the Y2YSyncJob.syncType attribute
      See Also:
    • DATAHUBURL

      public static final String DATAHUBURL
      Qualifier of the Y2YSyncJob.dataHubUrl attribute
      See Also:
    • DEFAULT_INITIAL_ATTRIBUTES

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

    • GeneratedY2YSyncJob

      public GeneratedY2YSyncJob()
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
      Overrides:
      getDefaultAttributeModes in class GeneratedServicelayerJob
    • getDataHubUrl

      public String getDataHubUrl(SessionContext ctx)
      Generated method - Getter of the Y2YSyncJob.dataHubUrl attribute.
      Returns:
      the dataHubUrl
    • getDataHubUrl

      public String getDataHubUrl()
      Generated method - Getter of the Y2YSyncJob.dataHubUrl attribute.
      Returns:
      the dataHubUrl
    • setDataHubUrl

      public void setDataHubUrl(SessionContext ctx, String value)
      Generated method - Setter of the Y2YSyncJob.dataHubUrl attribute.
      Parameters:
      value - the dataHubUrl
    • setDataHubUrl

      public void setDataHubUrl(String value)
      Generated method - Setter of the Y2YSyncJob.dataHubUrl attribute.
      Parameters:
      value - the dataHubUrl
    • getStreamConfigurationContainer

      public Y2YStreamConfigurationContainer getStreamConfigurationContainer(SessionContext ctx)
      Generated method - Getter of the Y2YSyncJob.streamConfigurationContainer attribute.
      Returns:
      the streamConfigurationContainer
    • getStreamConfigurationContainer

      public Y2YStreamConfigurationContainer getStreamConfigurationContainer()
      Generated method - Getter of the Y2YSyncJob.streamConfigurationContainer attribute.
      Returns:
      the streamConfigurationContainer
    • setStreamConfigurationContainer

      protected void setStreamConfigurationContainer(SessionContext ctx, Y2YStreamConfigurationContainer value)
      Generated method - Setter of the Y2YSyncJob.streamConfigurationContainer attribute.
      Parameters:
      value - the streamConfigurationContainer
    • setStreamConfigurationContainer

      protected void setStreamConfigurationContainer(Y2YStreamConfigurationContainer value)
      Generated method - Setter of the Y2YSyncJob.streamConfigurationContainer attribute.
      Parameters:
      value - the streamConfigurationContainer
    • getSyncType

      public EnumerationValue getSyncType(SessionContext ctx)
      Generated method - Getter of the Y2YSyncJob.syncType attribute.
      Returns:
      the syncType
    • getSyncType

      public EnumerationValue getSyncType()
      Generated method - Getter of the Y2YSyncJob.syncType attribute.
      Returns:
      the syncType
    • setSyncType

      protected void setSyncType(SessionContext ctx, EnumerationValue value)
      Generated method - Setter of the Y2YSyncJob.syncType attribute.
      Parameters:
      value - the syncType
    • setSyncType

      protected void setSyncType(EnumerationValue value)
      Generated method - Setter of the Y2YSyncJob.syncType attribute.
      Parameters:
      value - the syncType