Class File
java.lang.Object
com.priint.pubserver.plannerapi.resource.PlannerApiResource
com.priint.pubserver.plannerapi.resource.File
- All Implemented Interfaces:
Serializable
Class representing a file in Planner REST Service.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFile()File(String id, String label, String description, String filename, String filepath, String masterfilename, String masterfilepath, String filetype, String createdby, Date createdon, String updatedby, Date updatedon, String foreignsystemkey, String documentId, Integer pageCount) -
Method Summary
Modifier and TypeMethodDescriptionperson who created the Filedate of creation of the Filedescription of the Filedocument ID of the Filefilename of the Filefilepath of the FileFile typeforeign system key for outer datagetId()id of the FilegetLabel()label of the FilegetLinks()links of the Filemaster File name of the Filemaster file path of the Filenumber of pages in the Filelast person who updated the Filedate of last update of the FilevoidsetCreatedby(String createdby) voidsetCreatedon(Date createdon) voidsetDescription(String description) voidsetDocumentId(String documentId) voidsetFilename(String filename) voidsetFilepath(String filepath) voidsetFiletype(String filetype) voidsetForeignsystemkey(String foreignsystemkey) voidvoidvoidsetMasterfilename(String masterfilename) voidsetMasterfilepath(String masterfilepath) voidsetPageCount(Integer pageCount) voidsetUpdatedby(String updatedby) voidsetUpdatedon(Date updatedon) Methods inherited from class com.priint.pubserver.plannerapi.resource.PlannerApiResource
getStatuscode, getStatusmessage, setStatuscode, setStatusmessage
-
Constructor Details
-
File
public File() -
File
-
-
Method Details
-
getId
id of the File -
setId
-
getLabel
label of the File -
setLabel
-
getDescription
description of the File -
setDescription
-
getFilename
filename of the File -
setFilename
-
getFilepath
filepath of the File -
setFilepath
-
getMasterfilename
master File name of the File -
setMasterfilename
-
getMasterfilepath
master file path of the File -
setMasterfilepath
-
getFiletype
File type -
setFiletype
-
getCreatedby
person who created the File -
setCreatedby
-
getCreatedon
date of creation of the File -
setCreatedon
-
getUpdatedby
last person who updated the File -
setUpdatedby
-
getUpdatedon
date of last update of the File -
setUpdatedon
-
getForeignsystemkey
foreign system key for outer data -
setForeignsystemkey
-
getDocumentId
document ID of the File -
setDocumentId
-
getPageCount
number of pages in the File -
setPageCount
-
getLinks
links of the File
-