Class RowCodesFake

java.lang.Object
com.logicommerce.sdktest.models.RowCodesFake
All Implemented Interfaces:
com.logicommerce.sdk.models.RowCodes

public class RowCodesFake extends Object implements com.logicommerce.sdk.models.RowCodes
  • Constructor Details

    • RowCodesFake

      public RowCodesFake()
  • Method Details

    • getPId

      public String getPId()
      Specified by:
      getPId in interface com.logicommerce.sdk.models.RowCodes
    • getSku

      public String getSku()
      Specified by:
      getSku in interface com.logicommerce.sdk.models.RowCodes
    • getEan

      public String getEan()
      Specified by:
      getEan in interface com.logicommerce.sdk.models.RowCodes
    • getIsbn

      public String getIsbn()
      Specified by:
      getIsbn in interface com.logicommerce.sdk.models.RowCodes
    • getJan

      public String getJan()
      Specified by:
      getJan in interface com.logicommerce.sdk.models.RowCodes
    • getUpc

      public String getUpc()
      Specified by:
      getUpc in interface com.logicommerce.sdk.models.RowCodes
    • getManufacturerSku

      public String getManufacturerSku()
      Specified by:
      getManufacturerSku in interface com.logicommerce.sdk.models.RowCodes
    • setpId

      public void setpId(String pId)
    • setSku

      public void setSku(String sku)
    • setEan

      public void setEan(String ean)
    • setIsbn

      public void setIsbn(String isbn)
    • setJan

      public void setJan(String jan)
    • setUpc

      public void setUpc(String upc)
    • setManufacturerSku

      public void setManufacturerSku(String manufacturerSku)