Class GeneratedImpExMedia

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

    public abstract class GeneratedImpExMedia
    extends Media
    Generated class for type ImpExMedia.
    See Also:
    Serialized Form
    • Field Detail

      • FIELDSEPARATOR

        public static final java.lang.String FIELDSEPARATOR
        Qualifier of the ImpExMedia.fieldSeparator attribute
        See Also:
        Constant Field Values
      • QUOTECHARACTER

        public static final java.lang.String QUOTECHARACTER
        Qualifier of the ImpExMedia.quoteCharacter attribute
        See Also:
        Constant Field Values
      • COMMENTCHARACTER

        public static final java.lang.String COMMENTCHARACTER
        Qualifier of the ImpExMedia.commentCharacter attribute
        See Also:
        Constant Field Values
      • ENCODING

        public static final java.lang.String ENCODING
        Qualifier of the ImpExMedia.encoding attribute
        See Also:
        Constant Field Values
      • LINESTOSKIP

        public static final java.lang.String LINESTOSKIP
        Qualifier of the ImpExMedia.linesToSkip attribute
        See Also:
        Constant Field Values
      • REMOVEONSUCCESS

        public static final java.lang.String REMOVEONSUCCESS
        Qualifier of the ImpExMedia.removeOnSuccess attribute
        See Also:
        Constant Field Values
      • ZIPENTRY

        public static final java.lang.String ZIPENTRY
        Qualifier of the ImpExMedia.zipentry attribute
        See Also:
        Constant Field Values
      • PREVIEW

        public static final java.lang.String PREVIEW
        Qualifier of the ImpExMedia.preview attribute
        See Also:
        Constant Field Values
      • EXTRACTIONID

        public static final java.lang.String EXTRACTIONID
        Qualifier of the ImpExMedia.extractionId 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

      • GeneratedImpExMedia

        public GeneratedImpExMedia()
    • Method Detail

      • getCommentCharacter

        public java.lang.Character getCommentCharacter​(SessionContext ctx)
        Generated method - Getter of the ImpExMedia.commentCharacter attribute.
        Returns:
        the commentCharacter - Character used for indicating a comment
      • getCommentCharacter

        public java.lang.Character getCommentCharacter()
        Generated method - Getter of the ImpExMedia.commentCharacter attribute.
        Returns:
        the commentCharacter - Character used for indicating a comment
      • getCommentCharacterAsPrimitive

        public char getCommentCharacterAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the ImpExMedia.commentCharacter attribute.
        Returns:
        the commentCharacter - Character used for indicating a comment
      • getCommentCharacterAsPrimitive

        public char getCommentCharacterAsPrimitive()
        Generated method - Getter of the ImpExMedia.commentCharacter attribute.
        Returns:
        the commentCharacter - Character used for indicating a comment
      • setCommentCharacter

        public void setCommentCharacter​(SessionContext ctx,
                                        java.lang.Character value)
        Generated method - Setter of the ImpExMedia.commentCharacter attribute.
        Parameters:
        value - the commentCharacter - Character used for indicating a comment
      • setCommentCharacter

        public void setCommentCharacter​(java.lang.Character value)
        Generated method - Setter of the ImpExMedia.commentCharacter attribute.
        Parameters:
        value - the commentCharacter - Character used for indicating a comment
      • setCommentCharacter

        public void setCommentCharacter​(SessionContext ctx,
                                        char value)
        Generated method - Setter of the ImpExMedia.commentCharacter attribute.
        Parameters:
        value - the commentCharacter - Character used for indicating a comment
      • setCommentCharacter

        public void setCommentCharacter​(char value)
        Generated method - Setter of the ImpExMedia.commentCharacter attribute.
        Parameters:
        value - the commentCharacter - Character used for indicating a comment
      • getEncoding

        public EnumerationValue getEncoding​(SessionContext ctx)
        Generated method - Getter of the ImpExMedia.encoding attribute.
        Returns:
        the encoding - Used encoding for data stored within media
      • getEncoding

        public EnumerationValue getEncoding()
        Generated method - Getter of the ImpExMedia.encoding attribute.
        Returns:
        the encoding - Used encoding for data stored within media
      • setEncoding

        public void setEncoding​(SessionContext ctx,
                                EnumerationValue value)
        Generated method - Setter of the ImpExMedia.encoding attribute.
        Parameters:
        value - the encoding - Used encoding for data stored within media
      • setEncoding

        public void setEncoding​(EnumerationValue value)
        Generated method - Setter of the ImpExMedia.encoding attribute.
        Parameters:
        value - the encoding - Used encoding for data stored within media
      • getExtractionId

        public java.lang.String getExtractionId​(SessionContext ctx)
        Generated method - Getter of the ImpExMedia.extractionId attribute.
        Returns:
        the extractionId - Unique Id of zip extraction process
      • getExtractionId

        public java.lang.String getExtractionId()
        Generated method - Getter of the ImpExMedia.extractionId attribute.
        Returns:
        the extractionId - Unique Id of zip extraction process
      • setExtractionId

        protected void setExtractionId​(SessionContext ctx,
                                       java.lang.String value)
        Generated method - Setter of the ImpExMedia.extractionId attribute.
        Parameters:
        value - the extractionId - Unique Id of zip extraction process
      • setExtractionId

        protected void setExtractionId​(java.lang.String value)
        Generated method - Setter of the ImpExMedia.extractionId attribute.
        Parameters:
        value - the extractionId - Unique Id of zip extraction process
      • getFieldSeparator

        public java.lang.Character getFieldSeparator​(SessionContext ctx)
        Generated method - Getter of the ImpExMedia.fieldSeparator attribute.
        Returns:
        the fieldSeparator - Character used for separating columns in CSV-lines
      • getFieldSeparator

        public java.lang.Character getFieldSeparator()
        Generated method - Getter of the ImpExMedia.fieldSeparator attribute.
        Returns:
        the fieldSeparator - Character used for separating columns in CSV-lines
      • getFieldSeparatorAsPrimitive

        public char getFieldSeparatorAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the ImpExMedia.fieldSeparator attribute.
        Returns:
        the fieldSeparator - Character used for separating columns in CSV-lines
      • getFieldSeparatorAsPrimitive

        public char getFieldSeparatorAsPrimitive()
        Generated method - Getter of the ImpExMedia.fieldSeparator attribute.
        Returns:
        the fieldSeparator - Character used for separating columns in CSV-lines
      • setFieldSeparator

        public void setFieldSeparator​(SessionContext ctx,
                                      java.lang.Character value)
        Generated method - Setter of the ImpExMedia.fieldSeparator attribute.
        Parameters:
        value - the fieldSeparator - Character used for separating columns in CSV-lines
      • setFieldSeparator

        public void setFieldSeparator​(java.lang.Character value)
        Generated method - Setter of the ImpExMedia.fieldSeparator attribute.
        Parameters:
        value - the fieldSeparator - Character used for separating columns in CSV-lines
      • setFieldSeparator

        public void setFieldSeparator​(SessionContext ctx,
                                      char value)
        Generated method - Setter of the ImpExMedia.fieldSeparator attribute.
        Parameters:
        value - the fieldSeparator - Character used for separating columns in CSV-lines
      • setFieldSeparator

        public void setFieldSeparator​(char value)
        Generated method - Setter of the ImpExMedia.fieldSeparator attribute.
        Parameters:
        value - the fieldSeparator - Character used for separating columns in CSV-lines
      • getLinesToSkip

        public java.lang.Integer getLinesToSkip​(SessionContext ctx)
        Generated method - Getter of the ImpExMedia.linesToSkip attribute.
        Returns:
        the linesToSkip - Amount of lines ImpEx has to skip while processing data
      • getLinesToSkip

        public java.lang.Integer getLinesToSkip()
        Generated method - Getter of the ImpExMedia.linesToSkip attribute.
        Returns:
        the linesToSkip - Amount of lines ImpEx has to skip while processing data
      • getLinesToSkipAsPrimitive

        public int getLinesToSkipAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the ImpExMedia.linesToSkip attribute.
        Returns:
        the linesToSkip - Amount of lines ImpEx has to skip while processing data
      • getLinesToSkipAsPrimitive

        public int getLinesToSkipAsPrimitive()
        Generated method - Getter of the ImpExMedia.linesToSkip attribute.
        Returns:
        the linesToSkip - Amount of lines ImpEx has to skip while processing data
      • setLinesToSkip

        public void setLinesToSkip​(SessionContext ctx,
                                   java.lang.Integer value)
        Generated method - Setter of the ImpExMedia.linesToSkip attribute.
        Parameters:
        value - the linesToSkip - Amount of lines ImpEx has to skip while processing data
      • setLinesToSkip

        public void setLinesToSkip​(java.lang.Integer value)
        Generated method - Setter of the ImpExMedia.linesToSkip attribute.
        Parameters:
        value - the linesToSkip - Amount of lines ImpEx has to skip while processing data
      • setLinesToSkip

        public void setLinesToSkip​(SessionContext ctx,
                                   int value)
        Generated method - Setter of the ImpExMedia.linesToSkip attribute.
        Parameters:
        value - the linesToSkip - Amount of lines ImpEx has to skip while processing data
      • setLinesToSkip

        public void setLinesToSkip​(int value)
        Generated method - Setter of the ImpExMedia.linesToSkip attribute.
        Parameters:
        value - the linesToSkip - Amount of lines ImpEx has to skip while processing data
      • getPreview

        public abstract java.lang.String getPreview​(SessionContext ctx)
        Generated method - Getter of the ImpExMedia.preview attribute.
        Returns:
        the preview - Preview of content
      • getPreview

        public java.lang.String getPreview()
        Generated method - Getter of the ImpExMedia.preview attribute.
        Returns:
        the preview - Preview of content
      • getQuoteCharacter

        public java.lang.Character getQuoteCharacter​(SessionContext ctx)
        Generated method - Getter of the ImpExMedia.quoteCharacter attribute.
        Returns:
        the quoteCharacter - Character used for escaping columns in CSV-lines
      • getQuoteCharacter

        public java.lang.Character getQuoteCharacter()
        Generated method - Getter of the ImpExMedia.quoteCharacter attribute.
        Returns:
        the quoteCharacter - Character used for escaping columns in CSV-lines
      • getQuoteCharacterAsPrimitive

        public char getQuoteCharacterAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the ImpExMedia.quoteCharacter attribute.
        Returns:
        the quoteCharacter - Character used for escaping columns in CSV-lines
      • getQuoteCharacterAsPrimitive

        public char getQuoteCharacterAsPrimitive()
        Generated method - Getter of the ImpExMedia.quoteCharacter attribute.
        Returns:
        the quoteCharacter - Character used for escaping columns in CSV-lines
      • setQuoteCharacter

        public void setQuoteCharacter​(SessionContext ctx,
                                      java.lang.Character value)
        Generated method - Setter of the ImpExMedia.quoteCharacter attribute.
        Parameters:
        value - the quoteCharacter - Character used for escaping columns in CSV-lines
      • setQuoteCharacter

        public void setQuoteCharacter​(java.lang.Character value)
        Generated method - Setter of the ImpExMedia.quoteCharacter attribute.
        Parameters:
        value - the quoteCharacter - Character used for escaping columns in CSV-lines
      • setQuoteCharacter

        public void setQuoteCharacter​(SessionContext ctx,
                                      char value)
        Generated method - Setter of the ImpExMedia.quoteCharacter attribute.
        Parameters:
        value - the quoteCharacter - Character used for escaping columns in CSV-lines
      • setQuoteCharacter

        public void setQuoteCharacter​(char value)
        Generated method - Setter of the ImpExMedia.quoteCharacter attribute.
        Parameters:
        value - the quoteCharacter - Character used for escaping columns in CSV-lines
      • isRemoveOnSuccess

        public java.lang.Boolean isRemoveOnSuccess​(SessionContext ctx)
        Generated method - Getter of the ImpExMedia.removeOnSuccess attribute.
        Returns:
        the removeOnSuccess - Should the media be removed after processing?
      • isRemoveOnSuccess

        public java.lang.Boolean isRemoveOnSuccess()
        Generated method - Getter of the ImpExMedia.removeOnSuccess attribute.
        Returns:
        the removeOnSuccess - Should the media be removed after processing?
      • isRemoveOnSuccessAsPrimitive

        public boolean isRemoveOnSuccessAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the ImpExMedia.removeOnSuccess attribute.
        Returns:
        the removeOnSuccess - Should the media be removed after processing?
      • isRemoveOnSuccessAsPrimitive

        public boolean isRemoveOnSuccessAsPrimitive()
        Generated method - Getter of the ImpExMedia.removeOnSuccess attribute.
        Returns:
        the removeOnSuccess - Should the media be removed after processing?
      • setRemoveOnSuccess

        public void setRemoveOnSuccess​(SessionContext ctx,
                                       java.lang.Boolean value)
        Generated method - Setter of the ImpExMedia.removeOnSuccess attribute.
        Parameters:
        value - the removeOnSuccess - Should the media be removed after processing?
      • setRemoveOnSuccess

        public void setRemoveOnSuccess​(java.lang.Boolean value)
        Generated method - Setter of the ImpExMedia.removeOnSuccess attribute.
        Parameters:
        value - the removeOnSuccess - Should the media be removed after processing?
      • setRemoveOnSuccess

        public void setRemoveOnSuccess​(SessionContext ctx,
                                       boolean value)
        Generated method - Setter of the ImpExMedia.removeOnSuccess attribute.
        Parameters:
        value - the removeOnSuccess - Should the media be removed after processing?
      • setRemoveOnSuccess

        public void setRemoveOnSuccess​(boolean value)
        Generated method - Setter of the ImpExMedia.removeOnSuccess attribute.
        Parameters:
        value - the removeOnSuccess - Should the media be removed after processing?
      • getZipentry

        public java.lang.String getZipentry​(SessionContext ctx)
        Generated method - Getter of the ImpExMedia.zipentry attribute.
        Returns:
        the zipentry
      • getZipentry

        public java.lang.String getZipentry()
        Generated method - Getter of the ImpExMedia.zipentry attribute.
        Returns:
        the zipentry
      • setZipentry

        public void setZipentry​(SessionContext ctx,
                                java.lang.String value)
        Generated method - Setter of the ImpExMedia.zipentry attribute.
        Parameters:
        value - the zipentry
      • setZipentry

        public void setZipentry​(java.lang.String value)
        Generated method - Setter of the ImpExMedia.zipentry attribute.
        Parameters:
        value - the zipentry