Class X_U_BlackListCheque

java.lang.Object
org.compiere.model.PO
org.compiere.model.X_U_BlackListCheque
All Implemented Interfaces:
Serializable, Cloneable, Comparator<Object>, I_Persistent, I_U_BlackListCheque, Evaluatee
Direct Known Subclasses:
MBlackListCheque

public class X_U_BlackListCheque extends PO implements I_U_BlackListCheque, I_Persistent
Generated Model for U_BlackListCheque
Version:
Release 11 - $Id$
Author:
iDempiere (generated)
See Also:
  • Constructor Details

    • X_U_BlackListCheque

      public X_U_BlackListCheque(Properties ctx, int U_BlackListCheque_ID, String trxName)
      Standard Constructor
    • X_U_BlackListCheque

      public X_U_BlackListCheque(Properties ctx, int U_BlackListCheque_ID, String trxName, String... virtualColumns)
      Standard Constructor
    • X_U_BlackListCheque

      public X_U_BlackListCheque(Properties ctx, String U_BlackListCheque_UU, String trxName)
      Standard Constructor
    • X_U_BlackListCheque

      public X_U_BlackListCheque(Properties ctx, String U_BlackListCheque_UU, String trxName, String... virtualColumns)
      Standard Constructor
    • X_U_BlackListCheque

      public X_U_BlackListCheque(Properties ctx, ResultSet rs, String trxName)
      Load Constructor
  • Method Details