public class MappingInfo
extends java.lang.Object
Constructor and Description |
---|
MappingInfo() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDataset()
The data set contains members to be migrated
|
java.lang.String |
getFullyQualifiedDsn()
Construct a fully qualified data set member
|
java.lang.String |
getHfsPath()
The HFS path to copy the member to
|
java.lang.String |
getMember()
Returns the member to be migrated
|
java.lang.String |
getPdsEncoding()
The encoding to be used to read the contents of the member in
the data set
|
void |
setDataset(java.lang.String dataset)
Sets the data set to be migrated
|
void |
setHfsPath(java.lang.String hfsPath)
Sets the HFS path to copy the member to
|
void |
setMember(java.lang.String member)
Set the member to be migrated
|
void |
setPdsEncoding(java.lang.String pdsEncoding)
Set the encoding to be used to read the contents of the member in
the data set
|
java.lang.String |
toString() |
public java.lang.String getDataset()
public void setDataset(java.lang.String dataset)
dataset
- the data setpublic java.lang.String getMember()
public void setMember(java.lang.String member)
member
- the member namepublic java.lang.String getFullyQualifiedDsn()
public java.lang.String getHfsPath()
public void setHfsPath(java.lang.String hfsPath)
hfsPath
- the HFS pathpublic java.lang.String getPdsEncoding()
public void setPdsEncoding(java.lang.String pdsEncoding)
pdsEncoding
- the encodingpublic java.lang.String toString()
toString
in class java.lang.Object
<IBM Copyright © 2018 IBM Corp. All Rights Reserved.