Class UploadStatistics
java.lang.Object
com.appiancorp.suiteapi.collaboration.UploadStatistics
- All Implemented Interfaces:
LocalId
,Serializable
,Cloneable
This class represents a fragment of an upload-related query.
Copyright: Copyright (c) 2002, 2003
Company: Appian Corporation
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionclone()
Returns the value of the community nameGets the value of the document extensiongetId()
Gets the ID of thisUploadStatistics
objectGets the value of the name of the knowledge centerGets the value of the number of documents uploadedGets the value of the number of uploadsGets the value of the date of the uploadGets the value of the day of the week of the uploadGets the value of the hour of the day of the uploadvoid
setCommunityName
(String commname) Sets the value of the community namevoid
Sets the value of the document extensionvoid
Sets the ID of thisUploadStatistics
objectvoid
setKnowledgeCenterName
(String kcname) Sets the value of the name of the knowledge centervoid
Sets the value of the number of documents uploadedvoid
setNumberOfUploads
(Long num) Sets the value of the number of uploadsvoid
setUploadDate
(Timestamp uldate) Sets the value of the date of the uploadvoid
setUploadDayOfWeek
(Long udow) Sets the value of the day of the week of the uploadvoid
setUploadHourOfDay
(Long uhod) Sets the value of the hour of the day of the upload
-
Constructor Details
-
UploadStatistics
public UploadStatistics()
-
-
Method Details
-
getCommunityName
Returns the value of the community name- Returns:
- the value of the community name
-
getDocumentExtension
Gets the value of the document extension- Returns:
- the value of the document extension
-
getKnowledgeCenterName
Gets the value of the name of the knowledge center- Returns:
- the value of the name of the knowledge center
-
getNumberOfDocumentsUploaded
Gets the value of the number of documents uploaded- Returns:
- the value of the number of documents uploaded
-
getNumberOfUploads
Gets the value of the number of uploads- Returns:
- the value of the number of uploads
-
getUploadDate
Gets the value of the date of the upload- Returns:
- the value of the date of the upload
-
getUploadDayOfWeek
Gets the value of the day of the week of the upload- Returns:
- a number representing the day of the week
-
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
Sets the value of the community name- Parameters:
commname
- the value of the community name
-
setDocumentExtension
Sets the value of the document extension- Parameters:
ext
- the value of the document extension
-
setKnowledgeCenterName
Sets the value of the name of the knowledge center- Parameters:
kcname
- the value of the name of the knowledge center
-
setNumberOfDocumentsUploaded
Sets the value of the number of documents uploaded- Parameters:
num
- the value of the number of documents uploaded
-
setNumberOfUploads
Sets the value of the number of uploads- Parameters:
num
- the value of the number of uploads
-
setUploadDate
Sets the value of the date of the upload- Parameters:
uldate
- the value of the date of the upload
-
setUploadDayOfWeek
Sets the value of the day of the week of the upload- Parameters:
udow
- a number representing the day of the week
-
setUploadHourOfDay
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
Gets the ID of thisUploadStatistics
object -
setId
Sets the ID of thisUploadStatistics
object -
clone
- Overrides:
clone
in classObject
- Throws:
CloneNotSupportedException
-