public class Configuration extends Object
| Constructor and Description |
|---|
Configuration()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<Academy> |
getAcademies()
Getter for academies.
|
Integer |
getActivitiesCount()
Getter for activitiesCount.
|
List<String> |
getDisciplines()
Getter for disciplines.
|
Integer |
getFoldersCount()
Getter for foldersCount.
|
Integer |
getInstitutionsCount()
Getter for institutionsCount.
|
Integer |
getPoolsCount()
Getter for poolsCount.
|
List<String> |
getProfiles()
Getter for profiles.
|
String |
getProfilesBaseDn()
Getter for profilesBaseDn.
|
Integer |
getReferrersCount()
Getter for referrersCount.
|
String |
getUsersBaseDn()
Getter for usersBaseDn.
|
Integer |
getUsersCount()
Getter for usersCount.
|
void |
setAcademies(List<Academy> academies)
Setter for academies.
|
void |
setActivitiesCount(Integer activitiesCount)
Setter for activitiesCount.
|
void |
setDisciplines(List<String> disciplines)
Setter for disciplines.
|
void |
setFoldersCount(Integer foldersCount)
Setter for foldersCount.
|
void |
setInstitutionsCount(Integer institutionsCount)
Setter for institutionsCount.
|
void |
setPoolsCount(Integer poolsCount)
Setter for poolsCount.
|
void |
setProfiles(List<String> profiles)
Setter for profiles.
|
void |
setProfilesBaseDn(String profilesBaseDn)
Setter for profilesBaseDn.
|
void |
setReferrersCount(Integer referrersCount)
Setter for referrersCount.
|
void |
setUsersBaseDn(String usersBaseDn)
Setter for usersBaseDn.
|
void |
setUsersCount(Integer usersCount)
Setter for usersCount.
|
public void setAcademies(List<Academy> academies)
academies - the academies to setpublic Integer getPoolsCount()
public void setPoolsCount(Integer poolsCount)
poolsCount - the poolsCount to setpublic Integer getInstitutionsCount()
public void setInstitutionsCount(Integer institutionsCount)
institutionsCount - the institutionsCount to setpublic String getProfilesBaseDn()
public void setProfilesBaseDn(String profilesBaseDn)
profilesBaseDn - the profilesBaseDn to setpublic void setDisciplines(List<String> disciplines)
disciplines - the disciplines to setpublic void setProfiles(List<String> profiles)
profiles - the profiles to setpublic String getUsersBaseDn()
public void setUsersBaseDn(String usersBaseDn)
usersBaseDn - the usersBaseDn to setpublic Integer getUsersCount()
public void setUsersCount(Integer usersCount)
usersCount - the usersCount to setpublic Integer getFoldersCount()
public void setFoldersCount(Integer foldersCount)
foldersCount - the foldersCount to setpublic Integer getActivitiesCount()
public void setActivitiesCount(Integer activitiesCount)
activitiesCount - the activitiesCount to setpublic Integer getReferrersCount()
public void setReferrersCount(Integer referrersCount)
referrersCount - the referrersCount to setCopyright © 2016. All rights reserved.