
com.nedap.retail.messages.epc.v2.stock.NotOnShelfResponse Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of messages Show documentation
Show all versions of messages Show documentation
Client and messages for communicating with the Nedap Retail APIs
The newest version!
package com.nedap.retail.messages.epc.v2.stock;
import java.util.List;
import org.joda.time.DateTime;
import com.nedap.retail.messages.article.Article;
public class NotOnShelfResponse extends NotOnShelfSummary {
public List gtins;
public List salesFloorStock;
public List stockRoomLocations;
public List stockRoomStock;
public List articles;
public NotOnShelfResponse() {
}
public NotOnShelfResponse(final DateTime rfidStockTime, final Integer notOnShelfGtinQuantity,
final Integer rfidGtinQuantity, final Double notOnShelfPercentage, final List gtins,
final List salesFloorStock, final List stockRoomLocations,
final List stockRoomStock) {
super(rfidStockTime, notOnShelfGtinQuantity, rfidGtinQuantity, notOnShelfPercentage);
this.gtins = gtins;
this.salesFloorStock = salesFloorStock;
this.stockRoomLocations = stockRoomLocations;
this.stockRoomStock = stockRoomStock;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy