All Implemented Interfaces:
Serializable

public class File extends PlannerApiResource implements Serializable
Class representing a file in Planner REST Service.
See Also:
  • Constructor Details

  • Method Details

    • getId

      public String getId()
      id of the File
    • setId

      public void setId(String id)
    • getLabel

      public String getLabel()
      label of the File
    • setLabel

      public void setLabel(String label)
    • getDescription

      public String getDescription()
      description of the File
    • setDescription

      public void setDescription(String description)
    • getFilename

      public String getFilename()
      filename of the File
    • setFilename

      public void setFilename(String filename)
    • getFilepath

      public String getFilepath()
      filepath of the File
    • setFilepath

      public void setFilepath(String filepath)
    • getMasterfilename

      public String getMasterfilename()
      master File name of the File
    • setMasterfilename

      public void setMasterfilename(String masterfilename)
    • getMasterfilepath

      public String getMasterfilepath()
      master file path of the File
    • setMasterfilepath

      public void setMasterfilepath(String masterfilepath)
    • getFiletype

      public String getFiletype()
      File type
    • setFiletype

      public void setFiletype(String filetype)
    • getCreatedby

      public String getCreatedby()
      person who created the File
    • setCreatedby

      public void setCreatedby(String createdby)
    • getCreatedon

      public Date getCreatedon()
      date of creation of the File
    • setCreatedon

      public void setCreatedon(Date createdon)
    • getUpdatedby

      public String getUpdatedby()
      last person who updated the File
    • setUpdatedby

      public void setUpdatedby(String updatedby)
    • getUpdatedon

      public Date getUpdatedon()
      date of last update of the File
    • setUpdatedon

      public void setUpdatedon(Date updatedon)
    • getForeignsystemkey

      public String getForeignsystemkey()
      foreign system key for outer data
    • setForeignsystemkey

      public void setForeignsystemkey(String foreignsystemkey)
    • getDocumentId

      public String getDocumentId()
      document ID of the File
    • setDocumentId

      public void setDocumentId(String documentId)
    • getPageCount

      public Integer getPageCount()
      number of pages in the File
    • setPageCount

      public void setPageCount(Integer pageCount)
    • getLinks

      public List<Link> getLinks()
      links of the File