wt.fv
Class FvPolicyRuleHelper.FvRuleDepItem

java.lang.Object
  extended bywt.fv.FvPolicyRuleHelper.FvRuleDepItem
Enclosing class:
FvPolicyRuleHelper

private class FvPolicyRuleHelper.FvRuleDepItem
extends Object


Field Summary
 Vector depItems
           
 boolean moved
           
 int parentCount
           
 FvPolicyRule rule
           
 
Constructor Summary
FvPolicyRuleHelper.FvRuleDepItem(FvPolicyRule a_rule)
           
 
Method Summary
 void addDepItemIdx(int idx)
           
 void decrementParentCount()
           
 Vector getDepItemsIdx()
           
 FvPolicyRule getFvPolicyRule()
           
 int getParentCount()
           
 void incrementParentCount()
           
 boolean isMoved()
           
 void setMoved(boolean move)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

rule

public FvPolicyRule rule

depItems

public Vector depItems

parentCount

public int parentCount

moved

public boolean moved
Constructor Detail

FvPolicyRuleHelper.FvRuleDepItem

public FvPolicyRuleHelper.FvRuleDepItem(FvPolicyRule a_rule)
Method Detail

getParentCount

public int getParentCount()

incrementParentCount

public void incrementParentCount()

decrementParentCount

public void decrementParentCount()

getFvPolicyRule

public FvPolicyRule getFvPolicyRule()

getDepItemsIdx

public Vector getDepItemsIdx()

addDepItemIdx

public void addDepItemIdx(int idx)

setMoved

public void setMoved(boolean move)

isMoved

public boolean isMoved()