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, getSiteName
equals, getId, getName, getParent, getParentPath, getPath, hashCode
void setSiteName(String siteName) throws AmetysRepositoryException
siteName
- the site name.AmetysRepositoryException
- if an error occurs.