public class DFULogicalFileWrapper extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
local_clusterName |
protected String |
local_description |
protected String |
local_directory |
protected boolean |
local_fromRoxieCluster |
protected long |
local_intRecordCount |
protected long |
local_intSize |
protected boolean |
local_isDirectory |
protected boolean |
local_isSuperfile |
protected boolean |
local_isZipfile |
protected String |
local_longRecordCount |
protected String |
local_longSize |
protected String |
local_modified |
protected String |
local_name |
protected String |
local_owner |
protected String |
local_parts |
protected String |
local_prefix |
protected String |
local_recordCount |
protected boolean |
local_replicate |
protected String |
local_totalsize |
| Constructor and Description |
|---|
DFULogicalFileWrapper() |
DFULogicalFileWrapper(org.hpccsystems.ws.client.gen.axis2.wsdfuxref.v1_02.DFULogicalFile dfulogicalfile) |
DFULogicalFileWrapper(String _prefix,
String _clusterName,
String _directory,
String _description,
String _parts,
String _name,
String _owner,
String _totalsize,
String _recordCount,
String _modified,
String _longSize,
String _longRecordCount,
boolean _isSuperfile,
boolean _isZipfile,
boolean _isDirectory,
boolean _replicate,
long _intSize,
long _intRecordCount,
boolean _fromRoxieCluster) |
protected String local_prefix
protected String local_clusterName
protected String local_directory
protected String local_description
protected String local_parts
protected String local_name
protected String local_owner
protected String local_totalsize
protected String local_recordCount
protected String local_modified
protected String local_longSize
protected String local_longRecordCount
protected boolean local_isSuperfile
protected boolean local_isZipfile
protected boolean local_isDirectory
protected boolean local_replicate
protected long local_intSize
protected long local_intRecordCount
protected boolean local_fromRoxieCluster
public DFULogicalFileWrapper()
public DFULogicalFileWrapper(org.hpccsystems.ws.client.gen.axis2.wsdfuxref.v1_02.DFULogicalFile dfulogicalfile)
public DFULogicalFileWrapper(String _prefix, String _clusterName, String _directory, String _description, String _parts, String _name, String _owner, String _totalsize, String _recordCount, String _modified, String _longSize, String _longRecordCount, boolean _isSuperfile, boolean _isZipfile, boolean _isDirectory, boolean _replicate, long _intSize, long _intRecordCount, boolean _fromRoxieCluster)
public org.hpccsystems.ws.client.gen.axis2.wsdfuxref.v1_02.DFULogicalFile getRaw()
public void setPrefix(String _prefix)
public String getPrefix()
public void setClusterName(String _clusterName)
public String getClusterName()
public void setDirectory(String _directory)
public String getDirectory()
public void setDescription(String _description)
public String getDescription()
public void setParts(String _parts)
public String getParts()
public void setName(String _name)
public String getName()
public void setOwner(String _owner)
public String getOwner()
public void setTotalsize(String _totalsize)
public String getTotalsize()
public void setRecordCount(String _recordCount)
public String getRecordCount()
public void setModified(String _modified)
public String getModified()
public void setLongSize(String _longSize)
public String getLongSize()
public void setLongRecordCount(String _longRecordCount)
public String getLongRecordCount()
public void setIsSuperfile(boolean _isSuperfile)
public boolean getIsSuperfile()
public void setIsZipfile(boolean _isZipfile)
public boolean getIsZipfile()
public void setIsDirectory(boolean _isDirectory)
public boolean getIsDirectory()
public void setReplicate(boolean _replicate)
public boolean getReplicate()
public void setIntSize(long _intSize)
public long getIntSize()
public void setIntRecordCount(long _intRecordCount)
public long getIntRecordCount()
public void setFromRoxieCluster(boolean _fromRoxieCluster)
public boolean getFromRoxieCluster()
Copyright © 2021. All rights reserved.