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 SiteInfoSiteInfo.getNodeRef()public String getSitePreset()
SiteInfogetSitePreset in interface SiteInfoSiteInfo.getSitePreset()public String getShortName()
SiteInfogetShortName in interface SiteInfoSiteInfo.getShortName()public String getTitle()
SiteInfogetTitle in interface SiteInfoSiteInfo.getTitle()public void setTitle(String title)
SiteInfosetTitle in interface SiteInfotitle - site titleSiteInfo.setTitle(java.lang.String)public String getDescription()
SiteInfogetDescription in interface SiteInfoSiteInfo.getDescription()public void setDescription(String description)
SiteInfosetDescription in interface SiteInfodescription - site descriptionSiteInfo.setDescription(java.lang.String)public void setIsPublic(boolean isPublic)
SiteInfosetIsPublic in interface SiteInfoisPublic - true public, false privateSiteInfo.setIsPublic(boolean)public boolean getIsPublic()
SiteInfogetIsPublic in interface SiteInfoSiteInfo.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 SiteInfoSiteInfo.getCustomProperties()public Serializable getCustomProperty(org.alfresco.service.namespace.QName name)
SiteInfogetCustomProperty in interface SiteInfoname - name of custom propertySiteInfo.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–2018 Alfresco Software. All rights reserved.