com.ibm.websphere.filetransfer
Class FileServiceMXBean.MetaData
- java.lang.Object
com.ibm.websphere.filetransfer.FileServiceMXBean.MetaData
Enclosing interface:
- public static class FileServiceMXBean.MetaData
- extends java.lang.Object
Constructor Summary
Constructor and Description |
---|
FileServiceMXBean.MetaData(java.lang.Boolean directory,java.util.Date lastModified,java.lang.Long size,java.lang.Boolean readOnly,java.lang.String fileName)
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getDirectory()
Boolean value indicating whether or not the entity is a directory.
|
|
getFileName()
|
|
getLastModified()
|
|
getReadOnly()
Boolean value indicating whether or not the entity is read-only.
|
|
getSize()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail
FileServiceMXBean.MetaData
- @ConstructorProperties(value={"directory","lastModified","size","readOnly","fileName"}) public FileServiceMXBean.MetaData( java.lang.Boolean directory,
- java.util.Date lastModified,
- java.lang.Long size,
- java.lang.Boolean readOnly,
- java.lang.String fileName)
Method Detail
getDirectory
- public java.lang.Boolean getDirectory( )
Boolean value indicating whether or not the entity is a directory.
Returns:
true
if the entity is a directory, false
otherwise. getLastModified
- public java.util.Date getLastModified( )
Returns:
Date object representing the time the entity was last modified
getSize
- public java.lang.Long getSize()
Returns:
Long object indicating the size of the entity.
getReadOnly
- public java.lang.Boolean getReadOnly( )
Boolean value indicating whether or not the entity is read-only.
Returns:
true
if the entity is read-only, false
otherwise. getFileName
- public java.lang.String getFileName( )
Returns:
String value indicating the entity's absolute path.