public class FileAccessObject
extends java.lang.Object
Constructor and Description |
---|
FileAccessObject() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDeviceExport()
The mount point on which the object is located.
|
java.lang.String |
getName()
The internal name given to the object.
|
java.lang.String |
getOwner()
The UID of the Unix owner of the file representing the object.
|
java.lang.String |
getRelativePath()
The path to the object relative to its mount point.
|
void |
setDeviceExport(java.lang.String deviceExport) |
void |
setName(java.lang.String name) |
void |
setOwner(java.lang.String owner) |
void |
setRelativePath(java.lang.String relativePath) |
public java.lang.String getName()
public void setName(java.lang.String name)
public java.lang.String getDeviceExport()
public void setDeviceExport(java.lang.String deviceExport)
public java.lang.String getRelativePath()
public void setRelativePath(java.lang.String relativePath)
public java.lang.String getOwner()
public void setOwner(java.lang.String owner)