public class SchScenarioSiteStatus
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
protected double |
wmBidEndDateTime
Bidding window end date/time.
|
protected double |
wmBidStartDateTime
Bidding window start date/time.
|
protected double |
wmPublishDateTime
Time (GMT) when the scenario was published to Master.
|
protected int |
wmRankingSystem
Ranking system used in scenario.
|
protected int |
wmSiteId
Site ID
|
protected int |
wmStatus
Current scenario status
ESchScenarioStatus |
Constructor and Description |
---|
SchScenarioSiteStatus() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
double |
getWmBidEndDateTime()
Gets the value of the wmBidEndDateTime property.
|
double |
getWmBidStartDateTime()
Gets the value of the wmBidStartDateTime property.
|
double |
getWmPublishDateTime()
Gets the value of the wmPublishDateTime property.
|
int |
getWmRankingSystem()
Gets the value of the wmRankingSystem property.
|
int |
getWmSiteId()
Gets the value of the wmSiteId property.
|
int |
getWmStatus()
Gets the value of the wmStatus property.
|
int |
hashCode() |
void |
setWmBidEndDateTime(double value)
Sets the value of the wmBidEndDateTime property.
|
void |
setWmBidStartDateTime(double value)
Sets the value of the wmBidStartDateTime property.
|
void |
setWmPublishDateTime(double value)
Sets the value of the wmPublishDateTime property.
|
void |
setWmRankingSystem(int value)
Sets the value of the wmRankingSystem property.
|
void |
setWmSiteId(int value)
Sets the value of the wmSiteId property.
|
void |
setWmStatus(int value)
Sets the value of the wmStatus property.
|
java.lang.String |
toString() |
SchScenarioSiteStatus |
withWmBidEndDateTime(double value) |
SchScenarioSiteStatus |
withWmBidStartDateTime(double value) |
SchScenarioSiteStatus |
withWmPublishDateTime(double value) |
SchScenarioSiteStatus |
withWmRankingSystem(int value) |
SchScenarioSiteStatus |
withWmSiteId(int value) |
SchScenarioSiteStatus |
withWmStatus(int value) |
private static final long serialVersionUID
protected int wmSiteId
protected int wmStatus
ESchScenarioStatus
protected double wmPublishDateTime
OleDateTime
protected double wmBidStartDateTime
OleDateTime
protected double wmBidEndDateTime
OleDateTime
protected int wmRankingSystem
ESchRankingSystem
public int getWmSiteId()
public void setWmSiteId(int value)
public int getWmStatus()
public void setWmStatus(int value)
public double getWmPublishDateTime()
public void setWmPublishDateTime(double value)
public double getWmBidStartDateTime()
public void setWmBidStartDateTime(double value)
public double getWmBidEndDateTime()
public void setWmBidEndDateTime(double value)
public int getWmRankingSystem()
public void setWmRankingSystem(int value)
public SchScenarioSiteStatus withWmSiteId(int value)
public SchScenarioSiteStatus withWmStatus(int value)
public SchScenarioSiteStatus withWmPublishDateTime(double value)
public SchScenarioSiteStatus withWmBidStartDateTime(double value)
public SchScenarioSiteStatus withWmBidEndDateTime(double value)
public SchScenarioSiteStatus withWmRankingSystem(int value)
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.