public class WebGroup extends Object
| Constructor and Description | 
|---|
WebGroup()
Constructor for WebGroup. 
 | 
WebGroup(Group group,
        List<String> authorizedCategories)
Constructor for WebGroup. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
addDutySchedule(String dutySchedule)
addDutySchedule 
 | 
List<String> | 
getAuthorizedCategories()
getAuthorizedCategories 
 | 
String | 
getComments()
getComments 
 | 
List<String> | 
getDutySchedules()
getDutySchedules 
 | 
String | 
getName()
getName 
 | 
List<String> | 
getRemainingUsers(List<String> allUsers)
getRemainingUsers 
 | 
List<String> | 
getUnauthorizedCategories(List<String> allCategories)
getUnauthorizedCategories 
 | 
List<String> | 
getUsers()
getUsers 
 | 
void | 
setAuthorizedCategories(List<String> authorizedCategories)
setAuthorizedCategories 
 | 
void | 
setComments(String comments)
setComments 
 | 
void | 
setDutySchedules(List<String> dutySchedules)
setDutySchedules 
 | 
void | 
setName(String name)
setName 
 | 
void | 
setUsers(List<String> users)
setUsers 
 | 
public String getName()
getName
public void setName(String name)
setName
name - the name to setpublic String getComments()
getComments
public void setComments(String comments)
setComments
comments - the comments to setpublic void setDutySchedules(List<String> dutySchedules)
setDutySchedules
dutySchedules - the dutySchedules to setpublic void addDutySchedule(String dutySchedule)
addDutySchedule
dutySchedule - a String object.public List<String> getAuthorizedCategories()
getAuthorizedCategories
public void setAuthorizedCategories(List<String> authorizedCategories)
setAuthorizedCategories
authorizedCategories - the authorizedCategories to setpublic List<String> getUnauthorizedCategories(List<String> allCategories)
getUnauthorizedCategories
Copyright © 2020. All rights reserved.