public class SchScenarioHolder
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
__equalsCalc |
private boolean |
__hashCodeCalc |
private SchScenario[] |
scenario |
private int |
scenarioNSizeIs |
private SchScenarioShort[] |
scenarioShort |
private int |
scenarioShortNSizeIs |
private long |
timestamp |
Constructor and Description |
---|
SchScenarioHolder() |
SchScenarioHolder(int scenarioNSizeIs,
SchScenario[] scenario,
int scenarioShortNSizeIs,
SchScenarioShort[] scenarioShort,
long timestamp) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
SchScenario[] |
getScenario()
Gets the scenario value for this SchScenarioHolder.
|
int |
getScenarioNSizeIs()
Gets the scenarioNSizeIs value for this SchScenarioHolder.
|
SchScenarioShort[] |
getScenarioShort()
Gets the scenarioShort value for this SchScenarioHolder.
|
int |
getScenarioShortNSizeIs()
Gets the scenarioShortNSizeIs value for this SchScenarioHolder.
|
long |
getTimestamp()
Gets the timestamp value for this SchScenarioHolder.
|
int |
hashCode() |
void |
setScenario(SchScenario[] scenario)
Sets the scenario value for this SchScenarioHolder.
|
void |
setScenarioNSizeIs(int scenarioNSizeIs)
Sets the scenarioNSizeIs value for this SchScenarioHolder.
|
void |
setScenarioShort(SchScenarioShort[] scenarioShort)
Sets the scenarioShort value for this SchScenarioHolder.
|
void |
setScenarioShortNSizeIs(int scenarioShortNSizeIs)
Sets the scenarioShortNSizeIs value for this SchScenarioHolder.
|
void |
setTimestamp(long timestamp)
Sets the timestamp value for this SchScenarioHolder.
|
private int scenarioNSizeIs
private SchScenario[] scenario
private int scenarioShortNSizeIs
private SchScenarioShort[] scenarioShort
private long timestamp
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
public SchScenarioHolder()
public SchScenarioHolder(int scenarioNSizeIs, SchScenario[] scenario, int scenarioShortNSizeIs, SchScenarioShort[] scenarioShort, long timestamp)
public int getScenarioNSizeIs()
public void setScenarioNSizeIs(int scenarioNSizeIs)
scenarioNSizeIs
- public SchScenario[] getScenario()
public void setScenario(SchScenario[] scenario)
scenario
- public int getScenarioShortNSizeIs()
public void setScenarioShortNSizeIs(int scenarioShortNSizeIs)
scenarioShortNSizeIs
- public SchScenarioShort[] getScenarioShort()
public void setScenarioShort(SchScenarioShort[] scenarioShort)
scenarioShort
- public long getTimestamp()
public void setTimestamp(long timestamp)
timestamp
- public boolean equals(java.lang.Object obj)
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.