Interface DocumentInfo


  • public interface DocumentInfo
    • Method Detail

      • getIsFolder

        Boolean getIsFolder()
      • getObjectType

        Integer getObjectType()
      • getCreatedBy

        String getCreatedBy()
      • getCreatedDate

        Date getCreatedDate()
      • getDescription

        String getDescription()
      • getModifiedBy

        String getModifiedBy()
      • getModifiedDate

        Date getModifiedDate()
      • getReleaseId

        Integer getReleaseId()
      • getDocumentGroupDisplay

        String getDocumentGroupDisplay()
      • getDocumentKey

        String getDocumentKey()
      • getAssignedTo

        String getAssignedTo()
      • getPriority

        Lookup getPriority()
      • getStatus

        Lookup getStatus()
      • getSortOrder

        Integer getSortOrder()
      • getDocumentGroupImage

        String getDocumentGroupImage()
      • getProjectId

        Integer getProjectId()
      • getProjectName

        String getProjectName()