public final class FileExport extends Object
Constructor and Description |
---|
FileExport(String key,
String absolutePath)
Constructor that uses the file name and absolute path of the file to be exported.
|
Modifier and Type | Method and Description |
---|---|
String |
getAbsolutePath()
Returns the absolute path of the exported file.
|
String |
getDimensionName()
Returns the dimension name of the exported file.
|
String |
getKey()
Returns name of the file to be exported.
|
String |
getLabel()
Returns the dimension label to be exported.
|
void |
setAbsolutePath(String absolutePath)
Sets the absolute path of the exported file.
|
void |
setDimensionName(String dimensionName)
Sets the dimension name for the exported file.
|
void |
setKey(String key)
Sets name to the file to be exported.
|
void |
setLabel(String labelFile)
Sets the dimension label to file exported.
|
public String getKey()
public void setKey(String key)
public String getAbsolutePath()
public void setAbsolutePath(String absolutePath)
public void setDimensionName(String dimensionName)
public String getDimensionName()
public String getLabel()
public void setLabel(String labelFile)
labelFile
- label will be set to exported file.