com.ptc.netmarkets.nmixb
Class RuleChangesCopyHelper.RuleProxy

java.lang.Object
  extended bycom.ptc.netmarkets.nmixb.RuleChangesCopyHelper.RuleProxy
Direct Known Subclasses:
RuleChangesCopyHelper.InstanceBasedRuleProxy, RuleChangesCopyHelper.TypeBasedRuleProxy
Enclosing class:
RuleChangesCopyHelper

private class RuleChangesCopyHelper.RuleProxy
extends Object


Field Summary
(package private)  boolean isDefault
           
(package private)  boolean isEnabled
           
(package private)  String ruleContents
           
(package private)  String ruleName
           
(package private)  RuleType type
           
 
Constructor Summary
(package private) RuleChangesCopyHelper.RuleProxy(Rule origRule)
           
 
Method Summary
private  void initBaseRuleInfo(Rule rule)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

RuleType type

ruleName

String ruleName

ruleContents

String ruleContents

isDefault

boolean isDefault

isEnabled

boolean isEnabled
Constructor Detail

RuleChangesCopyHelper.RuleProxy

RuleChangesCopyHelper.RuleProxy(Rule origRule)
                          throws WTException
Method Detail

initBaseRuleInfo

private void initBaseRuleInfo(Rule rule)
                       throws WTException
Throws:
WTException