IDEMPIERE-1378:Info Windows : add a button to reset all criteria / regenerate serialVersionUID
This commit is contained in:
parent
0d9069512f
commit
95aef084ec
|
@ -16,7 +16,7 @@ public class InfoBPartnerWindow extends InfoWindow {
|
|||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 126054851491958589L;
|
||||
private static final long serialVersionUID = -5291476382115985651L;
|
||||
|
||||
/**
|
||||
* @param WindowNo
|
||||
|
|
|
@ -12,11 +12,10 @@ import org.compiere.util.Util;
|
|||
*
|
||||
*/
|
||||
public class InfoInOutWindow extends InfoWindow {
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 3027121642718090785L;
|
||||
private static final long serialVersionUID = 1687215125029008351L;
|
||||
|
||||
/**
|
||||
* @param WindowNo
|
||||
|
|
|
@ -15,7 +15,7 @@ public class InfoInvoiceWindow extends InfoWindow {
|
|||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = -5614659763247990639L;
|
||||
private static final long serialVersionUID = -3169476148884310274L;
|
||||
|
||||
/**
|
||||
* @param WindowNo
|
||||
|
|
|
@ -12,11 +12,10 @@ import org.compiere.util.Util;
|
|||
*
|
||||
*/
|
||||
public class InfoOrderWindow extends InfoWindow {
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 1241927188305227636L;
|
||||
private static final long serialVersionUID = -558954356627208290L;
|
||||
|
||||
/**
|
||||
* @param WindowNo
|
||||
|
|
|
@ -12,11 +12,10 @@ import org.compiere.util.Util;
|
|||
*
|
||||
*/
|
||||
public class InfoPaymentWindow extends InfoWindow {
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 1322780214387328688L;
|
||||
private static final long serialVersionUID = -3556977962189259779L;
|
||||
|
||||
/**
|
||||
* @param WindowNo
|
||||
|
|
|
@ -51,7 +51,7 @@ public class InfoProductWindow extends InfoWindow {
|
|||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 4817648658129732541L;
|
||||
private static final long serialVersionUID = -1343685368452976048L;
|
||||
|
||||
private Tabbox tabbedPane;
|
||||
private WListbox warehouseTbl;
|
||||
|
|
|
@ -96,7 +96,7 @@ public class InfoWindow extends InfoPanel implements ValueChangeListener, EventL
|
|||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 5015742153094526149L;
|
||||
private static final long serialVersionUID = 1913208136527058096L;
|
||||
|
||||
protected Grid parameterGrid;
|
||||
private Borderlayout layout;
|
||||
|
|
|
@ -106,7 +106,7 @@ public abstract class InfoPanel extends Window implements EventListener<Event>,
|
|||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = -6885406231649824253L;
|
||||
private static final long serialVersionUID = -6257894588906175658L;
|
||||
|
||||
private final static int DEFAULT_PAGE_SIZE = 100;
|
||||
protected List<Button> btProcessList = new ArrayList<Button>();
|
||||
|
|
Loading…
Reference in New Issue