Class DownloadDetail
- java.lang.Object
-
- org.silverpeas.core.persistence.datasource.model.jpa.AbstractJpaEntity<E,I>
-
- org.silverpeas.core.persistence.datasource.model.jpa.BasicJpaEntity<DownloadDetail,UniqueLongIdentifier>
-
- org.silverpeas.core.sharing.model.DownloadDetail
-
- All Implemented Interfaces:
Serializable
,IdentifiableEntity
@Entity public class DownloadDetail extends BasicJpaEntity<DownloadDetail,UniqueLongIdentifier> implements Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DownloadDetail.QUERY_ORDER_BY
-
Constructor Summary
Constructors Constructor Description DownloadDetail()
DownloadDetail(Ticket ticket, Date downloadDate, String userIP)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Date
getDownloadDate()
String
getKeyFile()
String
getUserIP()
void
setDownloadDate(Date downloadDate)
void
setId(Long id)
void
setKeyFile(Ticket ticket)
void
setUserIP(String userIP)
-
Methods inherited from class org.silverpeas.core.persistence.datasource.model.jpa.BasicJpaEntity
performBeforePersist, performBeforeRemove, performBeforeUpdate
-
Methods inherited from class org.silverpeas.core.persistence.datasource.model.jpa.AbstractJpaEntity
equals, getId, getNativeId, hashCode, isPersisted, setId
-
-
-
-
Method Detail
-
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)
-
-