com.ibm.ftt.resources.zos.zosfactory
Interface ZOSResourceIdentifier

All Superinterfaces:
IResourceFilter, com.ibm.ftt.resources.zos.zosfactory.ZOSResourceIdentifierFilter

public interface ZOSResourceIdentifier
extends com.ibm.ftt.resources.zos.zosfactory.ZOSResourceIdentifierFilter

The ZOSResourceIdentifier is a representation of the fully qualified name of a data set or data set member, and used to retrieve z/OS physical resource using ZOSPhysicalResourceFinder.

See Also:
ZOSPhysicalResourceFinder

Field Summary
static String COPY_RIGHT
           
 
Method Summary
 String getDataSetName()
          Returns the data set name
 String getMemberName()
          Returns the data set member name
 String getSystem()
          Returns the display name of the system the resource belongs to.
 void setDataSetName(String dataSetName)
          Sets the data set name
 void setMemberName(String memberName)
          Sets the data set member name.
 void setSystem(String systemName)
          Sets the display name of the system the resource belongs to.
 
Methods inherited from interface com.ibm.ftt.resources.zos.zosfactory.ZOSResourceIdentifierFilter
getDatasetFilter, getFullNameString, getMemberFilter, setDatasetFilter, setMemberFilter
 

Field Detail

COPY_RIGHT

static final String COPY_RIGHT
See Also:
Constant Field Values
Method Detail

getSystem

String getSystem()
Returns the display name of the system the resource belongs to.

Returns:
the display name of the IOSImage associated with the system
See Also:
ZOSResourceIdentifier.setSystem(String)

getDataSetName

String getDataSetName()
Returns the data set name

Returns:
the name of the data set. If this identifier represents a data set member, the name of its parent data set

getMemberName

String getMemberName()
Returns the data set member name

Returns:
the name of the data set member, or null if this identifier represents a data set

setSystem

void setSystem(String systemName)
Sets the display name of the system the resource belongs to.

Parameters:
systemName - the display name of the system
See Also:
ZOSResourceIdentifier.getSystem()

setDataSetName

void setDataSetName(String dataSetName)
Sets the data set name

Parameters:
dataSetName - the name of the data set. If this identifier represents a data set member, the name of its parent data set

setMemberName

void setMemberName(String memberName)
Sets the data set member name. If this identifier represents a data set, this method does not need to be called.

Parameters:
memberName - the name of the data set member, or null if this identifier represents a data set