Classes


Class actuate.reportexplorer.File

File represents a javascript version of com.actuate.schemas.File.
Member of: actuate.reportexplorer.

Class Summary
Constructor Attributes Constructor Name and Description
 
Constructs a new File object.
Method Summary
Method Attributes Method Name and Description
 
Gets the accessType value for this File.
 
Gets the description value for this File.
 
Gets the fileType value for this File.
 
Gets the id value for this File.
 
Gets the name value for this File.
 
Gets the owner value for this File.
 
Gets the pageCount value for this File.
 
Gets the size value for this File.
 
Gets the timeStamp value for this File.
 
Gets the userPermissions value for this File.
 
Gets the version value for this File.
 
Gets the versionName value for this File.
 
setAccessType(accessType)
Sets the accessType value for this File.
 
setDescription(description)
Sets the description value for this File.
 
setFileType(fileType)
Sets the fileType value for this File.
 
setId(id)
Sets the id value for this File.
 
setName(name)
Sets the name value for this File.
 
setOwner(owner)
Sets the owner value for this File.
 
setPageCount(pageCount)
Sets the pageCount value for this File.
 
setSize(size)
Sets the size value for this File.
 
setTimeStamp(timeStamp)
Sets the timeStamp value for this File.
 
setUserPermissions(userPermissions)
Sets the userPermissions value for this File.
 
setVersion(version)
Sets the version value for this File.
 
setVersionName(versionName)
Sets the versionName value for this File.
Class Detail
actuate.reportexplorer.File()
Constructs a new File object.
Method Detail
getAccessType()
Gets the accessType value for this File. Possible values are: "Private", "Shared"
Returns:
accessType {String}

getDescription()
Gets the description value for this File.
Returns:
description {String}

getFileType()
Gets the fileType value for this File.
Returns:
fileType {String}

getId()
Gets the id value for this File.
Returns:
id {Integer}

getName()
Gets the name value for this File.
Returns:
name {String }

getOwner()
Gets the owner value for this File.
Returns:
owner {String}

getPageCount()
Gets the pageCount value for this File.
Returns:
pageCount {Integer }

getSize()
Gets the size value for this File.
Returns:
size {Integer}

getTimeStamp()
Gets the timeStamp value for this File.
Returns:
timeStamp {String}

getUserPermissions()
Gets the userPermissions value for this File.
Returns:
userPermissions {String}

getVersion()
Gets the version value for this File.
Returns:
version {Integer}

getVersionName()
Gets the versionName value for this File.
Returns:
versionName {String}

{void} setAccessType(accessType)
Sets the accessType value for this File.
Parameters:
accessType
{String}
Returns:
{void} Possible values are: "Private", "Shared"

{void} setDescription(description)
Sets the description value for this File.
Parameters:
description
{String}
Returns:
{void}

{void} setFileType(fileType)
Sets the fileType value for this File.
Parameters:
fileType
{String}
Returns:
{void}

{void} setId(id)
Sets the id value for this File.
Parameters:
id
{Integer}
Returns:
{void}

{void} setName(name)
Sets the name value for this File.
Parameters:
name
{String}
Returns:
{void}

{void} setOwner(owner)
Sets the owner value for this File.
Parameters:
owner
{String}
Returns:
{void}

{void} setPageCount(pageCount)
Sets the pageCount value for this File.
Parameters:
pageCount
{Integer}
Returns:
{void}

{void} setSize(size)
Sets the size value for this File.
Parameters:
size
{Integer}
Returns:
{void}

{void} setTimeStamp(timeStamp)
Sets the timeStamp value for this File.
Parameters:
timeStamp
{String}
Returns:
{void}

{void} setUserPermissions(userPermissions)
Sets the userPermissions value for this File.
Parameters:
userPermissions
{String}
Returns:
{void}

{void} setVersion(version)
Sets the version value for this File.
Parameters:
version
{Integer}
Returns:
{void}

{void} setVersionName(versionName)
Sets the versionName value for this File.
Parameters:
versionName
{String}
Returns:
{void}

Documentation generated by JsDoc Toolkit 2.0.1 on Tue Jan 29 2013 05:44:21 GMT-0800 (PST)