Package org.ametys.plugins.site
Class Site
java.lang.Object
org.ametys.plugins.site.Site
Site's informations.
-
Constructor Details
-
Site
Constructor.- Parameters:
name
- the site nameurls
- the front-office server URLs.languages
- the languages handle by the sitepopulationIds
- the ids of populations attached to the site
-
-
Method Details
-
getName
Returns the site name.- Returns:
- the site name.
-
getSiteUrls
Get the URLs of the site- Returns:
- A non null list of URLs of the site
-
getLanguages
Get the languages of the site- Returns:
- A non null list of languages of the site
-
getPopulationIds
Get the populations ids associated to the site- Returns:
- The non null lists
-
toString
-