|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.repo.site.SiteInfoImpl
public class SiteInfoImpl
Site Information Class
Method Summary | |
---|---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public org.alfresco.service.cmr.repository.NodeRef getNodeRef()
SiteInfo
getNodeRef
in interface PermissionCheckValue
getNodeRef
in interface SiteInfo
org.alfresco.repo.site.SiteInfo#getNodeRef()
public java.lang.String getSitePreset()
SiteInfo
getSitePreset
in interface SiteInfo
org.alfresco.repo.site.SiteInfo#getSitePreset()
public java.lang.String getShortName()
SiteInfo
getShortName
in interface SiteInfo
org.alfresco.repo.site.SiteInfo#getShortName()
public java.lang.String getTitle()
SiteInfo
getTitle
in interface SiteInfo
org.alfresco.repo.site.SiteInfo#getTitle()
public void setTitle(java.lang.String title)
SiteInfo
setTitle
in interface SiteInfo
title
- site titleorg.alfresco.repo.site.SiteInfo#setTitle(java.lang.String)
public java.lang.String getDescription()
SiteInfo
getDescription
in interface SiteInfo
org.alfresco.repo.site.SiteInfo#getDescription()
public void setDescription(java.lang.String description)
SiteInfo
setDescription
in interface SiteInfo
description
- site descriptionorg.alfresco.repo.site.SiteInfo#setDescription(java.lang.String)
public void setIsPublic(boolean isPublic)
SiteInfo
setIsPublic
in interface SiteInfo
isPublic
- true public, false privateorg.alfresco.repo.site.SiteInfo#setIsPublic(boolean)
public boolean getIsPublic()
SiteInfo
getIsPublic
in interface SiteInfo
org.alfresco.repo.site.SiteInfo#getIsPublic()
public SiteVisibility getVisibility()
SiteInfo
getVisibility
in interface SiteInfo
SiteInfo.getVisibility()
public void setVisibility(SiteVisibility visibility)
SiteInfo
setVisibility
in interface SiteInfo
visibility
- site visibilitySiteInfo.setVisibility(org.alfresco.service.cmr.site.SiteVisibility)
public java.util.Map getCustomProperties()
SiteInfo
getCustomProperties
in interface SiteInfo
org.alfresco.repo.site.SiteInfo#getCustomProperties()
public java.io.Serializable getCustomProperty(org.alfresco.service.namespace.QName name)
SiteInfo
getCustomProperty
in interface SiteInfo
name
- name of custom property
org.alfresco.repo.site.SiteInfo#getCustomProperty(org.alfresco.service.namespace.QName)
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Object.equals(java.lang.Object)
public int hashCode()
hashCode
in class java.lang.Object
Object.hashCode()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |