com.ibm.tws.objects
Interface TWSKey

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
CalendarInPlanKey, CalendarKey, DomainInPlanKey, DomainKey, FileInPlanKey, FlowNodeInPlanKey, FlowNodeKey, FlowTargetKey, JobDefinitionInPlanKey, JobDefinitionKey, PeriodKey, PromptInPlanKey, PromptKey, ResourceInPlanKey, ResourceKey, SymphonyInPlanKey, VariableKey, WindowsUserInPlanKey, WindowsUserKey, WorkstationInPlanKey

public interface TWSKey
extends java.io.Serializable

This interface is implemented by all java objects representing external keys of TWS objects.


Field Summary
static java.lang.String COPYRIGHT
          Copyright.
 
Method Summary
 java.lang.String getName()
          Returns the object name.
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
Copyright.

Method Detail

getName

public java.lang.String getName()
Returns the object name.

Returns:
The object name.


Copyright © 2005 IBM All Rights Reserved.