Class RowMapping


  • public class RowMapping
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      RowMapping()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Long getFrom()
      Gets the Row ID in the source sheet.
      java.lang.Long getTo()
      Gets the Row ID in the destination sheet.
      RowMapping setFrom​(java.lang.Long from)
      Sets the Row ID in the source sheet.
      RowMapping setTo​(java.lang.Long to)
      Sets the Row ID in the destination sheet.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RowMapping

        public RowMapping()
    • Method Detail

      • getFrom

        public java.lang.Long getFrom()
        Gets the Row ID in the source sheet.
        Returns:
        Row ID in the source sheet
      • setFrom

        public RowMapping setFrom​(java.lang.Long from)
        Sets the Row ID in the source sheet.
        Parameters:
        from - the Row ID in the source sheet
      • getTo

        public java.lang.Long getTo()
        Gets the Row ID in the destination sheet.
        Returns:
        the Row ID in the destination sheet
      • setTo

        public RowMapping setTo​(java.lang.Long to)
        Sets the Row ID in the destination sheet.
        Parameters:
        to - Row ID in the destination sheet