public class CfgVirtualActivity
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private long |
timestamp
A timestamp value -- marks the point in time when the Object information was obtained
|
private CfgSiteActivity[] |
wmActivities
An array of activities (
CfgSiteActivity of which the multi-site activity consists |
private int |
wmActivitiesNSizeIs
Number of elements in wmActivities array
|
private int |
wmBUId
Business Unit ID, identifies the
CfgBU object |
private java.lang.String |
wmName
Name of Multi-Site Activity
|
private CfgActivityHours[] |
wmOpenHours
An array containing Activity Open Hours (
CfgActivityHours ) for every day of the week,
where the array index is: 0 - Mon, 1 - Tue, 2 - Wed, 3 - Thu, 4 - Fri, 5 - Sat, 6 - Sun |
private java.lang.String |
wmShortName
Short Name for the Multi-Site Activity
|
private int |
wmType
Activity Type (
ECfgActivityType ) |
private int |
wmVirtualActivityId
Multi-Site Activity ID
|
Constructor and Description |
---|
CfgVirtualActivity() |
Modifier and Type | Method and Description |
---|---|
long |
getTimestamp()
Gets the timestamp value for this CfgVirtualActivity.
|
CfgSiteActivity[] |
getWmActivities()
Gets the wmActivities value for this CfgVirtualActivity.
|
int |
getWmActivitiesNSizeIs()
Gets the wmActivitiesNSizeIs value for this CfgVirtualActivity.
|
int |
getWmBUId()
Gets the wmBUId value for this CfgVirtualActivity.
|
java.lang.String |
getWmName()
Gets the wmName value for this CfgVirtualActivity.
|
java.lang.String |
getWmShortName()
Gets the wmShortName value for this CfgVirtualActivity.
|
int |
getWmType()
Gets the wmType value for this CfgVirtualActivity.
|
int |
getWmVirtualActivityId()
Gets the wmVirtualActivityId value for this CfgVirtualActivity.
|
void |
setTimestamp(long timestamp)
Sets the timestamp value for this CfgVirtualActivity.
|
void |
setWmActivities(CfgSiteActivity[] wmActivities)
Sets the wmActivities value for this CfgVirtualActivity.
|
void |
setWmActivitiesNSizeIs(int wmActivitiesNSizeIs)
Sets the wmActivitiesNSizeIs value for this CfgVirtualActivity.
|
void |
setWmBUId(int wmBUId)
Sets the wmBUId value for this CfgVirtualActivity.
|
void |
setWmName(java.lang.String wmName)
Sets the wmName value for this CfgVirtualActivity.
|
void |
setWmShortName(java.lang.String wmShortName)
Sets the wmShortName value for this CfgVirtualActivity.
|
void |
setWmType(int wmType)
Sets the wmType value for this CfgVirtualActivity.
|
void |
setWmVirtualActivityId(int wmVirtualActivityId)
Sets the wmVirtualActivityId value for this CfgVirtualActivity.
|
private int wmVirtualActivityId
private int wmBUId
CfgBU
objectprivate java.lang.String wmName
private java.lang.String wmShortName
private int wmType
ECfgActivityType
)private int wmActivitiesNSizeIs
private CfgSiteActivity[] wmActivities
CfgSiteActivity
of which the multi-site activity consistsprivate CfgActivityHours[] wmOpenHours
CfgActivityHours
) for every day of the week,
where the array index is: 0 - Mon, 1 - Tue, 2 - Wed, 3 - Thu, 4 - Fri, 5 - Sat, 6 - Sunprivate long timestamp
public int getWmVirtualActivityId()
public void setWmVirtualActivityId(int wmVirtualActivityId)
wmVirtualActivityId
- public int getWmBUId()
public void setWmBUId(int wmBUId)
wmBUId
- public java.lang.String getWmName()
public void setWmName(java.lang.String wmName)
wmName
- public java.lang.String getWmShortName()
public void setWmShortName(java.lang.String wmShortName)
wmShortName
- public int getWmType()
public void setWmType(int wmType)
wmType
- public int getWmActivitiesNSizeIs()
public void setWmActivitiesNSizeIs(int wmActivitiesNSizeIs)
wmActivitiesNSizeIs
- public CfgSiteActivity[] getWmActivities()
public void setWmActivities(CfgSiteActivity[] wmActivities)
wmActivities
- public long getTimestamp()
public void setTimestamp(long timestamp)
timestamp
- Copyright © 2005-2016 Genesys Telecommunications Labs, Inc. All Rights Reserved.