Rational Developer for Power Systems Software
V7.6

com.ibm.etools.iseries.comm.interfaces
Class ISeriesFileOverrideInformation

java.lang.Object
  extended by com.ibm.etools.iseries.comm.interfaces.ISeriesFileOverrideInformation

public class ISeriesFileOverrideInformation
extends Object

Override information for an iSeries file. This Java bean encapsulates the data contained in the OS/400 Retrieve File Override Information api's OVRL0100 format.

See Also:
ISeriesRetrieveFileOverrideInformation

Field Summary
static String copyright
           
static String TYPE_BINARY_SYNCHRONOUS_COMMUNICATIONS
          Override type: Binary synchronous communications (BSC)
static String TYPE_COMMUNICATOINS
          Override type: Communications
static String TYPE_DATABASE
          Override type: Database
static String TYPE_DISKETTE
          Override type: Diskette
static String TYPE_DISPLAY
          Override type: Display
static String TYPE_DISTRIBUTED_DATA_MANAGEMENT
          Override type: Distributed data management
static String TYPE_INTERSYSTEM_COMMUNICATIONS_FUNCTION
          Override type: Intersystem communications function
static String TYPE_MIXED
          Override type: Mixed
static String TYPE_PRINTER
          Override type: Printer
static String TYPE_SAVE
          Override type: Save
static String TYPE_TAPE
          Override type: Tape
 
Constructor Summary
ISeriesFileOverrideInformation()
          Constructor for ISeriesFileOverrideInfo.
ISeriesFileOverrideInformation(String file, String fileUsed, String libraryUsed, String overrideType)
           
 
Method Summary
 String getFile()
          Returns the file.
 String getFileUsed()
          Returns the fileUsed.
 String getLibraryUsed()
          Returns the libraryUsed.
 String getMemberUsed()
          Returns the memberUsed.
 String getOverrideType()
          Returns the final override type.
 void setFile(String file)
          Sets the file.
 void setFileUsed(String fileUsed)
          Sets the fileUsed.
 void setLibraryUsed(String libraryUsed)
          Sets the libraryUsed.
 void setMemberUsed(String memberUsed)
          Sets the memberUsed.
 void setOverrideType(String type)
          Sets the override type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

copyright

public static final String copyright
See Also:
Constant Field Values

TYPE_BINARY_SYNCHRONOUS_COMMUNICATIONS

public static final String TYPE_BINARY_SYNCHRONOUS_COMMUNICATIONS
Override type: Binary synchronous communications (BSC)

See Also:
Constant Field Values

TYPE_COMMUNICATOINS

public static final String TYPE_COMMUNICATOINS
Override type: Communications

See Also:
Constant Field Values

TYPE_DATABASE

public static final String TYPE_DATABASE
Override type: Database

See Also:
Constant Field Values

TYPE_DISTRIBUTED_DATA_MANAGEMENT

public static final String TYPE_DISTRIBUTED_DATA_MANAGEMENT
Override type: Distributed data management

See Also:
Constant Field Values

TYPE_DISKETTE

public static final String TYPE_DISKETTE
Override type: Diskette

See Also:
Constant Field Values

TYPE_DISPLAY

public static final String TYPE_DISPLAY
Override type: Display

See Also:
Constant Field Values

TYPE_INTERSYSTEM_COMMUNICATIONS_FUNCTION

public static final String TYPE_INTERSYSTEM_COMMUNICATIONS_FUNCTION
Override type: Intersystem communications function

See Also:
Constant Field Values

TYPE_MIXED

public static final String TYPE_MIXED
Override type: Mixed

See Also:
Constant Field Values

TYPE_PRINTER

public static final String TYPE_PRINTER
Override type: Printer

See Also:
Constant Field Values

TYPE_SAVE

public static final String TYPE_SAVE
Override type: Save

See Also:
Constant Field Values

TYPE_TAPE

public static final String TYPE_TAPE
Override type: Tape

See Also:
Constant Field Values
Constructor Detail

ISeriesFileOverrideInformation

public ISeriesFileOverrideInformation()
Constructor for ISeriesFileOverrideInfo.


ISeriesFileOverrideInformation

public ISeriesFileOverrideInformation(String file,
                                      String fileUsed,
                                      String libraryUsed,
                                      String overrideType)
Method Detail

getFile

public String getFile()
Returns the file.

Returns:
String

getFileUsed

public String getFileUsed()
Returns the fileUsed.

Returns:
String

getLibraryUsed

public String getLibraryUsed()
Returns the libraryUsed.

Returns:
String

getMemberUsed

public String getMemberUsed()
Returns the memberUsed.

Returns:
String

getOverrideType

public String getOverrideType()
Returns the final override type. This field will contain the final override type applied to the file.

See Also:
TYPE_BINARY_SYNCHRONOUS_COMMUNICATIONS, TYPE_COMMUNICATOINS, TYPE_DATABASE, TYPE_DISTRIBUTED_DATA_MANAGEMENT, TYPE_DISKETTE, TYPE_DISPLAY, TYPE_INTERSYSTEM_COMMUNICATIONS_FUNCTION, TYPE_MIXED, TYPE_PRINTER, TYPE_SAVE, TYPE_TAPE

setFile

public void setFile(String file)
Sets the file.

Parameters:
file - The file to set

setFileUsed

public void setFileUsed(String fileUsed)
Sets the fileUsed.

Parameters:
fileUsed - The fileUsed to set

setLibraryUsed

public void setLibraryUsed(String libraryUsed)
Sets the libraryUsed.

Parameters:
libraryUsed - The libraryUsed to set

setMemberUsed

public void setMemberUsed(String memberUsed)
Sets the memberUsed.

Parameters:
memberUsed - The memberUsed to set

setOverrideType

public void setOverrideType(String type)
Sets the override type.

Parameters:
type - The type to set

Rational Developer for Power Systems Software
V7.6

Copyright © 2011 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.