public class SchScenario
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private int |
gswUserId
The ID of the user who created the scenario
CfgUser |
private SchScenarioSite[] |
schSites
An array of sites in the scenario.
|
private int |
schSitesNSizeIs
The number of elements in the 'schSites' array.
|
private SchScenarioSiteStatus[] |
schSiteStatus
The Status for every site in the scenario.
|
private int |
schSiteStatusNSizeIs
The number of elements in the 'schSiteStatus' array.
|
private long |
timestamp
timestamp value
|
private java.lang.String |
wmComments
Comments
|
private double |
wmCreateDateTime
Scenario creation date time in GMT time zone.
|
private double |
wmEndDate
End date of schedule period.
|
private double |
wmEndDateExt
Extended End date of schedule period.
|
private java.lang.String |
wmName
Unique scenario name.
|
private int |
wmScheduleId
Schedule scenario identifier (zero for Master Schedule).
|
private double |
wmStartDate
Start date of schedule period.
|
private int |
wmType
Scenario type
ESchScenarioType |
private double |
wmUpdateDateTime
Scenario modification date time in GMT time zone.
|
Constructor and Description |
---|
SchScenario() |
SchScenario(int wmScheduleId,
java.lang.String wmName,
double wmStartDate,
double wmEndDate,
double wmEndDateExt,
int wmType,
java.lang.String wmComments,
int schSitesNSizeIs,
SchScenarioSite[] schSites,
int schSiteStatusNSizeIs,
SchScenarioSiteStatus[] schSiteStatus,
double wmCreateDateTime,
double wmUpdateDateTime,
int gswUserId,
long timestamp) |
Modifier and Type | Method and Description |
---|---|
int |
getGswUserId()
Gets the gswUserId value for this SchScenario.
|
SchScenarioSite[] |
getSchSites()
Gets the schSites value for this SchScenario.
|
int |
getSchSitesNSizeIs()
Gets the schSitesNSizeIs value for this SchScenario.
|
SchScenarioSiteStatus[] |
getSchSiteStatus()
Gets the schSiteStatus value for this SchScenario.
|
int |
getSchSiteStatusNSizeIs()
Gets the schSiteStatusNSizeIs value for this SchScenario.
|
long |
getTimestamp()
Gets the timestamp value for this SchScenario.
|
java.lang.String |
getWmComments()
Gets the wmComments value for this SchScenario.
|
double |
getWmCreateDateTime()
Gets the wmCreateDateTime value for this SchScenario.
|
double |
getWmEndDate()
Gets the wmEndDate value for this SchScenario.
|
double |
getWmEndDateExt()
Gets the wmEndDateExt value for this SchScenario.
|
java.lang.String |
getWmName()
Gets the wmName value for this SchScenario.
|
int |
getWmScheduleId()
Gets the wmScheduleId value for this SchScenario.
|
double |
getWmStartDate()
Gets the wmStartDate value for this SchScenario.
|
int |
getWmType()
Gets the wmType value for this SchScenario.
|
double |
getWmUpdateDateTime()
Gets the wmUpdateDateTime value for this SchScenario.
|
void |
setGswUserId(int gswUserId)
Sets the gswUserId value for this SchScenario.
|
void |
setSchSites(SchScenarioSite[] schSites)
Sets the schSites value for this SchScenario.
|
void |
setSchSitesNSizeIs(int schSitesNSizeIs)
Sets the schSitesNSizeIs value for this SchScenario.
|
void |
setSchSiteStatus(SchScenarioSiteStatus[] schSiteStatus)
Sets the schSiteStatus value for this SchScenario.
|
void |
setSchSiteStatusNSizeIs(int schSiteStatusNSizeIs)
Sets the schSiteStatusNSizeIs value for this SchScenario.
|
void |
setTimestamp(long timestamp)
Sets the timestamp value for this SchScenario.
|
void |
setWmComments(java.lang.String wmComments)
Sets the wmComments value for this SchScenario.
|
void |
setWmCreateDateTime(double wmCreateDateTime)
Sets the wmCreateDateTime value for this SchScenario.
|
void |
setWmEndDate(double wmEndDate)
Sets the wmEndDate value for this SchScenario.
|
void |
setWmEndDateExt(double wmEndDateExt)
Sets the wmEndDateExt value for this SchScenario.
|
void |
setWmName(java.lang.String wmName)
Sets the wmName value for this SchScenario.
|
void |
setWmScheduleId(int wmScheduleId)
Sets the wmScheduleId value for this SchScenario.
|
void |
setWmStartDate(double wmStartDate)
Sets the wmStartDate value for this SchScenario.
|
void |
setWmType(int wmType)
Sets the wmType value for this SchScenario.
|
void |
setWmUpdateDateTime(double wmUpdateDateTime)
Sets the wmUpdateDateTime value for this SchScenario.
|
private int wmScheduleId
private java.lang.String wmName
private double wmStartDate
OleDateTime
private double wmEndDate
OleDateTime
private double wmEndDateExt
OleDateTime
private int wmType
ESchScenarioType
private java.lang.String wmComments
private int schSitesNSizeIs
private SchScenarioSite[] schSites
SchScenarioSite
private int schSiteStatusNSizeIs
private SchScenarioSiteStatus[] schSiteStatus
SchScenarioSiteStatus
private double wmCreateDateTime
OleDateTime
private double wmUpdateDateTime
OleDateTime
private int gswUserId
CfgUser
private long timestamp
public SchScenario()
public SchScenario(int wmScheduleId, java.lang.String wmName, double wmStartDate, double wmEndDate, double wmEndDateExt, int wmType, java.lang.String wmComments, int schSitesNSizeIs, SchScenarioSite[] schSites, int schSiteStatusNSizeIs, SchScenarioSiteStatus[] schSiteStatus, double wmCreateDateTime, double wmUpdateDateTime, int gswUserId, long timestamp)
public int getWmScheduleId()
public void setWmScheduleId(int wmScheduleId)
wmScheduleId
- public java.lang.String getWmName()
public void setWmName(java.lang.String wmName)
wmName
- public double getWmStartDate()
public void setWmStartDate(double wmStartDate)
wmStartDate
- public double getWmEndDate()
public void setWmEndDate(double wmEndDate)
wmEndDate
- public double getWmEndDateExt()
public void setWmEndDateExt(double wmEndDateExt)
wmEndDateExt
- public int getWmType()
public void setWmType(int wmType)
wmType
- public java.lang.String getWmComments()
public void setWmComments(java.lang.String wmComments)
wmComments
- public int getSchSitesNSizeIs()
public void setSchSitesNSizeIs(int schSitesNSizeIs)
schSitesNSizeIs
- public SchScenarioSite[] getSchSites()
public void setSchSites(SchScenarioSite[] schSites)
schSites
- public int getSchSiteStatusNSizeIs()
public void setSchSiteStatusNSizeIs(int schSiteStatusNSizeIs)
schSiteStatusNSizeIs
- public SchScenarioSiteStatus[] getSchSiteStatus()
public void setSchSiteStatus(SchScenarioSiteStatus[] schSiteStatus)
schSiteStatus
- public double getWmCreateDateTime()
public void setWmCreateDateTime(double wmCreateDateTime)
wmCreateDateTime
- public double getWmUpdateDateTime()
public void setWmUpdateDateTime(double wmUpdateDateTime)
wmUpdateDateTime
- public int getGswUserId()
public void setGswUserId(int gswUserId)
gswUserId
- public long getTimestamp()
public void setTimestamp(long timestamp)
timestamp
- Copyright © 2005-2016 Genesys Telecommunications Labs, Inc. All Rights Reserved.