com.silverpeas.sharing.model
Class DownloadDetail
java.lang.Object
com.silverpeas.sharing.model.DownloadDetail
- All Implemented Interfaces:
- Serializable
@Entity
public class DownloadDetail
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DownloadDetail
public DownloadDetail()
DownloadDetail
public DownloadDetail(Ticket ticket,
Date downloadDate,
String userIP)
getId
public Long getId()
setId
public void setId(Long id)
getKeyFile
public String getKeyFile()
setKeyFile
public void setKeyFile(Ticket ticket)
getDownloadDate
public Date getDownloadDate()
setDownloadDate
public void setDownloadDate(Date downloadDate)
getUserIP
public String getUserIP()
setUserIP
public void setUserIP(String userIP)
Copyright © 2016 Silverpeas. All Rights Reserved.