Class SiteInfoImpl

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object obj)
      Override equals for this ref type
      java.util.Date getCreatedDate()
      Get the site created date
      java.util.Map<org.alfresco.service.namespace.QName,​java.io.Serializable> getCustomProperties()
      Get the custom property values
      java.io.Serializable getCustomProperty​(org.alfresco.service.namespace.QName name)
      Get the value of a custom property
      java.lang.String getDescription()
      Get the description
      boolean getIsPublic()
      Indicates whether the site is public.
      java.util.Date getLastModifiedDate()
      Get the site last modified date
      org.alfresco.service.cmr.repository.NodeRef getNodeRef()
      Get the site node reference
      java.lang.String getShortName()
      Get the short name
      java.lang.String getSitePreset()
      Get the site preset
      java.lang.String getTitle()
      Get the title
      SiteVisibility getVisibility()
      Get the sites visibility
      int hashCode()  
      void setCreatedDate​(java.util.Date createdDate)
      Set the site created date
      void setDescription​(java.lang.String description)
      Set the description
      void setIsPublic​(boolean isPublic)
      Sets whether this site is public or not.
      void setLastModifiedDate​(java.util.Date lastModifiedDate)
      Set the site last modified date
      void setTitle​(java.lang.String title)
      Set the title
      void setVisibility​(SiteVisibility visibility)
      Set the sites visibility
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait