Class MResourceAssignment

All Implemented Interfaces:
Serializable, Cloneable, Comparator<Object>, I_Persistent, I_S_ResourceAssignment, Evaluatee

public class MResourceAssignment extends X_S_ResourceAssignment
Resource Assignment Model
Version:
$Id: MResourceAssignment.java,v 1.2 2006/07/30 00:51:03 jjanke Exp $
Author:
Jorg Janke
See Also:
  • Constructor Details

    • MResourceAssignment

      public MResourceAssignment(Properties ctx, String S_ResourceAssignment_UU, String trxName)
      UUID based Constructor
      Parameters:
      ctx - Context
      S_ResourceAssignment_UU - UUID key
      trxName - Transaction
    • MResourceAssignment

      public MResourceAssignment(Properties ctx, int S_ResourceAssignment_ID, String trxName)
      Standard Constructor
      Parameters:
      ctx -
      S_ResourceAssignment_ID -
      trxName -
    • MResourceAssignment

      public MResourceAssignment(Properties ctx, ResultSet rs, String trxName)
      Load Constructor
      Parameters:
      ctx - context
      rs - result set
  • Method Details

    • toString

      public String toString()
      String Representation
      Overrides:
      toString in class X_S_ResourceAssignment
      Returns:
      string
    • beforeDelete

      protected boolean beforeDelete()
      Description copied from class: PO
      Execute before Delete operations.
      Default implementation is nop, to be implemented in sub-classes that needed it.
      Overrides:
      beforeDelete in class PO
      Returns:
      true if record can be deleted