コード例 #1
0
 /**
  * @param index
  * @return
  */
 public InventoryLine getLine(int index) {
   return m_inventorylines.getRow(index);
 }