com.ibm.tws.objects.plan.utils
Class PlanGroupFieldManager

java.lang.Object
  extended bycom.ibm.tws.objects.plan.utils.PlanGroupFieldManager

public class PlanGroupFieldManager
extends java.lang.Object

This class represents the manager of the group field. It checks the consistency between the plan objects queried and the group field on which plan objects statistics are requested.


Field Summary
static java.lang.String COPYRIGHT
          Copyright
 
Constructor Summary
PlanGroupFieldManager(java.lang.Class cl, java.lang.String groupField)
          Constructor
 
Method Summary
 boolean isValid()
          This method returns the validation result value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
Copyright

Constructor Detail

PlanGroupFieldManager

public PlanGroupFieldManager(java.lang.Class cl,
                             java.lang.String groupField)
Constructor

Parameters:
cl - Plan object class
groupField - Field on which plan objects statistics are requested
Method Detail

isValid

public boolean isValid()
This method returns the validation result value. True: the group field value is valid for plan object False: the group field value is not valid for plan object

Returns:
the validation result value.


Copyright © 2005 IBM All Rights Reserved.