Class MCTEDestinatario

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

public class MCTEDestinatario extends X_CTE_Destinatario
See Also:
  • Constructor Details

    • MCTEDestinatario

      public MCTEDestinatario(Properties ctx, int CTE_Destinatario_ID, String trxName)
    • MCTEDestinatario

      public MCTEDestinatario(Properties ctx, ResultSet rs, String trxName)
    • MCTEDestinatario

      public MCTEDestinatario(MCTEInfo cteInf)
  • Method Details

    • beforeSave

      protected boolean beforeSave(boolean newRecord)
      Description copied from class: PO
      Called before Save for Pre-Save Operation.
      Default implementation is nop, to be implemented in sub-classes that needed it.
      Overrides:
      beforeSave in class PO
      Parameters:
      newRecord - true if it is a new record
      Returns:
      true if record can be saved
    • getHeaderOrgID

      public int getHeaderOrgID()
    • getHeaderBPID

      public int getHeaderBPID()