Class FileBean

java.lang.Object
sk.iway.iwcm.sync.FileBean

public class FileBean extends Object
FileBean.java - prenasa info o subore
  • Constructor Details

    • FileBean

      public FileBean()
  • Method Details

    • getFilePath

      public String getFilePath()
      Returns:
      Returns the filePath.
    • setFilePath

      public void setFilePath(String filePath)
      Parameters:
      filePath - The filePath to set.
    • getLastModified

      public long getLastModified()
      Returns:
      Returns the lastModified.
    • getLastModifiedString

      public String getLastModifiedString()
    • setLastModified

      public void setLastModified(long lastModified)
      Parameters:
      lastModified - The lastModified to set.
    • getLocalLastModified

      public long getLocalLastModified()
      Returns:
      Returns the localLastModified.
    • getLocalLastModifiedString

      public String 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

      public String getFileSizeString()