Class SyncImpExMediaModel

  • All Implemented Interfaces:
    java.io.Serializable

    public class SyncImpExMediaModel
    extends CatalogUnawareMediaModel
    Generated model class for type SyncImpExMedia 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
      • SYNCTYPE

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

        public static final java.lang.String IMPEXHEADER
        Generated constant - Attribute key of SyncImpExMedia.impexHeader attribute defined at extension y2ysync.
        See Also:
        Constant Field Values
      • DATAHUBCOLUMNS

        public static final java.lang.String DATAHUBCOLUMNS
        Generated constant - Attribute key of SyncImpExMedia.dataHubColumns attribute defined at extension y2ysync.
        See Also:
        Constant Field Values
      • MEDIAARCHIVE

        public static final java.lang.String MEDIAARCHIVE
        Generated constant - Attribute key of SyncImpExMedia.mediaArchive attribute defined at extension y2ysync.
        See Also:
        Constant Field Values
      • EXPORTCRONJOB

        public static final java.lang.String EXPORTCRONJOB
        Generated constant - Attribute key of SyncImpExMedia.exportCronJob attribute defined at extension y2ysync.
        See Also:
        Constant Field Values
      • DATAHUBTYPE

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

      • SyncImpExMediaModel

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

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

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public SyncImpExMediaModel​(CatalogVersionModel _catalogVersion,
                                   java.lang.String _code,
                                   java.lang.String _impexHeader,
                                   ComposedTypeModel _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:
        _catalogVersion - initial attribute declared by type CatalogUnawareMedia at extension catalog
        _code - initial attribute declared by type Media at extension core
        _impexHeader - initial attribute declared by type SyncImpExMedia at extension y2ysync
        _syncType - initial attribute declared by type SyncImpExMedia at extension y2ysync
      • SyncImpExMediaModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public SyncImpExMediaModel​(CatalogVersionModel _catalogVersion,
                                   java.lang.String _code,
                                   java.lang.String _impexHeader,
                                   ItemModel _owner,
                                   ComposedTypeModel _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:
        _catalogVersion - initial attribute declared by type CatalogUnawareMedia at extension catalog
        _code - initial attribute declared by type Media at extension core
        _impexHeader - initial attribute declared by type SyncImpExMedia at extension y2ysync
        _owner - initial attribute declared by type Item at extension core
        _syncType - initial attribute declared by type SyncImpExMedia at extension y2ysync
    • Method Detail

      • getDataHubColumns

        @Accessor(qualifier="dataHubColumns",
                  type=GETTER)
        public java.lang.String getDataHubColumns()
        Generated method - Getter of the SyncImpExMedia.dataHubColumns attribute defined at extension y2ysync.
        Returns:
        the dataHubColumns
      • getDataHubType

        @Accessor(qualifier="dataHubType",
                  type=GETTER)
        public java.lang.String getDataHubType()
        Generated method - Getter of the SyncImpExMedia.dataHubType attribute defined at extension y2ysync.
        Returns:
        the dataHubType
      • getExportCronJob

        @Accessor(qualifier="exportCronJob",
                  type=GETTER)
        public Y2YSyncCronJobModel getExportCronJob()
        Generated method - Getter of the SyncImpExMedia.exportCronJob attribute defined at extension y2ysync.
        Returns:
        the exportCronJob
      • getImpexHeader

        @Accessor(qualifier="impexHeader",
                  type=GETTER)
        public java.lang.String getImpexHeader()
        Generated method - Getter of the SyncImpExMedia.impexHeader attribute defined at extension y2ysync.
        Returns:
        the impexHeader
      • getMediaArchive

        @Accessor(qualifier="mediaArchive",
                  type=GETTER)
        public MediaModel getMediaArchive()
        Generated method - Getter of the SyncImpExMedia.mediaArchive attribute defined at extension y2ysync.
        Returns:
        the mediaArchive
      • setDataHubColumns

        @Accessor(qualifier="dataHubColumns",
                  type=SETTER)
        public void setDataHubColumns​(java.lang.String value)
        Generated method - Setter of SyncImpExMedia.dataHubColumns attribute defined at extension y2ysync.
        Parameters:
        value - the dataHubColumns
      • setDataHubType

        @Accessor(qualifier="dataHubType",
                  type=SETTER)
        public void setDataHubType​(java.lang.String value)
        Generated method - Setter of SyncImpExMedia.dataHubType attribute defined at extension y2ysync.
        Parameters:
        value - the dataHubType
      • setExportCronJob

        @Accessor(qualifier="exportCronJob",
                  type=SETTER)
        public void setExportCronJob​(Y2YSyncCronJobModel value)
        Generated method - Setter of SyncImpExMedia.exportCronJob attribute defined at extension y2ysync.
        Parameters:
        value - the exportCronJob
      • setImpexHeader

        @Accessor(qualifier="impexHeader",
                  type=SETTER)
        public void setImpexHeader​(java.lang.String value)
        Generated method - Setter of SyncImpExMedia.impexHeader attribute defined at extension y2ysync.
        Parameters:
        value - the impexHeader
      • setMediaArchive

        @Accessor(qualifier="mediaArchive",
                  type=SETTER)
        public void setMediaArchive​(MediaModel value)
        Generated method - Setter of SyncImpExMedia.mediaArchive attribute defined at extension y2ysync.
        Parameters:
        value - the mediaArchive
      • setSyncType

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