public class SchScenarioShort
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected int |
gswUserId
The ID of the user that has created the scenario
CfgUser |
protected java.util.List<SchScenarioSiteStatus> |
schSiteStatus
Status for every site in the scenario.
|
protected int |
schSiteStatusNSizeIs
The number of elements in the 'schSiteStatus' array.
|
private static long |
serialVersionUID |
protected long |
timestamp
timestamp value
|
protected java.lang.String |
wmComments
Comments
|
protected double |
wmCreateDateTime
Scenario creation date time in GMT time zone.
|
protected double |
wmEndDate
End date of the schedule period.
|
protected double |
wmEndDateExt
Extended End date of the schedule period.
|
protected int |
wmForecastId
Associated Forecast scenario identifier (zero for Master Forecast).
|
protected java.lang.String |
wmName
Unique scenario name.
|
protected int |
wmScheduleId
Schedule scenario identifier (zero for Master Schedule).
|
protected double |
wmStartDate
Start date of the schedule period.
|
protected int |
wmType
Scenario type.
|
protected double |
wmUpdateDateTime
Scenario modification date time in GMT time zone.
|
Constructor and Description |
---|
SchScenarioShort() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
int |
getGswUserId()
Gets the value of the gswUserId property.
|
java.util.List<SchScenarioSiteStatus> |
getSchSiteStatus()
Gets the value of the schSiteStatus property.
|
int |
getSchSiteStatusNSizeIs()
Gets the value of the schSiteStatusNSizeIs property.
|
long |
getTimestamp()
Gets the value of the timestamp property.
|
java.lang.String |
getWmComments()
Gets the value of the wmComments property.
|
double |
getWmCreateDateTime()
Gets the value of the wmCreateDateTime property.
|
double |
getWmEndDate()
Gets the value of the wmEndDate property.
|
double |
getWmEndDateExt()
Gets the value of the wmEndDateExt property.
|
int |
getWmForecastId()
Gets the value of the wmForecastId property.
|
java.lang.String |
getWmName()
Gets the value of the wmName property.
|
int |
getWmScheduleId()
Gets the value of the wmScheduleId property.
|
double |
getWmStartDate()
Gets the value of the wmStartDate property.
|
int |
getWmType()
Gets the value of the wmType property.
|
double |
getWmUpdateDateTime()
Gets the value of the wmUpdateDateTime property.
|
int |
hashCode() |
void |
setGswUserId(int value)
Sets the value of the gswUserId property.
|
void |
setSchSiteStatus(java.util.List<SchScenarioSiteStatus> schSiteStatus)
Sets the value of the schSiteStatus property.
|
void |
setSchSiteStatusNSizeIs(int value)
Sets the value of the schSiteStatusNSizeIs property.
|
void |
setTimestamp(long value)
Sets the value of the timestamp property.
|
void |
setWmComments(java.lang.String value)
Sets the value of the wmComments property.
|
void |
setWmCreateDateTime(double value)
Sets the value of the wmCreateDateTime property.
|
void |
setWmEndDate(double value)
Sets the value of the wmEndDate property.
|
void |
setWmEndDateExt(double value)
Sets the value of the wmEndDateExt property.
|
void |
setWmForecastId(int value)
Sets the value of the wmForecastId property.
|
void |
setWmName(java.lang.String value)
Sets the value of the wmName property.
|
void |
setWmScheduleId(int value)
Sets the value of the wmScheduleId property.
|
void |
setWmStartDate(double value)
Sets the value of the wmStartDate property.
|
void |
setWmType(int value)
Sets the value of the wmType property.
|
void |
setWmUpdateDateTime(double value)
Sets the value of the wmUpdateDateTime property.
|
java.lang.String |
toString() |
SchScenarioShort |
withGswUserId(int value) |
SchScenarioShort |
withSchSiteStatus(java.util.Collection<SchScenarioSiteStatus> values) |
SchScenarioShort |
withSchSiteStatus(SchScenarioSiteStatus... values) |
SchScenarioShort |
withSchSiteStatusNSizeIs(int value) |
SchScenarioShort |
withTimestamp(long value) |
SchScenarioShort |
withWmComments(java.lang.String value) |
SchScenarioShort |
withWmCreateDateTime(double value) |
SchScenarioShort |
withWmEndDate(double value) |
SchScenarioShort |
withWmEndDateExt(double value) |
SchScenarioShort |
withWmForecastId(int value) |
SchScenarioShort |
withWmName(java.lang.String value) |
SchScenarioShort |
withWmScheduleId(int value) |
SchScenarioShort |
withWmStartDate(double value) |
SchScenarioShort |
withWmType(int value) |
SchScenarioShort |
withWmUpdateDateTime(double value) |
private static final long serialVersionUID
protected int wmScheduleId
protected int wmForecastId
protected java.lang.String wmName
protected double wmStartDate
OleDateTime
protected double wmEndDate
OleDateTime
protected double wmEndDateExt
OleDateTime
protected int wmType
ESchScenarioType
protected java.lang.String wmComments
protected int schSiteStatusNSizeIs
protected java.util.List<SchScenarioSiteStatus> schSiteStatus
SchScenarioSiteStatus
protected double wmCreateDateTime
OleDateTime
protected double wmUpdateDateTime
OleDateTime
protected int gswUserId
CfgUser
protected long timestamp
public int getWmScheduleId()
public void setWmScheduleId(int value)
public int getWmForecastId()
public void setWmForecastId(int value)
public java.lang.String getWmName()
String
public void setWmName(java.lang.String value)
value
- allowed object is
String
public double getWmStartDate()
public void setWmStartDate(double value)
public double getWmEndDate()
public void setWmEndDate(double value)
public double getWmEndDateExt()
public void setWmEndDateExt(double value)
public int getWmType()
public void setWmType(int value)
public java.lang.String getWmComments()
String
public void setWmComments(java.lang.String value)
value
- allowed object is
String
public int getSchSiteStatusNSizeIs()
public void setSchSiteStatusNSizeIs(int value)
public java.util.List<SchScenarioSiteStatus> getSchSiteStatus()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the schSiteStatus property.
For example, to add a new item, do as follows:
getSchSiteStatus().add(newItem);
Objects of the following type(s) are allowed in the list
SchScenarioSiteStatus
public double getWmCreateDateTime()
public void setWmCreateDateTime(double value)
public double getWmUpdateDateTime()
public void setWmUpdateDateTime(double value)
public int getGswUserId()
public void setGswUserId(int value)
public long getTimestamp()
public void setTimestamp(long value)
public SchScenarioShort withWmScheduleId(int value)
public SchScenarioShort withWmForecastId(int value)
public SchScenarioShort withWmName(java.lang.String value)
public SchScenarioShort withWmStartDate(double value)
public SchScenarioShort withWmEndDate(double value)
public SchScenarioShort withWmEndDateExt(double value)
public SchScenarioShort withWmType(int value)
public SchScenarioShort withWmComments(java.lang.String value)
public SchScenarioShort withSchSiteStatusNSizeIs(int value)
public SchScenarioShort withSchSiteStatus(SchScenarioSiteStatus... values)
public SchScenarioShort withSchSiteStatus(java.util.Collection<SchScenarioSiteStatus> values)
public SchScenarioShort withWmCreateDateTime(double value)
public SchScenarioShort withWmUpdateDateTime(double value)
public SchScenarioShort withGswUserId(int value)
public SchScenarioShort withTimestamp(long value)
public void setSchSiteStatus(java.util.List<SchScenarioSiteStatus> schSiteStatus)
schSiteStatus
- allowed object is
SchScenarioSiteStatus
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object that)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
Copyright © 2005-2016 Genesys Telecommunications Labs, Inc. All Rights Reserved.