Class DownloadStatistics

java.lang.Object
com.appiancorp.suiteapi.collaboration.DownloadStatistics
All Implemented Interfaces:
LocalId, Serializable, Cloneable

public class DownloadStatistics extends Object implements LocalId, Cloneable, Serializable

This class represents a fragment of a download-related query.

Copyright: Copyright (c) 2002, 2003

Company: Appian Corporation

See Also:
  • Constructor Details

    • DownloadStatistics

      public DownloadStatistics()
  • Method Details

    • getCommunityName

      public String getCommunityName()
      Returns the value of the community name
      Returns:
      the value of the community name
    • getDocumentExtension

      public String getDocumentExtension()
      Gets the value of the document extension
      Returns:
      the value of the document extension
    • getDocumentId

      public Long getDocumentId()
      Gets the value of the document ID
      Returns:
      the value of the document ID
    • getDocumentName

      public String getDocumentName()
      Gets the value of the document name
      Returns:
      the value of the document name
    • isDocumentSearchability

      public boolean isDocumentSearchability()
      Gets whether the document is searchable
      Returns:
      true if the document is searchable, false otherwise.
    • getDownloadDate

      public Timestamp getDownloadDate()
      Gets the value of the download date
      Returns:
      the value of the download date
    • getDownloadDayOfWeek

      public Long getDownloadDayOfWeek()
      Gets the value of the downloaded day of the week
      Returns:
      a number representing the day of the week (1=Sun, 2=Mon, etc)
    • getDownloadHourOfDay

      public Long getDownloadHourOfDay()
      Gets the value of the downloaded hour of the day
      Returns:
      a number representing the hour of the day (in 24h time)
    • isFolderSearchability

      public boolean isFolderSearchability()
      Gets whether the folder is searchable
      Returns:
      true if the folder is searchable, false otherwise.
    • getKnowledgeCenterName

      public String getKnowledgeCenterName()
      Gets the value of the name of the knowledge center
      Returns:
      the value of the name of the knowledge center
    • isKnowledgeCenterSearchability

      public boolean isKnowledgeCenterSearchability()
      Gets whether the knowledge center is searchable
      Returns:
      true if the knowledge center is searchable, false otherwise.
    • getNumberOfDownloads

      public Long getNumberOfDownloads()
      Gets the value of the number of downloads
      Returns:
      the value of the number of downloads
    • getDownloader

      public String getDownloader()
      Gets the value of the username of the user who performed the download
      Returns:
      the value of the username of the user who performed the download
    • setCommunityName

      public void setCommunityName(String commname_)
      Sets the value of the community name
      Parameters:
      commname_ - the value of the community name
    • setDocumentExtension

      public void setDocumentExtension(String ext_)
      Sets the value of the document extension
      Parameters:
      ext_ - the value of the document extension
    • setDocumentId

      public void setDocumentId(Long doid_)
      Sets the value of the unique ID of the document
      Parameters:
      doid_ - the value of the unique ID of the document
    • setDocumentName

      public void setDocumentName(String docname_)
      Sets the value of the name of the document
      Parameters:
      docname_ - the value of the name of the document
    • setDocumentSearchability

      public void setDocumentSearchability(boolean b_)
      Sets whther the document is searchable
      Parameters:
      b_ - true if the document is searchable; false otherwise
    • setDownloadDate

      public void setDownloadDate(Timestamp dldate_)
      Sets the value of the date of the download
      Parameters:
      dldate_ - the value of the date of the download
    • setDownloadDayOfWeek

      public void setDownloadDayOfWeek(Long ddow_)
      Sets the value of the day of the week of the download
      Parameters:
      ddow_ - a number representing the day of the week (1=Sun, 2=Mon, etc)
    • setDownloadHourOfDay

      public void setDownloadHourOfDay(Long dhod_)
      Sets the value of the downloaded hour of the day
      Parameters:
      dhod_ - a number representing the hour of the day (in 24h time)
    • setFolderSearchability

      public void setFolderSearchability(boolean b_)
      Sets whether the folder is searchable
      Parameters:
      b_ - true if the folder is searchable, false otherwise
    • setKnowledgeCenterName

      public void setKnowledgeCenterName(String kcname_)
      Sets the value of the name of the knowledge center
      Parameters:
      kcname_ - the name of the kc
    • setKnowledgeCenterSearchability

      public void setKnowledgeCenterSearchability(boolean b_)
      Sets whether the knowledge center is searchable
      Parameters:
      b_ - true if the knowledge center is searchable, false otherwise
    • setNumberOfDownloads

      public void setNumberOfDownloads(Long num_)
      Sets the value of the number of downloads
      Parameters:
      num_ - the value of the number of downloads
    • setDownloader

      public void setDownloader(String downloader_)
      Sets the value of the username of the user who performed the download
      Parameters:
      downloader_ - the value of the username of the user who performed the download
    • getId

      public Long getId()
      Gets the ID of this DownloadStatistics object
      Specified by:
      getId in interface LocalId
      Returns:
      the ID of this DownloadStatistics object
      See Also:
    • setId

      public void setId(Long id_)
      Sets the ID of this DownloadStatistics object
      Specified by:
      setId in interface LocalId
      Parameters:
      id_ - the ID of this DownloadStatistics object
      See Also:
    • clone

      public Object clone() throws CloneNotSupportedException
      Overrides:
      clone in class Object
      Throws:
      CloneNotSupportedException