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

in.succinct.plugins.ecommerce.db.model.demand.DemandImpl Maven / Gradle / Ivy

The newest version!
package in.succinct.plugins.ecommerce.db.model.demand;

import com.venky.swf.db.table.ModelImpl;

public class DemandImpl extends ModelImpl {
    public DemandImpl(){
        super();
    }
    public DemandImpl(Demand demand){
        super(demand);
    }
    public long getSkuId(){
        return getProxy().getInventory().getSkuId();
    }
    public long getFacilityId(){
        return getProxy().getInventory().getFacilityId();
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy