com.ibm.xsp.model
Interface FileRowData

All Known Implementing Classes:
DominoDocument.AttachmentValueHolder

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

getName

java.lang.String getName()
Returns the name of the file.

Returns:
The name of the file

getHref

java.lang.String getHref()
Returns the context-relative url to retrieve the file.

Returns:
The context-relative url to retrieve the file

getLength

long getLength()
Returns the length of the file.

Returns:
The length, in bytes, of the file

getLastModified

long getLastModified()
Returns the time that the file was last modified.

Returns:
A long value representing the time the file was last modified, measured in milliseconds since the epoch (00:00:00 GMT, January 1, 1970)

getCreated

long getCreated()
Returns the time that the file was created.

Returns:
A long value representing the time the file was created, measured in milliseconds since the epoch (00:00:00 GMT, January 1, 1970)

getType

java.lang.String getType()
Returns the type of the file.

Returns:
The type of the file