Class SchedulingResource
java.lang.Object
overit.geocallapp.wfm.core.bl.schedule.schedulingresource.SchedulingResource
Business object representing a scheduling resource.
It consists of a scheduling user
It consists of a scheduling user
BOSchedulingUser, a list of resources addresses BOResourceAddress
and a list of operation centers addresses BOOperationCenterResourceAddress - Since:
- 9.2
- GCApi:
- bo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the operation center addresses.Returns the resource addresses.getUser()Returns the scheduling resource user.voidsetOperationCenterAddresses(List<BOOperationCenterResourceAddress> operationCenterAddresses) Sets the operation center addresses.voidsetResourceAddresses(List<BOResourceAddress> resourceAddresses) Sets the resource addresses.voidsetUser(BOSchedulingUser user) Sets the scheduling resource user.
-
Constructor Details
-
SchedulingResource
public SchedulingResource()
-
-
Method Details
-
getUser
Returns the scheduling resource user.- Returns:
- the user
-
setUser
Sets the scheduling resource user.- Parameters:
user- the user
-
getResourceAddresses
Returns the resource addresses.- Returns:
- a list of BO resource address elements of type BOResourceAddress
- See Also:
-
setResourceAddresses
Sets the resource addresses.- Parameters:
resourceAddresses- the resource addresses- See Also:
-
getOperationCenterAddresses
Returns the operation center addresses.- Returns:
- a list of BO operation center resource address elements of type BOOperationCenterResourceAddress
- See Also:
-
setOperationCenterAddresses
public void setOperationCenterAddresses(List<BOOperationCenterResourceAddress> operationCenterAddresses) Sets the operation center addresses.- Parameters:
operationCenterAddresses- the operation center addresses- See Also:
-