Class MStyleLine

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

public class MStyleLine extends X_AD_StyleLine implements ImmutablePOSupport
Lines for MStyle
Author:
hengsin
See Also:
  • Constructor Details

    • MStyleLine

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

      public MStyleLine(Properties ctx, int AD_StyleLine_ID, String trxName)
      Parameters:
      ctx -
      AD_StyleLine_ID -
      trxName -
    • MStyleLine

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

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

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

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