예제 #1
0
 public CollectedSample getCollectedSample() {
   return product.getCollectedSample();
 }
예제 #2
0
 public String getCollectionNumber() {
   if (product == null
       || product.getCollectedSample() == null
       || product.getCollectedSample().getCollectionNumber() == null) return "";
   return product.getCollectedSample().getCollectionNumber();
 }