Class GeneratedExport

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable
    Direct Known Subclasses:
    Export

    public abstract class GeneratedExport
    extends GenericItem
    Generated class for type Export.
    See Also:
    Serialized Form
    • Field Detail

      • CODE

        public static final java.lang.String CODE
        Qualifier of the Export.code attribute
        See Also:
        Constant Field Values
      • EXPORTEDMEDIAS

        public static final java.lang.String EXPORTEDMEDIAS
        Qualifier of the Export.exportedMedias attribute
        See Also:
        Constant Field Values
      • EXPORTEDDATA

        public static final java.lang.String EXPORTEDDATA
        Qualifier of the Export.exportedData attribute
        See Also:
        Constant Field Values
      • EXPORTSCRIPT

        public static final java.lang.String EXPORTSCRIPT
        Qualifier of the Export.exportScript attribute
        See Also:
        Constant Field Values
      • DESCRIPTION

        public static final java.lang.String DESCRIPTION
        Qualifier of the Export.description attribute
        See Also:
        Constant Field Values
      • DEFAULT_INITIAL_ATTRIBUTES

        protected static final java.util.Map<java.lang.String,​Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
    • Constructor Detail

      • GeneratedExport

        public GeneratedExport()
    • Method Detail

      • getCode

        public java.lang.String getCode​(SessionContext ctx)
        Generated method - Getter of the Export.code attribute.
        Returns:
        the code
      • getCode

        public java.lang.String getCode()
        Generated method - Getter of the Export.code attribute.
        Returns:
        the code
      • setCode

        public void setCode​(SessionContext ctx,
                            java.lang.String value)
        Generated method - Setter of the Export.code attribute.
        Parameters:
        value - the code
      • setCode

        public void setCode​(java.lang.String value)
        Generated method - Setter of the Export.code attribute.
        Parameters:
        value - the code
      • getDescription

        public java.lang.String getDescription​(SessionContext ctx)
        Generated method - Getter of the Export.description attribute.
        Returns:
        the description - description
      • getDescription

        public java.lang.String getDescription()
        Generated method - Getter of the Export.description attribute.
        Returns:
        the description - description
      • getAllDescription

        public java.util.Map<Language,​java.lang.String> getAllDescription​(SessionContext ctx)
        Generated method - Getter of the Export.description attribute.
        Returns:
        the localized description - description
      • getAllDescription

        public java.util.Map<Language,​java.lang.String> getAllDescription()
        Generated method - Getter of the Export.description attribute.
        Returns:
        the localized description - description
      • setDescription

        public void setDescription​(SessionContext ctx,
                                   java.lang.String value)
        Generated method - Setter of the Export.description attribute.
        Parameters:
        value - the description - description
      • setDescription

        public void setDescription​(java.lang.String value)
        Generated method - Setter of the Export.description attribute.
        Parameters:
        value - the description - description
      • setAllDescription

        public void setAllDescription​(SessionContext ctx,
                                      java.util.Map<Language,​java.lang.String> value)
        Generated method - Setter of the Export.description attribute.
        Parameters:
        value - the description - description
      • setAllDescription

        public void setAllDescription​(java.util.Map<Language,​java.lang.String> value)
        Generated method - Setter of the Export.description attribute.
        Parameters:
        value - the description - description
      • getExportedData

        public ImpExExportMedia getExportedData​(SessionContext ctx)
        Generated method - Getter of the Export.exportedData attribute.
        Returns:
        the exportedData - contains the exported data
      • getExportedData

        public ImpExExportMedia getExportedData()
        Generated method - Getter of the Export.exportedData attribute.
        Returns:
        the exportedData - contains the exported data
      • setExportedData

        public void setExportedData​(SessionContext ctx,
                                    ImpExExportMedia value)
        Generated method - Setter of the Export.exportedData attribute.
        Parameters:
        value - the exportedData - contains the exported data
      • setExportedData

        public void setExportedData​(ImpExExportMedia value)
        Generated method - Setter of the Export.exportedData attribute.
        Parameters:
        value - the exportedData - contains the exported data
      • getExportedMedias

        public ImpExExportMedia getExportedMedias​(SessionContext ctx)
        Generated method - Getter of the Export.exportedMedias attribute.
        Returns:
        the exportedMedias - contains the exported medias
      • getExportedMedias

        public ImpExExportMedia getExportedMedias()
        Generated method - Getter of the Export.exportedMedias attribute.
        Returns:
        the exportedMedias - contains the exported medias
      • setExportedMedias

        public void setExportedMedias​(SessionContext ctx,
                                      ImpExExportMedia value)
        Generated method - Setter of the Export.exportedMedias attribute.
        Parameters:
        value - the exportedMedias - contains the exported medias
      • setExportedMedias

        public void setExportedMedias​(ImpExExportMedia value)
        Generated method - Setter of the Export.exportedMedias attribute.
        Parameters:
        value - the exportedMedias - contains the exported medias
      • getExportScript

        public ImpExMedia getExportScript​(SessionContext ctx)
        Generated method - Getter of the Export.exportScript attribute.
        Returns:
        the exportScript - contains the export script
      • getExportScript

        public ImpExMedia getExportScript()
        Generated method - Getter of the Export.exportScript attribute.
        Returns:
        the exportScript - contains the export script
      • setExportScript

        public void setExportScript​(SessionContext ctx,
                                    ImpExMedia value)
        Generated method - Setter of the Export.exportScript attribute.
        Parameters:
        value - the exportScript - contains the export script
      • setExportScript

        public void setExportScript​(ImpExMedia value)
        Generated method - Setter of the Export.exportScript attribute.
        Parameters:
        value - the exportScript - contains the export script