Class FileHistoryBean

All Implemented Interfaces:
Serializable

@Entity public class FileHistoryBean extends ActiveRecord implements Serializable
FileHistoryBean.java
See Also:
  • Constructor Details

    • FileHistoryBean

      public FileHistoryBean()
  • Method Details

    • getFileHistoryId

      public int getFileHistoryId()
    • setFileHistoryId

      public void setFileHistoryId(int fileHistoryId)
    • setId

      public void setId(int id)
      Specified by:
      setId in class ActiveRecord
    • getId

      public int getId()
      Specified by:
      getId in class ActiveRecord
    • getFileUrl

      public String getFileUrl()
    • setFileUrl

      public void setFileUrl(String fileUrl)
    • getChangeDate

      public Date getChangeDate()
    • setChangeDate

      public void setChangeDate(Date changeDate)
    • getUserId

      public int getUserId()
    • setUserId

      public void setUserId(int userId)
    • isDeleted

      public boolean isDeleted()
    • setDeleted

      public void setDeleted(boolean deleted)
    • getHistoryPath

      public String getHistoryPath()
    • setHistoryPath

      public void setHistoryPath(String historyPath)
    • getIpAddress

      public String getIpAddress()
    • setIpAddress

      public void setIpAddress(String ipAddress)