public class DownloadStatistics extends java.lang.Object implements LocalId, java.lang.Cloneable, java.io.Serializable
This class represents a fragment of a download-related query.
Copyright: Copyright (c) 2002, 2003
Company: Appian Corporation
Constructor and Description |
---|
DownloadStatistics() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone() |
java.lang.String |
getCommunityName()
Returns the value of the community name
|
java.lang.String |
getDocumentExtension()
Gets the value of the document extension
|
java.lang.Long |
getDocumentId()
Gets the value of the document ID
|
java.lang.String |
getDocumentName()
Gets the value of the document name
|
java.sql.Timestamp |
getDownloadDate()
Gets the value of the download date
|
java.lang.Long |
getDownloadDayOfWeek()
Gets the value of the downloaded day of the week
|
java.lang.String |
getDownloader()
Gets the value of the username of the user who performed the download
|
java.lang.Long |
getDownloadHourOfDay()
Gets the value of the downloaded hour of the day
|
java.lang.Long |
getId()
Gets the ID of this
DownloadStatistics object |
java.lang.String |
getKnowledgeCenterName()
Gets the value of the name of the knowledge center
|
java.lang.Long |
getNumberOfDownloads()
Gets the value of the number of downloads
|
boolean |
isDocumentSearchability()
Gets whether the document is searchable
|
boolean |
isFolderSearchability()
Gets whether the folder is searchable
|
boolean |
isKnowledgeCenterSearchability()
Gets whether the knowledge center is searchable
|
void |
setCommunityName(java.lang.String commname_)
Sets the value of the community name
|
void |
setDocumentExtension(java.lang.String ext_)
Sets the value of the document extension
|
void |
setDocumentId(java.lang.Long doid_)
Sets the value of the unique ID of the document
|
void |
setDocumentName(java.lang.String docname_)
Sets the value of the name of the document
|
void |
setDocumentSearchability(boolean b_)
Sets whther the document is searchable
|
void |
setDownloadDate(java.sql.Timestamp dldate_)
Sets the value of the date of the download
|
void |
setDownloadDayOfWeek(java.lang.Long ddow_)
Sets the value of the day of the week of the download
|
void |
setDownloader(java.lang.String downloader_)
Sets the value of the username of the user who performed the download
|
void |
setDownloadHourOfDay(java.lang.Long dhod_)
Sets the value of the downloaded hour of the day
|
void |
setFolderSearchability(boolean b_)
Sets whether the folder is searchable
|
void |
setId(java.lang.Long id_)
Sets the ID of this
DownloadStatistics object |
void |
setKnowledgeCenterName(java.lang.String kcname_)
Sets the value of the name of the knowledge center
|
void |
setKnowledgeCenterSearchability(boolean b_)
Sets whether the knowledge center is searchable
|
void |
setNumberOfDownloads(java.lang.Long num_)
Sets the value of the number of downloads
|
public java.lang.String getCommunityName()
public java.lang.String getDocumentExtension()
public java.lang.Long getDocumentId()
public java.lang.String getDocumentName()
public boolean isDocumentSearchability()
true
if the document is searchable, false
otherwise.public java.sql.Timestamp getDownloadDate()
public java.lang.Long getDownloadDayOfWeek()
public java.lang.Long getDownloadHourOfDay()
public boolean isFolderSearchability()
true
if the folder is searchable, false
otherwise.public java.lang.String getKnowledgeCenterName()
public boolean isKnowledgeCenterSearchability()
true
if the knowledge center is searchable, false
otherwise.public java.lang.Long getNumberOfDownloads()
public java.lang.String getDownloader()
public void setCommunityName(java.lang.String commname_)
commname_
- the value of the community namepublic void setDocumentExtension(java.lang.String ext_)
ext_
- the value of the document extensionpublic void setDocumentId(java.lang.Long doid_)
doid_
- the value of the unique ID of the documentpublic void setDocumentName(java.lang.String docname_)
docname_
- the value of the name of the documentpublic void setDocumentSearchability(boolean b_)
b_
- true
if the document is searchable; false
otherwisepublic void setDownloadDate(java.sql.Timestamp dldate_)
dldate_
- the value of the date of the downloadpublic void setDownloadDayOfWeek(java.lang.Long ddow_)
ddow_
- a number representing the day of the week (1=Sun, 2=Mon, etc)public void setDownloadHourOfDay(java.lang.Long dhod_)
dhod_
- a number representing the hour of the day (in 24h time)public void setFolderSearchability(boolean b_)
b_
- true
if the folder is searchable, false
otherwisepublic void setKnowledgeCenterName(java.lang.String kcname_)
kcname_
- the name of the kcpublic void setKnowledgeCenterSearchability(boolean b_)
b_
- true
if the knowledge center is searchable, false
otherwisepublic void setNumberOfDownloads(java.lang.Long num_)
num_
- the value of the number of downloadspublic void setDownloader(java.lang.String downloader_)
downloader_
- the value of the username of the user who performed the downloadpublic java.lang.Long getId()
DownloadStatistics
objectgetId
in interface LocalId
DownloadStatistics
objectLocalId.setId(Long)
public void setId(java.lang.Long id_)
DownloadStatistics
objectsetId
in interface LocalId
id_
- the ID of this DownloadStatistics
objectLocalId.getId()
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone
in class java.lang.Object
java.lang.CloneNotSupportedException
Copyright © 2003-2024 Appian Corporation. All Rights Reserved.