com.ibm.tws.objects
Interface TWSObject

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
Calendar, Domain, DomainInPlan, FileInPlan, FlowNode, FlowNodeInPlan, FlowTarget, JobDefinition, JobDefinitionInPlan, JobHistoryRun, JobStatistics, OperatorInstructionInPlan, Period, Prompt, PromptInPlan, Resource, ResourceInPlan, RunCycle, SymphonyInPlan, Variable, WindowsUser, WindowsUserInPlan, WorkstationInPlan

public interface TWSObject
extends java.io.Serializable

This interface is implemented by all java objects representing TWS business objects.


Field Summary
static java.lang.String COPYRIGHT
          Copyright.
 
Method Summary
 Identifier getId()
          Returns the object identifier.
 LockData getLockData()
          Returns the object lock data.
 ModifyData getModifyData()
          Returns the object modification data.
 java.lang.String getName()
          Returns the object name.
 TWSHeader getObjectHeader()
          Returns the object header.
 TWSKey getObjectKey()
          Returns the object key.
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
Copyright.

Method Detail

getId

public Identifier getId()
Returns the object identifier.

Returns:
The object identifier.

getName

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

Returns:
The object name.

getObjectKey

public TWSKey getObjectKey()
Returns the object key.

Returns:
The object key.

getObjectHeader

public TWSHeader getObjectHeader()
Returns the object header.

Returns:
The object header.

getModifyData

public ModifyData getModifyData()
Returns the object modification data.

Returns:
The object modification data.

getLockData

public LockData getLockData()
Returns the object lock data.

Returns:
The object lock data.


Copyright © 2005 IBM All Rights Reserved.