|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FileRowData
Method Summary | |
---|---|
long |
getCreated()
Returns the time that the file was created. |
java.lang.String |
getHref()
Returns the context-relative url to retrieve the file. |
long |
getLastModified()
Returns the time that the file was last modified. |
long |
getLength()
Returns the length of the file. |
java.lang.String |
getName()
Returns the name of the file. |
java.lang.String |
getType()
Returns the type of the file. |
Method Detail |
---|
java.lang.String getName()
java.lang.String getHref()
long getLength()
long getLastModified()
long
value representing the time the file was
last modified, measured in milliseconds since the epoch
(00:00:00 GMT, January 1, 1970)long getCreated()
long
value representing the time the file was
created, measured in milliseconds since the epoch
(00:00:00 GMT, January 1, 1970)java.lang.String getType()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |