Package sk.iway.iwcm.io
Class FileHistoryBean
java.lang.Object
sk.iway.iwcm.database.ActiveRecordBase
sk.iway.iwcm.database.ActiveRecord
sk.iway.iwcm.io.FileHistoryBean
- All Implemented Interfaces:
Serializable
FileHistoryBean.java
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintgetId()intbooleanvoidsetChangeDate(Date changeDate) voidsetDeleted(boolean deleted) voidsetFileHistoryId(int fileHistoryId) voidsetFileUrl(String fileUrl) voidsetHistoryPath(String historyPath) voidsetId(int id) voidsetIpAddress(String ipAddress) voidsetUserId(int userId) Methods inherited from class sk.iway.iwcm.database.ActiveRecordBase
delete, get__rowNum__, save, set__rowNum__, toString
-
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:
setIdin classActiveRecord
-
getId
public int getId()- Specified by:
getIdin classActiveRecord
-
getFileUrl
-
setFileUrl
-
getChangeDate
-
setChangeDate
-
getUserId
public int getUserId() -
setUserId
public void setUserId(int userId) -
isDeleted
public boolean isDeleted() -
setDeleted
public void setDeleted(boolean deleted) -
getHistoryPath
-
setHistoryPath
-
getIpAddress
-
setIpAddress
-