Class AbstractPageData

    • Constructor Summary

      Constructors 
      Constructor Description
      AbstractPageData()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      java.util.Date getCreationtime()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      java.lang.Boolean getDefaultPage()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      java.util.Date getModifiedtime()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      java.lang.String getName()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      java.lang.Boolean getOnlyOneRestrictionMustApply()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      java.lang.String getPk()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      java.lang.String getTemplate()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      java.util.Map<java.lang.String,​java.lang.String> getTitle()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      java.lang.String getTypeCode()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      java.lang.String getUid()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      java.lang.String getUuid()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      void setCreationtime​(java.util.Date creationtime)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      void setDefaultPage​(java.lang.Boolean defaultPage)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      void setModifiedtime​(java.util.Date modifiedtime)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      void setName​(java.lang.String name)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      void setOnlyOneRestrictionMustApply​(java.lang.Boolean onlyOneRestrictionMustApply)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      void setPk​(java.lang.String pk)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      void setTemplate​(java.lang.String template)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      void setTitle​(java.util.Map<java.lang.String,​java.lang.String> title)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      void setTypeCode​(java.lang.String typeCode)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      void setUid​(java.lang.String uid)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      void setUuid​(java.lang.String uuid)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AbstractPageData

        public AbstractPageData()
        Deprecated, for removal: This API element is subject to removal in a future version.
    • Method Detail

      • setUuid

        public void setUuid​(java.lang.String uuid)
        Deprecated, for removal: This API element is subject to removal in a future version.
      • getUuid

        public java.lang.String getUuid()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • setPk

        public void setPk​(java.lang.String pk)
        Deprecated, for removal: This API element is subject to removal in a future version.
      • getPk

        public java.lang.String getPk()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • setCreationtime

        public void setCreationtime​(java.util.Date creationtime)
        Deprecated, for removal: This API element is subject to removal in a future version.
      • getCreationtime

        public java.util.Date getCreationtime()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • setModifiedtime

        public void setModifiedtime​(java.util.Date modifiedtime)
        Deprecated, for removal: This API element is subject to removal in a future version.
      • getModifiedtime

        public java.util.Date getModifiedtime()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • setUid

        public void setUid​(java.lang.String uid)
        Deprecated, for removal: This API element is subject to removal in a future version.
      • getUid

        public java.lang.String getUid()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • setName

        public void setName​(java.lang.String name)
        Deprecated, for removal: This API element is subject to removal in a future version.
      • getName

        public java.lang.String getName()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • setTitle

        public void setTitle​(java.util.Map<java.lang.String,​java.lang.String> title)
        Deprecated, for removal: This API element is subject to removal in a future version.
      • getTitle

        public java.util.Map<java.lang.String,​java.lang.String> getTitle()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • setTypeCode

        public void setTypeCode​(java.lang.String typeCode)
        Deprecated, for removal: This API element is subject to removal in a future version.
      • getTypeCode

        public java.lang.String getTypeCode()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • setTemplate

        public void setTemplate​(java.lang.String template)
        Deprecated, for removal: This API element is subject to removal in a future version.
      • getTemplate

        public java.lang.String getTemplate()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • setDefaultPage

        public void setDefaultPage​(java.lang.Boolean defaultPage)
        Deprecated, for removal: This API element is subject to removal in a future version.
      • getDefaultPage

        public java.lang.Boolean getDefaultPage()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • setOnlyOneRestrictionMustApply

        public void setOnlyOneRestrictionMustApply​(java.lang.Boolean onlyOneRestrictionMustApply)
        Deprecated, for removal: This API element is subject to removal in a future version.
      • getOnlyOneRestrictionMustApply

        public java.lang.Boolean getOnlyOneRestrictionMustApply()
        Deprecated, for removal: This API element is subject to removal in a future version.