Class MRfQTopic

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

public class MRfQTopic extends X_C_RfQ_Topic
RfQ Topic Model
Version:
$Id: MRfQTopic.java,v 1.3 2006/07/30 00:51:03 jjanke Exp $
Author:
Jorg Janke
See Also:
  • Constructor Details

    • MRfQTopic

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

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

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

    • getSubscribers

      public MRfQTopicSubscriber[] getSubscribers()
      Get active Topic Subscribers
      Returns:
      array of topic subscribers