IDEMPIERE-1120 Implement Field SeqNo customization / minor peer review

This commit is contained in:
Carlos Ruiz 2013-07-16 08:32:25 -05:00
parent ce5a67c220
commit 9cbe18feaf
2 changed files with 6 additions and 3 deletions

View File

@ -46,7 +46,7 @@ public class GridFieldVO implements Serializable
/** /**
* *
*/ */
private static final long serialVersionUID = -6098724121324445114L; private static final long serialVersionUID = -767158053380874050L;
/** /**
* Return the SQL statement used for the MFieldVO.create * Return the SQL statement used for the MFieldVO.create

View File

@ -38,6 +38,11 @@ import org.compiere.util.Evaluatee;
*/ */
public class GridTabVO implements Evaluatee, Serializable public class GridTabVO implements Evaluatee, Serializable
{ {
/**
*
*/
private static final long serialVersionUID = -5120775523212893253L;
/************************************************************************** /**************************************************************************
* Create MTab VO * Create MTab VO
* *
@ -386,8 +391,6 @@ public class GridTabVO implements Evaluatee, Serializable
WindowNo = windowNo; WindowNo = windowNo;
} // MTabVO } // MTabVO
static final long serialVersionUID = 9160212869277319305L;
/** Context - replicated */ /** Context - replicated */
public Properties ctx; public Properties ctx;
/** Window No - replicated */ /** Window No - replicated */