public CollectedSample getCollectedSample() { return product.getCollectedSample(); }
public String getCollectionNumber() { if (product == null || product.getCollectedSample() == null || product.getCollectedSample().getCollectionNumber() == null) return ""; return product.getCollectedSample().getCollectionNumber(); }