com.ibm.tws.objects.plan
Class PlanIdentifier

java.lang.Object
  extended bycom.ibm.tws.objects.types.Identifier
      extended bycom.ibm.tws.objects.plan.PlanIdentifier
All Implemented Interfaces:
java.lang.Comparable, java.io.Serializable

public class PlanIdentifier
extends Identifier
implements java.io.Serializable

This class is a subclass of Identified, used to represent a special kind of it. The Plan Identifier is used to identify the plan currently referenced by clients operations

See Also:
Serialized Form

Field Summary
static java.lang.String COPYRIGHT
          Copyright
 
Constructor Summary
PlanIdentifier(java.lang.String value)
          Creates an Identifier object with the specified value.
 
Methods inherited from class com.ibm.tws.objects.types.Identifier
after, before, compareTo, equals, getValue, hashCode, setValue, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
Copyright

Constructor Detail

PlanIdentifier

public PlanIdentifier(java.lang.String value)
Creates an Identifier object with the specified value.

Parameters:
value - A String that represent the value of the Plan Identifier.


Copyright © 2005 IBM All Rights Reserved.