package com.utopiaindustries.model.ctp;
public interface InventoryArtifact {
long getId();
long getItemId();
String getSku();
String getType();
String getBarcode();
}