Class UploadStatistics

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

public class UploadStatistics extends Object implements LocalId, Cloneable

This class represents a fragment of an upload-related query.

Copyright: Copyright (c) 2002, 2003

Company: Appian Corporation

See Also:
  • Constructor Details

    • UploadStatistics

      public UploadStatistics()
  • 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
    • getKnowledgeCenterName

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

      public Long getNumberOfDocumentsUploaded()
      Gets the value of the number of documents uploaded
      Returns:
      the value of the number of documents uploaded
    • getNumberOfUploads

      public Long getNumberOfUploads()
      Gets the value of the number of uploads
      Returns:
      the value of the number of uploads
    • getUploadDate

      public Timestamp getUploadDate()
      Gets the value of the date of the upload
      Returns:
      the value of the date of the upload
    • getUploadDayOfWeek

      public Long getUploadDayOfWeek()
      Gets the value of the day of the week of the upload
      Returns:
      a number representing the day of the week
    • getUploadHourOfDay

      public Long getUploadHourOfDay()
      Gets the value of the hour of the day of the upload
      Returns:
      a number representing the hour of the day (in 24h format)
    • 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
    • setKnowledgeCenterName

      public void setKnowledgeCenterName(String kcname)
      Sets the value of the name of the knowledge center
      Parameters:
      kcname - the value of the name of the knowledge center
    • setNumberOfDocumentsUploaded

      public void setNumberOfDocumentsUploaded(Long num)
      Sets the value of the number of documents uploaded
      Parameters:
      num - the value of the number of documents uploaded
    • setNumberOfUploads

      public void setNumberOfUploads(Long num)
      Sets the value of the number of uploads
      Parameters:
      num - the value of the number of uploads
    • setUploadDate

      public void setUploadDate(Timestamp uldate)
      Sets the value of the date of the upload
      Parameters:
      uldate - the value of the date of the upload
    • setUploadDayOfWeek

      public void setUploadDayOfWeek(Long udow)
      Sets the value of the day of the week of the upload
      Parameters:
      udow - a number representing the day of the week
    • setUploadHourOfDay

      public void setUploadHourOfDay(Long uhod)
      Sets the value of the hour of the day of the upload
      Parameters:
      uhod - a number representing the hour of the day (in 24h format)
    • getId

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

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

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