|
Method Summary | ||
getCreatedDate() Get the site created date |
||
getCustomProperties() Get the custom property values |
||
getCustomProperty(QName name) Get the value of a custom property |
||
getDescription() Get the description |
||
boolean |
getIsPublic() | |
getLastModifiedDate() Get the site last modified date |
||
getNodeRef() Get the site node reference |
||
getShortName() Get the short name |
||
getSitePreset() Get the site preset |
||
getTitle() Get the title |
||
getVisibility() Get the sites visibility |
||
void |
setCreatedDate(Date createdDate) Set the site created date |
|
void |
setDescription(String description) Set the description |
|
void |
setIsPublic(boolean isPublic) | |
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 |
Date
site created dateDate
site last modified date
|