Change the Collection to List based in ABP

Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2997873
This commit is contained in:
vpj-cd 2010-05-06 20:41:48 +00:00
parent bf8ee3d99e
commit 21d2006283
2 changed files with 14 additions and 8 deletions

View File

@ -53,6 +53,9 @@ import org.compiere.util.Trx;
*/ */
public class MCost extends X_M_Cost public class MCost extends X_M_Cost
{ {
/** /**
* *
*/ */

View File

@ -38,10 +38,13 @@ import org.compiere.util.Msg;
*/ */
public class MCostElement extends X_M_CostElement public class MCostElement extends X_M_CostElement
{ {
/** /**
* *
*/ */
private static final long serialVersionUID = 8676787942212800906L; private static final long serialVersionUID = 3196322266971717530L;
/** /**