Class Y2YSyncJobModel

  • All Implemented Interfaces:
    java.io.Serializable

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

      • _TYPECODE

        public static final java.lang.String _TYPECODE
        Generated model type code constant.
        See Also:
        Constant Field Values
      • STREAMCONFIGURATIONCONTAINER

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

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

        public static final java.lang.String DATAHUBURL
        Generated constant - Attribute key of Y2YSyncJob.dataHubUrl attribute defined at extension y2ysync.
        See Also:
        Constant Field Values
    • Constructor Detail

      • 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​(java.lang.String _code,
                               java.lang.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​(java.lang.String _code,
                               java.lang.Integer _nodeID,
                               ItemModel _owner,
                               java.lang.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 Detail

      • getDataHubUrl

        @Accessor(qualifier="dataHubUrl",
                  type=GETTER)
        public java.lang.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​(java.lang.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