Rational Developer for Power Systems Software
V7.6

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

java.lang.Object
  extended by com.ibm.etools.iseries.comm.interfaces.ISeriesHostProcedureBasic
All Implemented Interfaces:
IISeriesHostProcedureBasic
Direct Known Subclasses:
ISeriesHostProcedure

public class ISeriesHostProcedureBasic
extends Object
implements IISeriesHostProcedureBasic

This JavaBean represents the information that can be retrieved for a procedure contained in an an OS/400 *MODULE object.


Field Summary
static String copyright
           
 
Constructor Summary
ISeriesHostProcedureBasic()
           
 
Method Summary
 boolean getIfExportedFromServiceProgram()
          Return if this procedure is exported from service program.
 String getProcedureName()
          Return the name of the procedure.
 void setIfExportedFromServiceProgram(boolean flag)
          Set if this procedure is exported from service program.
 void setProcedureName(String name)
          Set the name of the procedure.
 
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
Constructor Detail

ISeriesHostProcedureBasic

public ISeriesHostProcedureBasic()
Method Detail

getProcedureName

public String getProcedureName()
Description copied from interface: IISeriesHostProcedureBasic
Return the name of the procedure.

Specified by:
getProcedureName in interface IISeriesHostProcedureBasic

setProcedureName

public void setProcedureName(String name)
Description copied from interface: IISeriesHostProcedureBasic
Set the name of the procedure.

Specified by:
setProcedureName in interface IISeriesHostProcedureBasic

getIfExportedFromServiceProgram

public boolean getIfExportedFromServiceProgram()
Description copied from interface: IISeriesHostProcedureBasic
Return if this procedure is exported from service program.

Specified by:
getIfExportedFromServiceProgram in interface IISeriesHostProcedureBasic

setIfExportedFromServiceProgram

public void setIfExportedFromServiceProgram(boolean flag)
Description copied from interface: IISeriesHostProcedureBasic
Set if this procedure is exported from service program.

Specified by:
setIfExportedFromServiceProgram in interface IISeriesHostProcedureBasic

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.