public class SchScenarioSite
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private int[] |
schActivities
List of activity identifiers for which the schedule should be built.
|
private int |
schActivitiesNSizeIs
The number of elements in the 'schActivities' array.
|
private SchScenarioAgent[] |
schAgents
An array of
SchScenarioAgent , specifying agents in the scenario. |
private int |
schAgentsNSizeIs
The number of elements in the 'schAgents' array.
|
private int |
wmSiteId
Site ID
|
Constructor and Description |
---|
SchScenarioSite() |
SchScenarioSite(int wmSiteId,
int schActivitiesNSizeIs,
int[] schActivities,
int schAgentsNSizeIs,
SchScenarioAgent[] schAgents) |
Modifier and Type | Method and Description |
---|---|
int[] |
getSchActivities()
Gets the schActivities value for this SchScenarioSite.
|
int |
getSchActivitiesNSizeIs()
Gets the schActivitiesNSizeIs value for this SchScenarioSite.
|
SchScenarioAgent[] |
getSchAgents()
Gets the schAgents value for this SchScenarioSite.
|
int |
getSchAgentsNSizeIs()
Gets the schAgentsNSizeIs value for this SchScenarioSite.
|
int |
getWmSiteId()
Gets the wmSiteId value for this SchScenarioSite.
|
void |
setSchActivities(int[] schActivities)
Sets the schActivities value for this SchScenarioSite.
|
void |
setSchActivitiesNSizeIs(int schActivitiesNSizeIs)
Sets the schActivitiesNSizeIs value for this SchScenarioSite.
|
void |
setSchAgents(SchScenarioAgent[] schAgents)
Sets the schAgents value for this SchScenarioSite.
|
void |
setSchAgentsNSizeIs(int schAgentsNSizeIs)
Sets the schAgentsNSizeIs value for this SchScenarioSite.
|
void |
setWmSiteId(int wmSiteId)
Sets the wmSiteId value for this SchScenarioSite.
|
private int wmSiteId
private int schActivitiesNSizeIs
private int[] schActivities
CfgActivity
private int schAgentsNSizeIs
private SchScenarioAgent[] schAgents
SchScenarioAgent
, specifying agents in the scenario.public SchScenarioSite()
public SchScenarioSite(int wmSiteId, int schActivitiesNSizeIs, int[] schActivities, int schAgentsNSizeIs, SchScenarioAgent[] schAgents)
public int getWmSiteId()
public void setWmSiteId(int wmSiteId)
wmSiteId
- public int getSchActivitiesNSizeIs()
public void setSchActivitiesNSizeIs(int schActivitiesNSizeIs)
schActivitiesNSizeIs
- public int[] getSchActivities()
public void setSchActivities(int[] schActivities)
schActivities
- public int getSchAgentsNSizeIs()
public void setSchAgentsNSizeIs(int schAgentsNSizeIs)
schAgentsNSizeIs
- public SchScenarioAgent[] getSchAgents()
public void setSchAgents(SchScenarioAgent[] schAgents)
schAgents
- Copyright © 2005-2016 Genesys Telecommunications Labs, Inc. All Rights Reserved.