Class MInvoiceSchedule

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

public class MInvoiceSchedule extends X_C_InvoiceSchedule implements ImmutablePOSupport
Invoicing Schedule Model
Version:
$Id: MInvoiceSchedule.java,v 1.3 2006/07/30 00:51:05 jjanke Exp $
Author:
Jorg Janke
See Also:
  • Constructor Details

    • MInvoiceSchedule

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

      public MInvoiceSchedule(Properties ctx, int C_InvoiceSchedule_ID, String trxName)
      Standard Constructor
      Parameters:
      ctx - context
      C_InvoiceSchedule_ID - id
      trxName - transaction
    • MInvoiceSchedule

      public MInvoiceSchedule(Properties ctx, ResultSet rs, String trxName)
      Load Constructor
      Parameters:
      ctx - context
      rs - result set
      trxName - transaction
    • MInvoiceSchedule

      public MInvoiceSchedule(MInvoiceSchedule copy)
      constructor Copy constructor
      Parameters:
      copy -
    • MInvoiceSchedule

      public MInvoiceSchedule(Properties ctx, MInvoiceSchedule copy)
      Copy constructor
      Parameters:
      ctx -
      copy -
    • MInvoiceSchedule

      public MInvoiceSchedule(Properties ctx, MInvoiceSchedule copy, String trxName)
      Copy constructor
      Parameters:
      ctx -
      copy -
      trxName -
  • Method Details

    • get

      public static MInvoiceSchedule get(int C_InvoiceSchedule_ID, String trxName)
      Get MInvoiceSchedule (Immutable) from Cache
      Parameters:
      C_InvoiceSchedule_ID - id
      trxName - transaction
      Returns:
      MInvoiceSchedule
    • get

      public static MInvoiceSchedule get(int C_InvoiceSchedule_ID)
      Get MInvoiceSchedule (Immutable) from Cache
      Parameters:
      C_InvoiceSchedule_ID - id
      Returns:
      MInvoiceSchedule
    • get

      public static MInvoiceSchedule get(Properties ctx, int C_InvoiceSchedule_ID, String trxName)
      Get MInvoiceSchedule (Immutable) from Cache
      Parameters:
      ctx - context
      C_InvoiceSchedule_ID - id
      trxName - transaction
      Returns:
      MInvoiceSchedule
    • canInvoice

      @Deprecated public boolean canInvoice(Timestamp xDate, BigDecimal orderAmt)
      Deprecated.
      Can I send Invoice
      Parameters:
      xDate - date
      orderAmt - order amount
      Returns:
      true if I can send Invoice
    • canInvoice

      public boolean canInvoice(Timestamp xDate)
      Can I send Invoice
      Parameters:
      xDate - date
      Returns:
      true if I can send Invoice
    • markImmutable

      public MInvoiceSchedule markImmutable()
      Description copied from interface: ImmutablePOSupport
      mark PO as immutable
      Specified by:
      markImmutable in interface ImmutablePOSupport
      Returns:
      PO