Class DocumentConfig


  • public class DocumentConfig
    extends Object
    Entity class for an document from the Document Service.
    Since:
    4.0.0
    Version:
    $Revision: 19963 $ $Date: 2017-02-21 19:28:29 -0300 (Tue, 21 Feb 2017) $
    • Constructor Detail

      • DocumentConfig

        public DocumentConfig()
    • Method Detail

      • getId

        public String getId()
      • getDocumentFile

        public String getDocumentFile()
      • setDocumentFile

        public void setDocumentFile​(String documentFile)
      • getDescription

        public String getDescription()
      • setDescription

        public void setDescription​(String description)
      • getTitle

        public String getTitle()
      • setTitle

        public void setTitle​(String title)
      • getType

        public int getType()
      • setType

        public void setType​(int type)
      • getParentFolder

        public String getParentFolder()
      • setParentFolder

        public void setParentFolder​(String parentFolder)
      • isInheritPublishTo

        public boolean isInheritPublishTo()
        Returns whether the publish to principals for this document is inherited from its parent folder.
        Returns:
        true if the publish to principals is inherited, false otherwise.
        Since:
        10.1.0
      • setInheritPublishTo

        public void setInheritPublishTo​(boolean inheritPublishTo)
        Sets whether the publish to principals for this document is inherited from its parent folder.
        Parameters:
        inheritPublishTo - true if the publish to principals is inherited, false otherwise.
        Since:
        10.1.0