public class FileInfo extends DynamicData
| Modifier and Type | Field and Description |
|---|---|
Long |
fileSize |
Calendar |
modification |
String |
owner |
String |
path |
dynamicProperty, dynamicType| Constructor and Description |
|---|
FileInfo() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getFileSize() |
Calendar |
getModification() |
String |
getOwner() |
String |
getPath() |
void |
setFileSize(Long fileSize) |
void |
setModification(Calendar modification) |
void |
setOwner(String owner) |
void |
setPath(String path) |
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicTypepublic String path
public Long fileSize
public Calendar modification
public String owner
public String getPath()
public Long getFileSize()
public Calendar getModification()
public String getOwner()
public void setPath(String path)
public void setFileSize(Long fileSize)
public void setModification(Calendar modification)
public void setOwner(String owner)
Copyright © 2011-2012. All Rights Reserved.