public class SchScenarioShort
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private int |
gswUserId
The ID of the user that has created the scenario
CfgUser |
private SchScenarioSiteStatus[] |
schSiteStatus
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 the schedule period.
|
private double |
wmEndDateExt
Extended End date of the 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 the schedule period.
|
private int |
wmType
Scenario type.
|
private double |
wmUpdateDateTime
Scenario modification date time in GMT time zone.
|
Constructor and Description |
---|
SchScenarioShort() |
SchScenarioShort(int wmScheduleId,
java.lang.String wmName,
double wmStartDate,
double wmEndDate,
double wmEndDateExt,
int wmType,
java.lang.String wmComments,
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 SchScenarioShort.
|
SchScenarioSiteStatus[] |
getSchSiteStatus()
Gets the schSiteStatus value for this SchScenarioShort.
|
int |
getSchSiteStatusNSizeIs()
Gets the schSiteStatusNSizeIs value for this SchScenarioShort.
|
long |
getTimestamp()
Gets the timestamp value for this SchScenarioShort.
|
java.lang.String |
getWmComments()
Gets the wmComments value for this SchScenarioShort.
|
double |
getWmCreateDateTime()
Gets the wmCreateDateTime value for this SchScenarioShort.
|
double |
getWmEndDate()
Gets the wmEndDate value for this SchScenarioShort.
|
double |
getWmEndDateExt()
Gets the wmEndDateExt value for this SchScenarioShort.
|
java.lang.String |
getWmName()
Gets the wmName value for this SchScenarioShort.
|
int |
getWmScheduleId()
Gets the wmScheduleId value for this SchScenarioShort.
|
double |
getWmStartDate()
Gets the wmStartDate value for this SchScenarioShort.
|
int |
getWmType()
Gets the wmType value for this SchScenarioShort.
|
double |
getWmUpdateDateTime()
Gets the wmUpdateDateTime value for this SchScenarioShort.
|
void |
setGswUserId(int gswUserId)
Sets the gswUserId value for this SchScenarioShort.
|
void |
setSchSiteStatus(SchScenarioSiteStatus[] schSiteStatus)
Sets the schSiteStatus value for this SchScenarioShort.
|
void |
setSchSiteStatusNSizeIs(int schSiteStatusNSizeIs)
Sets the schSiteStatusNSizeIs value for this SchScenarioShort.
|
void |
setTimestamp(long timestamp)
Sets the timestamp value for this SchScenarioShort.
|
void |
setWmComments(java.lang.String wmComments)
Sets the wmComments value for this SchScenarioShort.
|
void |
setWmCreateDateTime(double wmCreateDateTime)
Sets the wmCreateDateTime value for this SchScenarioShort.
|
void |
setWmEndDate(double wmEndDate)
Sets the wmEndDate value for this SchScenarioShort.
|
void |
setWmEndDateExt(double wmEndDateExt)
Sets the wmEndDateExt value for this SchScenarioShort.
|
void |
setWmName(java.lang.String wmName)
Sets the wmName value for this SchScenarioShort.
|
void |
setWmScheduleId(int wmScheduleId)
Sets the wmScheduleId value for this SchScenarioShort.
|
void |
setWmStartDate(double wmStartDate)
Sets the wmStartDate value for this SchScenarioShort.
|
void |
setWmType(int wmType)
Sets the wmType value for this SchScenarioShort.
|
void |
setWmUpdateDateTime(double wmUpdateDateTime)
Sets the wmUpdateDateTime value for this SchScenarioShort.
|
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 schSiteStatusNSizeIs
private SchScenarioSiteStatus[] schSiteStatus
SchScenarioSiteStatus
private double wmCreateDateTime
OleDateTime
private double wmUpdateDateTime
OleDateTime
private int gswUserId
CfgUser
private long timestamp
public SchScenarioShort()
public SchScenarioShort(int wmScheduleId, java.lang.String wmName, double wmStartDate, double wmEndDate, double wmEndDateExt, int wmType, java.lang.String wmComments, 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 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.