コード例 #1
0
 public String getProductTypebyId(String targetId)
 {
     return(productTypeHdlr.getProductTypebyId(targetId));
 }