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,10 +53,13 @@ import org.compiere.util.Trx;
*/
public class MCost extends X_M_Cost
{
/**
*
*/
private static final long serialVersionUID = -127982599769472918L;
/**
*
*/
private static final long serialVersionUID = -127982599769472918L;
/**

View File

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