com.silverpeas.sharing.model
Class DownloadDetail

java.lang.Object
  extended by com.silverpeas.sharing.model.DownloadDetail
All Implemented Interfaces:
Serializable

@Entity
public class DownloadDetail
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
DownloadDetail()
           
DownloadDetail(Ticket ticket, Date downloadDate, String userIP)
           
 
Method Summary
 Date getDownloadDate()
           
 Long getId()
           
 String getKeyFile()
           
 String getUserIP()
           
 void setDownloadDate(Date downloadDate)
           
 void setId(Long id)
           
 void setKeyFile(Ticket ticket)
           
 void setUserIP(String userIP)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DownloadDetail

public DownloadDetail()

DownloadDetail

public DownloadDetail(Ticket ticket,
                      Date downloadDate,
                      String userIP)
Method Detail

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.