Specify exactly which are the search fields
* add GPL header * generated new serialVersionUID Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3016592
This commit is contained in:
parent
99a348c5c0
commit
d02a51799c
|
@ -1,6 +1,15 @@
|
||||||
/**
|
/******************************************************************************
|
||||||
*
|
* Product: Adempiere ERP & CRM Smart Business Solution *
|
||||||
*/
|
* This program is free software; you can redistribute it and/or modify it *
|
||||||
|
* under the terms version 2 of the GNU General Public License as published *
|
||||||
|
* by the Free Software Foundation. This program is distributed in the hope *
|
||||||
|
* that it will be useful, but WITHOUT ANY WARRANTY; without even the implied *
|
||||||
|
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
|
||||||
|
* See the GNU General Public License for more details. *
|
||||||
|
* You should have received a copy of the GNU General Public License along *
|
||||||
|
* with this program; if not, write to the Free Software Foundation, Inc., *
|
||||||
|
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
|
||||||
|
*****************************************************************************/
|
||||||
package org.compiere.model;
|
package org.compiere.model;
|
||||||
|
|
||||||
import java.util.Properties;
|
import java.util.Properties;
|
||||||
|
|
|
@ -38,10 +38,11 @@ import org.compiere.util.Util;
|
||||||
*/
|
*/
|
||||||
public class MColumn extends X_AD_Column
|
public class MColumn extends X_AD_Column
|
||||||
{
|
{
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
private static final long serialVersionUID = 2954312267794622096L;
|
private static final long serialVersionUID = 6543789555737635129L;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get MColumn from Cache
|
* Get MColumn from Cache
|
||||||
|
|
Loading…
Reference in New Issue