Package sk.iway.iwcm.sync
Class FileBean
java.lang.Object
sk.iway.iwcm.sync.FileBean
FileBean.java - prenasa info o subore
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlonglonglongvoidsetFilePath(String filePath) voidsetFileSize(long fileSize) voidsetLastModified(long lastModified) voidsetLocalLastModified(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
-