Exemplo n.º 1
0
 public CollectedSample getCollectedSample() {
   return product.getCollectedSample();
 }
Exemplo n.º 2
0
 public String getCollectionNumber() {
   if (product == null
       || product.getCollectedSample() == null
       || product.getCollectedSample().getCollectionNumber() == null) return "";
   return product.getCollectedSample().getCollectionNumber();
 }