Class ChineseLogisticCellDecorator

  • All Implemented Interfaces:
    CSVCellDecorator

    public class ChineseLogisticCellDecorator
    extends java.lang.Object
    implements CSVCellDecorator
    Intercept component to-be-inserted into order detail body content slot, put it into the desired position of the existing component sequence
    • Constructor Detail

      • ChineseLogisticCellDecorator

        public ChineseLogisticCellDecorator()
    • Method Detail

      • decorate

        public java.lang.String decorate​(int position,
                                         java.util.Map<java.lang.Integer,​java.lang.String> impexLine)
        Description copied from interface: CSVCellDecorator
        Decorates and returns the parsed attribute value. The value can be gathered from given srcLine map by accessing element with given position key.
        Specified by:
        decorate in interface CSVCellDecorator
        Parameters:
        position - element key for given map where the parsed value to decorate is located
        impexLine - map containing whole parsed value line
        Returns:
        decorated attribute value