public class SiteInfoImpl extends java.lang.Object implements SiteInfo
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj)
Override equals for this ref type
|
java.util.Map |
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.
|
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 |
setDescription(java.lang.String description)
Set the description
|
void |
setIsPublic(boolean isPublic)
Sets whether this site is public or not.
|
void |
setTitle(java.lang.String title)
Set the title
|
void |
setVisibility(SiteVisibility visibility)
Set the sites visibility
|
java.lang.String |
toString() |
public org.alfresco.service.cmr.repository.NodeRef getNodeRef()
SiteInfogetNodeRef in interface PermissionCheckValuegetNodeRef in interface SiteInfoorg.alfresco.repo.site.SiteInfo#getNodeRef()public java.lang.String getSitePreset()
SiteInfogetSitePreset in interface SiteInfoorg.alfresco.repo.site.SiteInfo#getSitePreset()public java.lang.String getShortName()
SiteInfogetShortName in interface SiteInfoorg.alfresco.repo.site.SiteInfo#getShortName()public java.lang.String getTitle()
SiteInfopublic void setTitle(java.lang.String title)
SiteInfopublic java.lang.String getDescription()
SiteInfogetDescription in interface SiteInfoorg.alfresco.repo.site.SiteInfo#getDescription()public void setDescription(java.lang.String description)
SiteInfosetDescription in interface SiteInfodescription - site descriptionorg.alfresco.repo.site.SiteInfo#setDescription(java.lang.String)public void setIsPublic(boolean isPublic)
SiteInfosetIsPublic in interface SiteInfoisPublic - true public, false privateorg.alfresco.repo.site.SiteInfo#setIsPublic(boolean)public boolean getIsPublic()
SiteInfogetIsPublic in interface SiteInfoorg.alfresco.repo.site.SiteInfo#getIsPublic()public SiteVisibility getVisibility()
SiteInfogetVisibility in interface SiteInfoSiteInfo.getVisibility()public void setVisibility(SiteVisibility visibility)
SiteInfosetVisibility in interface SiteInfovisibility - site visibilitySiteInfo.setVisibility(org.alfresco.service.cmr.site.SiteVisibility)public java.util.Map getCustomProperties()
SiteInfogetCustomProperties in interface SiteInfoorg.alfresco.repo.site.SiteInfo#getCustomProperties()public java.io.Serializable getCustomProperty(org.alfresco.service.namespace.QName name)
SiteInfogetCustomProperty in interface SiteInfoname - name of custom propertyorg.alfresco.repo.site.SiteInfo#getCustomProperty(org.alfresco.service.namespace.QName)public boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectObject.equals(java.lang.Object)public int hashCode()
hashCode in class java.lang.ObjectObject.hashCode()public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.