public interface ModifiableSiteAwareAmetysObject extends SiteAwareAmetysObject
SiteAwareAmetysObject that can be modified.| Modifier and Type | Method and Description |
|---|---|
void |
setSiteName(String siteName)
Set the site name.
|
getSite, getSiteNameequals, getId, getName, getParent, getParentPath, getPath, hashCodevoid setSiteName(String siteName) throws AmetysRepositoryException
siteName - the site name.AmetysRepositoryException - if an error occurs.