BF [ 2740259 ] - Define static final serialVersionUID's for classes
This commit is contained in:
parent
e2474a2fb1
commit
7d71f46528
|
@ -24,6 +24,10 @@ import org.compiere.interfaces.MD5;
|
|||
*/
|
||||
public class GetMD5FileServlet extends HttpServlet {
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = -2625917637549702574L;
|
||||
/**
|
||||
*
|
||||
*/
|
||||
|
|
|
@ -38,6 +38,11 @@ import org.compiere.model.POInfo;
|
|||
*/
|
||||
public class GenericPO extends PO {
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = -6558017105997010172L;
|
||||
|
||||
/**
|
||||
* @param tableName
|
||||
* @param ctx
|
||||
|
@ -134,6 +139,10 @@ public class GenericPO extends PO {
|
|||
*
|
||||
*/
|
||||
class PropertiesWrapper extends Properties {
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 8887531951501323594L;
|
||||
protected Properties source;
|
||||
protected String tableName;
|
||||
|
||||
|
|
|
@ -2,6 +2,11 @@ package org.adempiere.pipo.exception;
|
|||
|
||||
public class DatabaseAccessException extends RuntimeException {
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = -8834711100842625706L;
|
||||
|
||||
public DatabaseAccessException() {
|
||||
super();
|
||||
}
|
||||
|
|
|
@ -2,6 +2,11 @@ package org.adempiere.pipo.exception;
|
|||
|
||||
public class POSaveFailedException extends RuntimeException {
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 8325708851137221459L;
|
||||
|
||||
public POSaveFailedException() {
|
||||
super();
|
||||
}
|
||||
|
|
|
@ -30,6 +30,12 @@ import org.compiere.swing.CField;
|
|||
*/
|
||||
public class AdempiereComboPopup extends BasicComboPopup
|
||||
{
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 274215317393292721L;
|
||||
|
||||
|
||||
/**
|
||||
* Constructor
|
||||
* @param combo
|
||||
|
|
|
@ -27,6 +27,11 @@ import com.jgoodies.looks.plastic.PlasticTheme;
|
|||
*/
|
||||
public class AdempiereLookAndFeel extends com.jgoodies.looks.plastic.Plastic3DLookAndFeel
|
||||
{
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 5681571518701552477L;
|
||||
|
||||
/**
|
||||
* Constructor
|
||||
*/
|
||||
|
|
|
@ -1311,7 +1311,12 @@ public final class AdempiereTabbedPaneUI extends MetalTabbedPaneUI {
|
|||
|
||||
private static class ScrollTabsForwardAction extends AbstractAction {
|
||||
|
||||
public void actionPerformed(ActionEvent e) {
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = -270810699887568982L;
|
||||
|
||||
public void actionPerformed(ActionEvent e) {
|
||||
JTabbedPane pane = null;
|
||||
Object src = e.getSource();
|
||||
if (src instanceof JTabbedPane) {
|
||||
|
@ -1332,7 +1337,12 @@ public final class AdempiereTabbedPaneUI extends MetalTabbedPaneUI {
|
|||
|
||||
private static class ScrollTabsBackwardAction extends AbstractAction {
|
||||
|
||||
public void actionPerformed(ActionEvent e) {
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = -3249390793846061809L;
|
||||
|
||||
public void actionPerformed(ActionEvent e) {
|
||||
JTabbedPane pane = null;
|
||||
Object src = e.getSource();
|
||||
if (src instanceof JTabbedPane) {
|
||||
|
@ -1901,7 +1911,12 @@ public final class AdempiereTabbedPaneUI extends MetalTabbedPaneUI {
|
|||
|
||||
private class ScrollableTabViewport extends JViewport implements UIResource {
|
||||
|
||||
public ScrollableTabViewport() {
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 327251688467352279L;
|
||||
|
||||
public ScrollableTabViewport() {
|
||||
super();
|
||||
setName("TabbedPane.scrollableViewport");
|
||||
setScrollMode(SIMPLE_SCROLL_MODE);
|
||||
|
@ -1916,7 +1931,12 @@ public final class AdempiereTabbedPaneUI extends MetalTabbedPaneUI {
|
|||
|
||||
private class ScrollableTabPanel extends JPanel implements UIResource {
|
||||
|
||||
public ScrollableTabPanel() {
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = -7751954262914422261L;
|
||||
|
||||
public ScrollableTabPanel() {
|
||||
super(null);
|
||||
setOpaque(tabPane.isOpaque());
|
||||
Color bgColor = UIManager.getColor("TabbedPane.tabAreaBackground");
|
||||
|
@ -1936,7 +1956,11 @@ public final class AdempiereTabbedPaneUI extends MetalTabbedPaneUI {
|
|||
|
||||
private static class ArrowButton extends JButton implements UIResource {
|
||||
|
||||
private final int buttonWidth;
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 2076478876425671827L;
|
||||
private final int buttonWidth;
|
||||
private final int direction;
|
||||
private boolean mouseIsOver;
|
||||
|
||||
|
|
|
@ -86,6 +86,12 @@ import sun.awt.AppContext;
|
|||
public class PLAFEditor extends JDialog
|
||||
implements ActionListener
|
||||
{
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = -6010229234801706748L;
|
||||
|
||||
|
||||
/**
|
||||
* Default Constructor
|
||||
* Don't Show Example
|
||||
|
|
|
@ -375,6 +375,11 @@ public class PLAFEditorPanel extends CPanel {
|
|||
* @author Low Heng Sin
|
||||
*/
|
||||
class GlassPane extends JComponent {
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = -4416920279272513L;
|
||||
|
||||
GlassPane() {
|
||||
addMouseListener(new MouseAdapter() {});
|
||||
addKeyListener(new KeyAdapter() {});
|
||||
|
@ -387,6 +392,10 @@ class GlassPane extends JComponent {
|
|||
* @author Low Heng Sin
|
||||
*/
|
||||
class PreviewPanel extends CPanel {
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 6028614986952449622L;
|
||||
private boolean capture = true;
|
||||
private LookAndFeel laf = null;
|
||||
private MetalTheme theme = null;
|
||||
|
|
|
@ -54,6 +54,11 @@ import org.compiere.util.Env;
|
|||
*/
|
||||
public final class FactLine extends X_Fact_Acct
|
||||
{
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 6141312459030795891L;
|
||||
|
||||
/**
|
||||
* Constructor
|
||||
* @param ctx context
|
||||
|
|
|
@ -49,6 +49,10 @@ import org.compiere.util.ValueNamePair;
|
|||
*/
|
||||
public class CConnection implements Serializable, Cloneable
|
||||
{
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = -3653060934380586381L;
|
||||
/** Connection */
|
||||
private static CConnection s_cc = null;
|
||||
/** Logger */
|
||||
|
|
|
@ -54,6 +54,11 @@ import org.compiere.util.ValueNamePair;
|
|||
*/
|
||||
public class CConnectionDialog extends CDialog implements ActionListener
|
||||
{
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 9132784527503780794L;
|
||||
|
||||
/**
|
||||
* Connection Dialog using current Connection
|
||||
*/
|
||||
|
|
|
@ -45,6 +45,11 @@ import org.compiere.util.DB;
|
|||
public class CConnectionEditor extends JComponent
|
||||
implements CEditor
|
||||
{
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 259945316129032408L;
|
||||
|
||||
/**
|
||||
* Connection Editor creating new Connection
|
||||
*/
|
||||
|
|
|
@ -61,6 +61,11 @@ import org.compiere.swing.CFrame;
|
|||
*/
|
||||
public class ConvertDialog extends CFrame implements ActionListener
|
||||
{
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 4748833703849693696L;
|
||||
|
||||
/**
|
||||
* Convert Dialog
|
||||
*/
|
||||
|
|
|
@ -35,6 +35,11 @@ import org.compiere.util.DB;
|
|||
public class MImpFormat extends X_AD_ImpFormat
|
||||
{
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = -3768339618622673968L;
|
||||
|
||||
/**
|
||||
* Standard Constructor
|
||||
* @param ctx context
|
||||
|
|
|
@ -31,6 +31,11 @@ import org.compiere.model.X_AD_ImpFormat_Row;
|
|||
public class MImpFormatRow extends X_AD_ImpFormat_Row
|
||||
{
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 6251836513717968622L;
|
||||
|
||||
/**
|
||||
* Standard Constructor
|
||||
* @param ctx context
|
||||
|
|
|
@ -30,6 +30,11 @@ import java.util.EventObject;
|
|||
*/
|
||||
public final class DataStatusEvent extends EventObject implements Serializable
|
||||
{
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = -8126804905593738238L;
|
||||
|
||||
/**
|
||||
* Constructor
|
||||
* @param source1 source
|
||||
|
|
|
@ -80,6 +80,11 @@ import org.compiere.util.ValueNamePair;
|
|||
*/
|
||||
public class GridTab implements DataStatusListener, Evaluatee, Serializable
|
||||
{
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 1010889420871357683L;
|
||||
|
||||
/**
|
||||
* Create Tab (Model) from Value Object.
|
||||
* <p>
|
||||
|
|
|
@ -77,6 +77,11 @@ import org.compiere.util.ValueNamePair;
|
|||
public class GridTable extends AbstractTableModel
|
||||
implements Serializable
|
||||
{
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = -4468782288142337285L;
|
||||
|
||||
/**
|
||||
* JDBC Based Buffered Table
|
||||
*
|
||||
|
@ -2918,6 +2923,11 @@ public class GridTable extends AbstractTableModel
|
|||
*/
|
||||
class Loader extends Thread implements Serializable
|
||||
{
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = -8735217685095696892L;
|
||||
|
||||
/**
|
||||
* Construct Loader
|
||||
*/
|
||||
|
|
|
@ -56,6 +56,11 @@ import org.compiere.util.WebDoc;
|
|||
*/
|
||||
public class GridWindow implements Serializable
|
||||
{
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 3342733142743698614L;
|
||||
|
||||
/**
|
||||
* Get Grid Window
|
||||
* @param ctx context
|
||||
|
|
|
@ -40,6 +40,11 @@ import org.compiere.util.Env;
|
|||
*/
|
||||
public class GridWorkbench implements Serializable
|
||||
{
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 3947016961582548630L;
|
||||
|
||||
/**
|
||||
* Workbench Model Constructor
|
||||
* @param ctx context
|
||||
|
|
|
@ -39,6 +39,11 @@ import org.compiere.util.ValueNamePair;
|
|||
public abstract class Lookup extends AbstractListModel
|
||||
implements MutableComboBoxModel, Serializable
|
||||
{
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = -2811763289904455349L;
|
||||
|
||||
/**
|
||||
* Lookup
|
||||
* @param displayType display type
|
||||
|
|
|
@ -27,6 +27,11 @@ import java.io.Serializable;
|
|||
*/
|
||||
public class LookupDisplayColumn implements Serializable
|
||||
{
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 5876427657897043394L;
|
||||
|
||||
/**
|
||||
* Lookup Column Value Object
|
||||
* @param columnName column name
|
||||
|
|
|
@ -29,6 +29,11 @@ import java.util.Properties;
|
|||
public class MAccessLog extends X_AD_AccessLog
|
||||
{
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = -7169782622717772940L;
|
||||
|
||||
/**
|
||||
* Standard Constructor
|
||||
* @param ctx context
|
||||
|
|
|
@ -27,6 +27,11 @@ import java.util.Properties;
|
|||
*/
|
||||
public class MAccessProfile extends X_CM_AccessProfile
|
||||
{
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = -7399451749843773853L;
|
||||
|
||||
/**
|
||||
* Access to Container
|
||||
* @param ctx context
|
||||
|
|
|
@ -36,6 +36,13 @@ import org.compiere.util.Env;
|
|||
*/
|
||||
public class MAccount extends X_C_ValidCombination
|
||||
{
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = -8887316767838767993L;
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* Get existing Account or create it
|
||||
* @param ctx context
|
||||
|
|
|
@ -37,6 +37,11 @@ import org.compiere.util.Msg;
|
|||
public class MAcctProcessor extends X_C_AcctProcessor
|
||||
implements AdempiereProcessor
|
||||
{
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 6558688522646469260L;
|
||||
|
||||
/**
|
||||
* Get Active
|
||||
* @param ctx context
|
||||
|
|
|
@ -30,6 +30,11 @@ public class MAcctProcessorLog extends X_C_AcctProcessorLog
|
|||
implements AdempiereProcessorLog
|
||||
{
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 3668544104375224987L;
|
||||
|
||||
/**
|
||||
* Standard Constructor
|
||||
* @param ctx context
|
||||
|
|
|
@ -35,6 +35,12 @@ import org.compiere.util.KeyNamePair;
|
|||
*/
|
||||
public class MAcctSchema extends X_C_AcctSchema
|
||||
{
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = -7228171623905614596L;
|
||||
|
||||
|
||||
/**
|
||||
* Get AccountSchema of Client
|
||||
* @param ctx context
|
||||
|
|
|
@ -33,6 +33,11 @@ import org.compiere.util.KeyNamePair;
|
|||
*/
|
||||
public class MAcctSchemaDefault extends X_C_AcctSchema_Default
|
||||
{
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 199959007595802866L;
|
||||
|
||||
/**
|
||||
* Get Accounting Schema Default Info
|
||||
* @param ctx context
|
||||
|
|
|
@ -40,6 +40,12 @@ import org.compiere.util.Msg;
|
|||
*/
|
||||
public final class MAcctSchemaElement extends X_C_AcctSchema_Element
|
||||
{
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 4215184252533527719L;
|
||||
|
||||
|
||||
/**
|
||||
* Factory: Return ArrayList of Account Schema Elements
|
||||
* @param as Accounting Schema
|
||||
|
|
|
@ -33,6 +33,11 @@ import org.compiere.util.Env;
|
|||
*/
|
||||
public class MAchievement extends X_PA_Achievement
|
||||
{
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = -1438593600498523664L;
|
||||
|
||||
/**
|
||||
* Get achieved Achievements Of Measure
|
||||
* @param measure Measure
|
||||
|
|
|
@ -30,6 +30,12 @@ import org.compiere.util.ValueNamePair;
|
|||
*/
|
||||
public class MAdvertisement extends X_W_Advertisement
|
||||
{
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 8129122675267734690L;
|
||||
|
||||
|
||||
/**
|
||||
* Default Constructor
|
||||
* @param ctx context
|
||||
|
|
|
@ -35,6 +35,11 @@ import java.util.TreeSet;
|
|||
*/
|
||||
public class MAlert extends X_AD_Alert
|
||||
{
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = -5684705878618526801L;
|
||||
|
||||
/**
|
||||
* Standard Constructor
|
||||
* @param ctx context
|
||||
|
|
|
@ -37,6 +37,12 @@ import org.compiere.util.DB;
|
|||
public class MAlertProcessor extends X_AD_AlertProcessor
|
||||
implements AdempiereProcessor
|
||||
{
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 9060358751064718910L;
|
||||
|
||||
|
||||
/**
|
||||
* Get Active
|
||||
* @param ctx context
|
||||
|
|
|
@ -29,6 +29,11 @@ import java.util.Properties;
|
|||
public class MAlertProcessorLog extends X_AD_AlertProcessorLog
|
||||
implements AdempiereProcessorLog
|
||||
{
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = -6720267177398838915L;
|
||||
|
||||
/**
|
||||
* Standard Constructor
|
||||
* @param ctx context
|
||||
|
|
|
@ -28,6 +28,11 @@ import java.util.Properties;
|
|||
*/
|
||||
public class MAlertRecipient extends X_AD_AlertRecipient
|
||||
{
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = -7388195934030609324L;
|
||||
|
||||
/**
|
||||
* Standard Constructor
|
||||
* @param ctx context
|
||||
|
|
|
@ -49,6 +49,12 @@ import org.compiere.util.Msg;
|
|||
*/
|
||||
public final class MAllocationHdr extends X_C_AllocationHdr implements DocAction
|
||||
{
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 4780252534394959680L;
|
||||
|
||||
|
||||
/**
|
||||
* Get Allocations of Payment
|
||||
* @param ctx context
|
||||
|
|
|
@ -36,6 +36,11 @@ import org.compiere.util.Env;
|
|||
public class MAllocationLine extends X_C_AllocationLine
|
||||
{
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 5532305715886380749L;
|
||||
|
||||
/**
|
||||
* Standard Constructor
|
||||
* @param ctx context
|
||||
|
|
|
@ -62,6 +62,11 @@ import org.xml.sax.SAXException;
|
|||
* @version $Id: MArchive.java,v 1.3 2006/07/30 00:58:36 jjanke Exp $
|
||||
*/
|
||||
public class MArchive extends X_AD_Archive {
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = -3476918478008050158L;
|
||||
|
||||
/**
|
||||
* Get Archives
|
||||
*
|
||||
|
|
|
@ -40,6 +40,12 @@ import org.compiere.util.TimeUtil;
|
|||
*/
|
||||
public class MAsset extends X_A_Asset
|
||||
{
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = -7537696364072606170L;
|
||||
|
||||
|
||||
/**
|
||||
* Get Asset From Shipment
|
||||
* @param ctx context
|
||||
|
|
|
@ -28,6 +28,11 @@ import org.compiere.util.DB;
|
|||
*
|
||||
*/
|
||||
public class MAssetAcct extends X_A_Asset_Acct {
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 4779953750434068382L;
|
||||
|
||||
/**
|
||||
* Default ConstructorX_A_Asset_Group_Acct
|
||||
*
|
||||
|
|
|
@ -29,6 +29,11 @@ import org.compiere.util.DB;
|
|||
*/
|
||||
public class MAssetAddition extends X_A_Asset_Addition
|
||||
{
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 511552459407382309L;
|
||||
|
||||
/**
|
||||
* Default Constructor
|
||||
* @param ctx context
|
||||
|
|
|
@ -23,6 +23,11 @@ import java.util.Properties;
|
|||
*/
|
||||
public class MAssetChange extends X_A_Asset_Change
|
||||
{
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 5906751299228645904L;
|
||||
|
||||
/**
|
||||
* Default Constructor
|
||||
* @param ctx context
|
||||
|
|
|
@ -32,6 +32,11 @@ import org.compiere.util.EMail;
|
|||
*/
|
||||
public class MAssetDelivery extends X_A_Asset_Delivery
|
||||
{
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = -1731010685101745675L;
|
||||
|
||||
/**
|
||||
* Constructor
|
||||
* @param ctx context
|
||||
|
|
|
@ -29,6 +29,11 @@ import org.compiere.util.CCache;
|
|||
*/
|
||||
public class MAssetGroup extends X_A_Asset_Group
|
||||
{
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 1364948077775028283L;
|
||||
|
||||
/**
|
||||
* Get from Cache
|
||||
* @param ctx context
|
||||
|
|
|
@ -23,6 +23,10 @@ import java.util.Properties;
|
|||
*/
|
||||
public class MAssetGroupAcct extends X_A_Asset_Group_Acct
|
||||
{
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 1097065220838511473L;
|
||||
/**
|
||||
* Default ConstructorX_A_Asset_Group_Acct
|
||||
* @param ctx context
|
||||
|
|
|
@ -23,6 +23,10 @@ import java.util.Properties;
|
|||
*/
|
||||
public class MAssetTransfer extends X_A_Asset_Transfer
|
||||
{
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 6542200284709386238L;
|
||||
/**
|
||||
* Default ConstructorX_A_Asset_Group_Acct
|
||||
* @param ctx context
|
||||
|
|
|
@ -26,6 +26,11 @@ import org.compiere.util.DB;
|
|||
** @version $Id: X_A_Asset.java,v 1.88 2004/08/27 21:26:37 jjanke Exp $ */
|
||||
public class MAssetUse extends X_A_Asset_Use
|
||||
{
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = -1247516669047870893L;
|
||||
|
||||
public MAssetUse (Properties ctx, int A_Asset_Use_ID, String trxName)
|
||||
{
|
||||
super (ctx, A_Asset_Use_ID, trxName);
|
||||
|
|
|
@ -65,6 +65,12 @@ import org.xml.sax.SAXException;
|
|||
*/
|
||||
public class MAttachment extends X_AD_Attachment
|
||||
{
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = -1948066627503677516L;
|
||||
|
||||
|
||||
/**
|
||||
* Get Attachment
|
||||
* @param ctx context
|
||||
|
|
|
@ -29,6 +29,11 @@ import org.compiere.util.Env;
|
|||
*/
|
||||
public class MAttachmentNote extends X_AD_AttachmentNote
|
||||
{
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 5902789937430504039L;
|
||||
|
||||
/**
|
||||
* Standard Constructor
|
||||
* @param ctx context
|
||||
|
|
|
@ -36,6 +36,12 @@ import org.compiere.util.Env;
|
|||
*/
|
||||
public class MAttribute extends X_M_Attribute
|
||||
{
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 7869800574413317999L;
|
||||
|
||||
|
||||
/**
|
||||
* Get Attributes Of Client
|
||||
* @param ctx Properties
|
||||
|
|
|
@ -28,6 +28,12 @@ import java.util.Properties;
|
|||
*/
|
||||
public class MAttributeInstance extends X_M_AttributeInstance
|
||||
{
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 6154044437449512042L;
|
||||
|
||||
|
||||
/**
|
||||
* Persistency Constructor
|
||||
* @param ctx context
|
||||
|
|
|
@ -34,6 +34,12 @@ import org.compiere.util.DB;
|
|||
*/
|
||||
public class MAttributeSet extends X_M_AttributeSet
|
||||
{
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = -2703536167929259405L;
|
||||
|
||||
|
||||
/**
|
||||
* Get MAttributeSet from Cache
|
||||
* @param ctx context
|
||||
|
|
|
@ -38,6 +38,12 @@ import org.compiere.util.TimeUtil;
|
|||
*/
|
||||
public class MAttributeSetInstance extends X_M_AttributeSetInstance
|
||||
{
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = -7870720973216607658L;
|
||||
|
||||
|
||||
/**
|
||||
* Get Attribute Set Instance from ID or Product
|
||||
* @param ctx context
|
||||
|
|
|
@ -30,6 +30,12 @@ import org.compiere.util.DB;
|
|||
*/
|
||||
public class MAttributeUse extends X_M_AttributeUse
|
||||
{
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 3727204159034073907L;
|
||||
|
||||
|
||||
/**
|
||||
* Persistency Constructor
|
||||
* @param ctx context
|
||||
|
|
|
@ -27,6 +27,11 @@ import java.util.Properties;
|
|||
*/
|
||||
public class MAttributeValue extends X_M_AttributeValue
|
||||
{
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 4105427429027399512L;
|
||||
|
||||
/**
|
||||
* Constructor
|
||||
* @param ctx context
|
||||
|
|
|
@ -34,6 +34,12 @@ import org.compiere.util.Msg;
|
|||
*/
|
||||
public class MBOM extends X_M_BOM
|
||||
{
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = -8885316310068284701L;
|
||||
|
||||
|
||||
/**
|
||||
* Get BOM from Cache
|
||||
* @param ctx context
|
||||
|
|
|
@ -35,6 +35,11 @@ import org.compiere.util.Msg;
|
|||
*/
|
||||
public class MBOMProduct extends X_M_BOMProduct
|
||||
{
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 3431041011059529621L;
|
||||
|
||||
/**
|
||||
* Get Products of BOM
|
||||
* @param bom bom
|
||||
|
|
|
@ -34,6 +34,11 @@ import org.compiere.util.DB;
|
|||
public class MBPBankAccount extends X_C_BP_BankAccount
|
||||
{
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 2580706419593695062L;
|
||||
|
||||
/**
|
||||
* Get Accounst Of BPartner
|
||||
* @param ctx context
|
||||
|
|
|
@ -35,6 +35,11 @@ import org.compiere.util.Env;
|
|||
*/
|
||||
public class MBPGroup extends X_C_BP_Group
|
||||
{
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 3037428352124938328L;
|
||||
|
||||
/**
|
||||
* Get MBPGroup from Cache
|
||||
* @param ctx context
|
||||
|
|
|
@ -44,6 +44,12 @@ import org.compiere.util.Msg;
|
|||
*/
|
||||
public class MBPartner extends X_C_BPartner
|
||||
{
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = -3669895599574182217L;
|
||||
|
||||
|
||||
/**
|
||||
* Get Empty Template Business Partner
|
||||
* @param ctx context
|
||||
|
|
|
@ -33,6 +33,11 @@ import org.compiere.util.DB;
|
|||
*/
|
||||
public class MBPartnerInfo extends X_RV_BPartner
|
||||
{
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 7947336480731180299L;
|
||||
|
||||
/**
|
||||
* Find BPartners
|
||||
* @param ctx context
|
||||
|
|
|
@ -29,6 +29,12 @@ import org.compiere.util.CCache;
|
|||
*/
|
||||
public class MBank extends X_C_Bank
|
||||
{
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 3459010882027283811L;
|
||||
|
||||
|
||||
/**
|
||||
* Get MBank from Cache
|
||||
* @param ctx context
|
||||
|
|
|
@ -31,6 +31,11 @@ import org.compiere.util.Env;
|
|||
*/
|
||||
public class MBankAccount extends X_C_BankAccount
|
||||
{
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = -8742307130542608791L;
|
||||
|
||||
/**
|
||||
* Get BankAccount from Cache
|
||||
* @param ctx context
|
||||
|
|
|
@ -44,6 +44,11 @@ import org.compiere.util.Msg;
|
|||
*/
|
||||
public class MBankStatement extends X_C_BankStatement implements DocAction
|
||||
{
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = -6137737123031721451L;
|
||||
|
||||
/**
|
||||
* Standard Constructor
|
||||
* @param ctx context
|
||||
|
|
|
@ -41,6 +41,11 @@ import org.compiere.util.Msg;
|
|||
*/
|
||||
public class MBankStatementLine extends X_C_BankStatementLine
|
||||
{
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = -7260240724584085587L;
|
||||
|
||||
/**
|
||||
* Standard Constructor
|
||||
* @param ctx context
|
||||
|
|
|
@ -50,7 +50,12 @@ import org.compiere.impexp.BankStatementLoaderInterface;
|
|||
*/
|
||||
public class MBankStatementLoader extends X_C_BankStatementLoader
|
||||
{
|
||||
/** Number of statement lines imported */
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = -4096456424277340847L;
|
||||
|
||||
/** Number of statement lines imported */
|
||||
private int loadCount = 0;
|
||||
|
||||
/** Message will be handled by Adempiere (e.g. translated) */
|
||||
|
|
|
@ -35,6 +35,11 @@ import org.compiere.util.Env;
|
|||
*/
|
||||
public class MBankStatementMatcher extends X_C_BankStatementMatcher
|
||||
{
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = -3756318777177414260L;
|
||||
|
||||
/**
|
||||
* Get Bank Statement Matcher Algorithms
|
||||
* @param ctx context
|
||||
|
|
|
@ -34,6 +34,12 @@ import org.compiere.util.Msg;
|
|||
*/
|
||||
public class MCStage extends X_CM_CStage
|
||||
{
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 1455360873536769969L;
|
||||
|
||||
|
||||
/**
|
||||
* Get Stages
|
||||
* @param project project
|
||||
|
|
|
@ -27,6 +27,11 @@ import java.util.Properties;
|
|||
*/
|
||||
public class MCStageElement extends X_CM_CStage_Element
|
||||
{
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = -8492346668618156066L;
|
||||
|
||||
/***************************************************************************
|
||||
* Standard Constructor
|
||||
*
|
||||
|
|
|
@ -32,6 +32,12 @@ import org.compiere.util.Msg;
|
|||
*/
|
||||
public class MCalendar extends X_C_Calendar
|
||||
{
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 7721451326626542420L;
|
||||
|
||||
|
||||
/**
|
||||
* Get MCalendar from Cache
|
||||
* @param ctx context
|
||||
|
|
|
@ -29,6 +29,11 @@ import java.util.Properties;
|
|||
public class MCampaign extends X_C_Campaign
|
||||
{
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = -5881057827687596119L;
|
||||
|
||||
/**
|
||||
* Standard Constructor
|
||||
* @param ctx context
|
||||
|
|
|
@ -34,6 +34,11 @@ import org.compiere.util.DB;
|
|||
*/
|
||||
public class MCashBook extends X_C_CashBook
|
||||
{
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 4602423783184037174L;
|
||||
|
||||
/**
|
||||
* Get MCashBook from Cache
|
||||
* @param ctx context
|
||||
|
|
|
@ -26,6 +26,11 @@ import java.util.Properties;
|
|||
*/
|
||||
public class MChangeNotice extends X_M_ChangeNotice
|
||||
{
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = -1252425132317509377L;
|
||||
|
||||
/**
|
||||
* Standard Constructor
|
||||
* @param ctx context
|
||||
|
|
|
@ -36,6 +36,12 @@ import org.compiere.util.Env;
|
|||
*/
|
||||
public class MCharge extends X_C_Charge
|
||||
{
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 630271473830196435L;
|
||||
|
||||
|
||||
/**
|
||||
* Get Charge Account
|
||||
* @param C_Charge_ID charge
|
||||
|
|
|
@ -41,6 +41,12 @@ import org.compiere.util.Util;
|
|||
*/
|
||||
public class MChat extends X_CM_Chat
|
||||
{
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = -5053130533036069784L;
|
||||
|
||||
|
||||
/**
|
||||
* Get Chats Of Table - of client in context
|
||||
* @param ctx context
|
||||
|
|
|
@ -27,6 +27,11 @@ import java.util.Properties;
|
|||
*/
|
||||
public class MChatEntry extends X_CM_ChatEntry
|
||||
{
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = -158924400098841023L;
|
||||
|
||||
/**
|
||||
* Standard Constructor
|
||||
* @param ctx cintext
|
||||
|
|
|
@ -29,6 +29,11 @@ import org.compiere.util.CCache;
|
|||
*/
|
||||
public class MChatType extends X_CM_ChatType
|
||||
{
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = -7933150405119053730L;
|
||||
|
||||
/**
|
||||
* Get MChatType from Cache
|
||||
* @param ctx context
|
||||
|
|
|
@ -36,6 +36,12 @@ import org.compiere.util.Env;
|
|||
*/
|
||||
public class MClick extends X_W_Click
|
||||
{
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 850591754099789308L;
|
||||
|
||||
|
||||
/**
|
||||
* Get Unprocessed Clicks
|
||||
* @param ctx context
|
||||
|
|
|
@ -37,6 +37,12 @@ import org.compiere.util.ValueNamePair;
|
|||
*/
|
||||
public class MClickCount extends X_W_ClickCount
|
||||
{
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = -5233509415147834823L;
|
||||
|
||||
|
||||
/**
|
||||
* Standard Constructor
|
||||
* @param ctx context
|
||||
|
|
|
@ -53,6 +53,12 @@ import org.compiere.util.Language;
|
|||
*/
|
||||
public class MClient extends X_AD_Client
|
||||
{
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = -295299248474003249L;
|
||||
|
||||
|
||||
/**
|
||||
* Get client
|
||||
* @param ctx context
|
||||
|
|
|
@ -35,6 +35,12 @@ import org.compiere.util.Env;
|
|||
*/
|
||||
public class MClientInfo extends X_AD_ClientInfo
|
||||
{
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 4861006368856890116L;
|
||||
|
||||
|
||||
/**
|
||||
* Get Client Info
|
||||
* @param ctx context
|
||||
|
|
|
@ -33,6 +33,11 @@ import org.compiere.util.DB;
|
|||
*/
|
||||
public class MClientShare extends X_AD_ClientShare
|
||||
{
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = -8104352403537353753L;
|
||||
|
||||
/**
|
||||
* Is Table Client Level Only
|
||||
* @param AD_Client_ID client
|
||||
|
|
|
@ -36,6 +36,11 @@ import org.compiere.util.DB;
|
|||
*/
|
||||
public class MColor extends X_AD_Color
|
||||
{
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 8672637038417465668L;
|
||||
|
||||
/**
|
||||
* Color Model
|
||||
* @param ctx context
|
||||
|
|
|
@ -33,6 +33,11 @@ import org.compiere.util.Env;
|
|||
*/
|
||||
public class MColorSchema extends X_PA_ColorSchema
|
||||
{
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 4645092884363283719L;
|
||||
|
||||
/**
|
||||
* Get Color
|
||||
* @param ctx context
|
||||
|
|
|
@ -37,6 +37,11 @@ import org.compiere.util.Msg;
|
|||
*/
|
||||
public class MColumn extends X_AD_Column
|
||||
{
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 2954312267794622096L;
|
||||
|
||||
/**
|
||||
* Get MColumn from Cache
|
||||
* @param ctx context
|
||||
|
|
|
@ -32,6 +32,11 @@ import org.compiere.util.Msg;
|
|||
*/
|
||||
public class MColumnAccess extends X_AD_Column_Access
|
||||
{
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = -2362624234744824977L;
|
||||
|
||||
/**
|
||||
* Persistency Constructor
|
||||
* @param ctx context
|
||||
|
|
|
@ -33,6 +33,11 @@ import java.util.logging.Level;
|
|||
*/
|
||||
public class MCommission extends X_C_Commission
|
||||
{
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 1786202619739310928L;
|
||||
|
||||
/**
|
||||
* Standard Constructor
|
||||
* @param ctx context
|
||||
|
|
|
@ -34,6 +34,11 @@ import org.compiere.util.Env;
|
|||
*/
|
||||
public class MCommissionAmt extends X_C_CommissionAmt
|
||||
{
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 1747802539808391638L;
|
||||
|
||||
/**
|
||||
* Standard Constructor
|
||||
* @param ctx context
|
||||
|
|
|
@ -31,6 +31,11 @@ import org.compiere.util.Env;
|
|||
*/
|
||||
public class MCommissionDetail extends X_C_CommissionDetail
|
||||
{
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 1727857992121809494L;
|
||||
|
||||
/**
|
||||
* Persistency Constructor
|
||||
* @param ctx context
|
||||
|
|
|
@ -30,6 +30,11 @@ import org.compiere.util.Env;
|
|||
*/
|
||||
public class MCommissionLine extends X_C_CommissionLine
|
||||
{
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 2167566875518334780L;
|
||||
|
||||
/**
|
||||
* Standard Constructor
|
||||
* @param ctx context
|
||||
|
|
|
@ -34,6 +34,11 @@ import org.compiere.util.Env;
|
|||
*/
|
||||
public class MCommissionRun extends X_C_CommissionRun
|
||||
{
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = -3103035295526318283L;
|
||||
|
||||
/**
|
||||
* Standard Constructor
|
||||
* @param ctx context
|
||||
|
|
|
@ -38,6 +38,11 @@ import org.compiere.util.Env;
|
|||
*/
|
||||
public class MContactInterest extends X_R_ContactInterest
|
||||
{
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = -4720845687902863428L;
|
||||
|
||||
/**
|
||||
* Get Contact Interest
|
||||
* @param ctx context
|
||||
|
|
|
@ -39,6 +39,10 @@ import org.compiere.util.TimeUtil;
|
|||
*/
|
||||
public class MConversionRate extends X_C_Conversion_Rate
|
||||
{
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = -2753651400799848008L;
|
||||
/** Logger */
|
||||
private static CLogger s_log = CLogger.getCLogger (MConversionRate.class);
|
||||
|
||||
|
|
|
@ -30,6 +30,11 @@ import org.compiere.util.DB;
|
|||
*/
|
||||
public class MConversionType extends X_C_ConversionType
|
||||
{
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 7198388106444590667L;
|
||||
|
||||
/**
|
||||
* Get Default Conversion Rate for Client/Org
|
||||
* @param AD_Client_ID client
|
||||
|
|
|
@ -37,6 +37,12 @@ import org.compiere.util.Msg;
|
|||
*/
|
||||
public class MCostElement extends X_M_CostElement
|
||||
{
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 8676787942212800906L;
|
||||
|
||||
|
||||
/**
|
||||
* Get Material Cost Element or create it
|
||||
* @param po parent
|
||||
|
|
|
@ -35,6 +35,12 @@ import org.compiere.util.Env;
|
|||
*/
|
||||
public class MCostQueue extends X_M_CostQueue
|
||||
{
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = -1782836708418500130L;
|
||||
|
||||
|
||||
/**
|
||||
* Get/Create Cost Queue Record.
|
||||
* CostingLevel is not validated
|
||||
|
|
|
@ -28,6 +28,11 @@ import org.compiere.util.Msg;
|
|||
*/
|
||||
public class MCostType extends X_M_CostType
|
||||
{
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = -2060640115481013228L;
|
||||
|
||||
/**
|
||||
* Standard Constructor
|
||||
* @param ctx context
|
||||
|
|
|
@ -27,6 +27,11 @@ import java.util.Properties;
|
|||
*/
|
||||
public class MCounterCount extends X_W_CounterCount
|
||||
{
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = -5348749341548369844L;
|
||||
|
||||
/**
|
||||
* Standard Constructor
|
||||
* @param ctx context
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue