public class SiteInfoImpl extends Object implements SiteInfo
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Override equals for this ref type
|
Date |
getCreatedDate()
Get the site created date
|
Map<org.alfresco.service.namespace.QName,Serializable> |
getCustomProperties()
Get the custom property values
|
Serializable |
getCustomProperty(org.alfresco.service.namespace.QName name)
Get the value of a custom property
|
String |
getDescription()
Get the description
|
boolean |
getIsPublic()
Indicates whether the site is public.
|
Date |
getLastModifiedDate()
Get the site last modified date
|
org.alfresco.service.cmr.repository.NodeRef |
getNodeRef()
Get the site node reference
|
String |
getShortName()
Get the short name
|
String |
getSitePreset()
Get the site preset
|
String |
getTitle()
Get the title
|
SiteVisibility |
getVisibility()
Get the sites visibility
|
int |
hashCode() |
void |
setCreatedDate(Date createdDate)
Set the site created date
|
void |
setDescription(String description)
Set the description
|
void |
setIsPublic(boolean isPublic)
Sets whether this site is public or not.
|
void |
setLastModifiedDate(Date lastModifiedDate)
Set the site last modified date
|
void |
setTitle(String title)
Set the title
|
void |
setVisibility(SiteVisibility visibility)
Set the sites visibility
|
String |
toString() |
public org.alfresco.service.cmr.repository.NodeRef getNodeRef()
SiteInfogetNodeRef in interface PermissionCheckValuegetNodeRef in interface SiteInfoorg.alfresco.repo.site.SiteInfo#getNodeRef()public String getSitePreset()
SiteInfogetSitePreset in interface SiteInfoorg.alfresco.repo.site.SiteInfo#getSitePreset()public String getShortName()
SiteInfogetShortName in interface SiteInfoorg.alfresco.repo.site.SiteInfo#getShortName()public void setTitle(String title)
SiteInfopublic String getDescription()
SiteInfogetDescription in interface SiteInfoorg.alfresco.repo.site.SiteInfo#getDescription()public void setDescription(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 Map<org.alfresco.service.namespace.QName,Serializable> getCustomProperties()
SiteInfogetCustomProperties in interface SiteInfoorg.alfresco.repo.site.SiteInfo#getCustomProperties()public 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 Date getCreatedDate()
SiteInfogetCreatedDate in interface SiteInfoDate site created dateSiteInfo.getCreatedDate()public void setCreatedDate(Date createdDate)
SiteInfosetCreatedDate in interface SiteInfocreatedDate - site created dateSiteInfo.setCreatedDate(java.util.Date)public Date getLastModifiedDate()
SiteInfogetLastModifiedDate in interface SiteInfoDate site last modified dateSiteInfo.getLastModifiedDate()public void setLastModifiedDate(Date lastModifiedDate)
SiteInfosetLastModifiedDate in interface SiteInfolastModifiedDate - site last modified dateSiteInfo.setLastModifiedDate(java.util.Date)public boolean equals(Object obj)
equals in class ObjectObject.equals(java.lang.Object)public int hashCode()
hashCode in class ObjectObject.hashCode()Copyright © 2005–2014 Alfresco Software. All rights reserved.