Class X_C_Location

java.lang.Object
org.compiere.model.PO
org.compiere.model.X_C_Location
All Implemented Interfaces:
Serializable, Cloneable, Comparator<Object>, I_C_Location, I_Persistent, Evaluatee
Direct Known Subclasses:
MLocation

public class X_C_Location extends PO implements I_C_Location, I_Persistent
Generated Model for C_Location
Version:
Release 13 - $Id$
Author:
iDempiere (generated)
See Also:
  • Constructor Details

    • X_C_Location

      public X_C_Location(Properties ctx, int C_Location_ID, String trxName)
      Standard Constructor
    • X_C_Location

      public X_C_Location(Properties ctx, int C_Location_ID, String trxName, String... virtualColumns)
      Standard Constructor
    • X_C_Location

      public X_C_Location(Properties ctx, String C_Location_UU, String trxName)
      Standard Constructor
    • X_C_Location

      public X_C_Location(Properties ctx, String C_Location_UU, String trxName, String... virtualColumns)
      Standard Constructor
    • X_C_Location

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