Class MEXPFormatLine

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

public class MEXPFormatLine extends X_EXP_FormatLine implements ImmutablePOSupport
Author:
Trifon N. Trifonov
See Also:
  • Constructor Details

    • MEXPFormatLine

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

      public MEXPFormatLine(Properties ctx, int EXP_FormatLine_ID, String trxName)
      Parameters:
      ctx -
      EXP_FormatLine_ID -
      trxName -
    • MEXPFormatLine

      public MEXPFormatLine(Properties ctx, ResultSet rs, String trxName)
      Parameters:
      ctx -
      rs -
      trxName -
    • MEXPFormatLine

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

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

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