com.ibm.tws.objects
Interface TWSHeader

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
CalendarHeader, Domain, DomainInPlan, FileInPlan, FlowNodeHeader, FlowNodeInPlan, FlowTargetHeader, JobDefinitionHeader, JobDefinitionInPlanHeader, JobHistoryRun, JobStatistics, OperatorInstructionInPlan, PeriodHeader, Prompt, PromptInPlan, ResourceHeader, ResourceInPlan, RunCycle, SymphonyInPlan, Variable, WindowsUser, WindowsUserInPlan, WorkstationInPlan

public interface TWSHeader
extends java.io.Serializable

This interface is implemented by all java objects representing headers of TWS objects. A TWS header is a lightweight representation of a TWS object, including fields shown in object lists by TWS interfaces only.


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.
 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.

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.