Package sk.iway.iwcm.update
Class FileBean
java.lang.Object
sk.iway.iwcm.update.FileBean
FileBean.java - info o subore, kopia sk.iway.updater.FileBean aby sa nemusel pribalovat updater package
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
long
long
void
setFilePath
(String filePath) void
setFileSize
(long fileSize) void
setLastModified
(long lastModified) void
setLocalLastModified
(long localLastModified)
-
Constructor Details
-
FileBean
public FileBean()
-
-
Method Details
-
getFilePath
- Returns:
- Returns the filePath.
-
setFilePath
- Parameters:
filePath
- The filePath to set.
-
getLastModified
public long getLastModified()- Returns:
- Returns the lastModified.
-
getLastModifiedString
-
setLastModified
public void setLastModified(long lastModified) - Parameters:
lastModified
- The lastModified to set.
-
getLocalLastModified
public long getLocalLastModified()- Returns:
- Returns the localLastModified.
-
getLocalLastModifiedString
-
setLocalLastModified
public void setLocalLastModified(long localLastModified) - Parameters:
localLastModified
- The localLastModified to set.
-
getFileSize
public long getFileSize()- Returns:
- Returns the fileSize.
-
setFileSize
public void setFileSize(long fileSize) - Parameters:
fileSize
- The fileSize to set.
-
getFileSizeString
-