Class Y2YSyncJobModel

All Implemented Interfaces:
Serializable

public class Y2YSyncJobModel extends ServicelayerJobModel
Generated model class for type Y2YSyncJob first defined at extension y2ysync.
See Also:
  • Field Details

    • _TYPECODE

      public static final String _TYPECODE
      Generated model type code constant.
      See Also:
    • STREAMCONFIGURATIONCONTAINER

      public static final String STREAMCONFIGURATIONCONTAINER
      Generated constant - Attribute key of Y2YSyncJob.streamConfigurationContainer attribute defined at extension y2ysync.
      See Also:
    • SYNCTYPE

      public static final String SYNCTYPE
      Generated constant - Attribute key of Y2YSyncJob.syncType attribute defined at extension y2ysync.
      See Also:
    • DATAHUBURL

      public static final String DATAHUBURL
      Generated constant - Attribute key of Y2YSyncJob.dataHubUrl attribute defined at extension y2ysync.
      See Also:
  • Constructor Details

    • Y2YSyncJobModel

      public Y2YSyncJobModel()
      Generated constructor - Default constructor for generic creation.
    • Y2YSyncJobModel

      public Y2YSyncJobModel(ItemModelContext ctx)
      Generated constructor - Default constructor for creation with existing context
      Parameters:
      ctx - the model context to be injected, must not be null
    • Y2YSyncJobModel

      @Deprecated(since="4.1.1", forRemoval=true) public Y2YSyncJobModel(String _code, String _springId, Y2YStreamConfigurationContainerModel _streamConfigurationContainer, Y2YSyncType _syncType)
      Deprecated, for removal: This API element is subject to removal in a future version.
      since 4.1.1 Please use the default constructor without parameters
      Generated constructor - Constructor with all mandatory attributes.
      Parameters:
      _code - initial attribute declared by type Job at extension processing
      _springId - initial attribute declared by type Y2YSyncJob at extension y2ysync
      _streamConfigurationContainer - initial attribute declared by type Y2YSyncJob at extension y2ysync
      _syncType - initial attribute declared by type Y2YSyncJob at extension y2ysync
    • Y2YSyncJobModel

      @Deprecated(since="4.1.1", forRemoval=true) public Y2YSyncJobModel(String _code, Integer _nodeID, ItemModel _owner, String _springId, Y2YStreamConfigurationContainerModel _streamConfigurationContainer, Y2YSyncType _syncType)
      Deprecated, for removal: This API element is subject to removal in a future version.
      since 4.1.1 Please use the default constructor without parameters
      Generated constructor - for all mandatory and initial attributes.
      Parameters:
      _code - initial attribute declared by type Job at extension processing
      _nodeID - initial attribute declared by type Job at extension processing
      _owner - initial attribute declared by type Item at extension core
      _springId - initial attribute declared by type Y2YSyncJob at extension y2ysync
      _streamConfigurationContainer - initial attribute declared by type Y2YSyncJob at extension y2ysync
      _syncType - initial attribute declared by type Y2YSyncJob at extension y2ysync
  • Method Details

    • getDataHubUrl

      @Accessor(qualifier="dataHubUrl", type=GETTER) public String getDataHubUrl()
      Generated method - Getter of the Y2YSyncJob.dataHubUrl attribute defined at extension y2ysync.
      Returns:
      the dataHubUrl
    • getStreamConfigurationContainer

      @Accessor(qualifier="streamConfigurationContainer", type=GETTER) public Y2YStreamConfigurationContainerModel getStreamConfigurationContainer()
      Generated method - Getter of the Y2YSyncJob.streamConfigurationContainer attribute defined at extension y2ysync.
      Returns:
      the streamConfigurationContainer
    • getSyncType

      @Accessor(qualifier="syncType", type=GETTER) public Y2YSyncType getSyncType()
      Generated method - Getter of the Y2YSyncJob.syncType attribute defined at extension y2ysync.
      Returns:
      the syncType
    • setDataHubUrl

      @Accessor(qualifier="dataHubUrl", type=SETTER) public void setDataHubUrl(String value)
      Generated method - Setter of Y2YSyncJob.dataHubUrl attribute defined at extension y2ysync.
      Parameters:
      value - the dataHubUrl
    • setStreamConfigurationContainer

      @Accessor(qualifier="streamConfigurationContainer", type=SETTER) public void setStreamConfigurationContainer(Y2YStreamConfigurationContainerModel value)
      Generated method - Initial setter of Y2YSyncJob.streamConfigurationContainer attribute defined at extension y2ysync. Can only be used at creation of model - before first save.
      Parameters:
      value - the streamConfigurationContainer
    • setSyncType

      @Accessor(qualifier="syncType", type=SETTER) public void setSyncType(Y2YSyncType value)
      Generated method - Initial setter of Y2YSyncJob.syncType attribute defined at extension y2ysync. Can only be used at creation of model - before first save.
      Parameters:
      value - the syncType