Class X_A_Asset_Info_Ins

java.lang.Object
org.compiere.model.PO
org.compiere.model.X_A_Asset_Info_Ins
All Implemented Interfaces:
Serializable, Cloneable, Comparator<Object>, I_A_Asset_Info_Ins, I_Persistent, Evaluatee

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

    • X_A_Asset_Info_Ins

      public X_A_Asset_Info_Ins(Properties ctx, int A_Asset_Info_Ins_ID, String trxName)
      Standard Constructor
    • X_A_Asset_Info_Ins

      public X_A_Asset_Info_Ins(Properties ctx, int A_Asset_Info_Ins_ID, String trxName, String... virtualColumns)
      Standard Constructor
    • X_A_Asset_Info_Ins

      public X_A_Asset_Info_Ins(Properties ctx, String A_Asset_Info_Ins_UU, String trxName)
      Standard Constructor
    • X_A_Asset_Info_Ins

      public X_A_Asset_Info_Ins(Properties ctx, String A_Asset_Info_Ins_UU, String trxName, String... virtualColumns)
      Standard Constructor
    • X_A_Asset_Info_Ins

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