com.ibm.tws.objects
Interface TWSLink

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ExternalDependency, ExternalDependencyInPlan, FileDependency, FileDependencyInPlan, InternalDependency, InternalDependencyInPlan, InterNetworkDependency, InternetworkDependencyInPlan, PromptDependency, PromptDependencyInPlan, ResourceDependency, ResourceDependencyInPlan, ResourceHolderInPlan, WorkstationLink

public interface TWSLink
extends java.io.Serializable

This interface is implemented by all java objects representing many-to-many associations between TWS objects.


Field Summary
static java.lang.String COPYRIGHT
          Copyright.
 
Method Summary
 Identifier getId()
          Returns the identifier of the object referenced by this link.
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
Copyright.

Method Detail

getId

public Identifier getId()
Returns the identifier of the object referenced by this link.

Returns:
The identifier of the object referenced by this link.


Copyright © 2005 IBM All Rights Reserved.