Class GeneratedImpExMedia

All Implemented Interfaces:
Serializable, Comparable
Direct Known Subclasses:
ImpExMedia

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

  • Constructor Details

    • GeneratedImpExMedia

      public GeneratedImpExMedia()
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
      Overrides:
      getDefaultAttributeModes in class GeneratedMedia
    • getCommentCharacter

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

      public 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, Character value)
      Generated method - Setter of the ImpExMedia.commentCharacter attribute.
      Parameters:
      value - the commentCharacter - Character used for indicating a comment
    • setCommentCharacter

      public void setCommentCharacter(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 String getExtractionId(SessionContext ctx)
      Generated method - Getter of the ImpExMedia.extractionId attribute.
      Returns:
      the extractionId - Unique Id of zip extraction process
    • getExtractionId

      public 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, String value)
      Generated method - Setter of the ImpExMedia.extractionId attribute.
      Parameters:
      value - the extractionId - Unique Id of zip extraction process
    • setExtractionId

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

      public 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 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, 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(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 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 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, 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(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 String getPreview(SessionContext ctx)
      Generated method - Getter of the ImpExMedia.preview attribute.
      Returns:
      the preview - Preview of content
    • getPreview

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

      public 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 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, 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(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 Boolean isRemoveOnSuccess(SessionContext ctx)
      Generated method - Getter of the ImpExMedia.removeOnSuccess attribute.
      Returns:
      the removeOnSuccess - Should the media be removed after processing?
    • isRemoveOnSuccess

      public 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, 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?
    • 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 String getZipentry(SessionContext ctx)
      Generated method - Getter of the ImpExMedia.zipentry attribute.
      Returns:
      the zipentry
    • getZipentry

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

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

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