All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.nedap.retail.messages.epc.v2.stock.NotOnShelfResponse Maven / Gradle / Ivy

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