public interface IFeedFile extends java.lang.Comparable<IFeedFile>
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getContentType()
Used to get the content type
|
java.lang.String |
getDescription()
Used to get the description of the file
|
java.io.File |
getFile()
Used to get the location of the file
|
java.util.Date |
getLastModified()
Used to get the date the file was last modified
|
java.net.URL |
getLink()
Used to get the URL of the file
|
java.lang.String |
getTitle()
Used to get the title of the file
|
java.lang.String getContentType()
java.io.File getFile()
java.util.Date getLastModified()
java.lang.String getTitle()
java.net.URL getLink()
java.lang.String getDescription()