public class SchScenarioProfile
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
protected int |
wmCurrNumber |
protected double |
wmGrowPerc |
protected int |
wmMaxNumber |
protected int |
wmMinNumber |
protected int |
wmProfileId |
Constructor and Description |
---|
SchScenarioProfile() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
int |
getWmCurrNumber()
Gets the value of the wmCurrNumber property.
|
double |
getWmGrowPerc()
Gets the value of the wmGrowPerc property.
|
int |
getWmMaxNumber()
Gets the value of the wmMaxNumber property.
|
int |
getWmMinNumber()
Gets the value of the wmMinNumber property.
|
int |
getWmProfileId()
Gets the value of the wmProfileId property.
|
int |
hashCode() |
void |
setWmCurrNumber(int value)
Sets the value of the wmCurrNumber property.
|
void |
setWmGrowPerc(double value)
Sets the value of the wmGrowPerc property.
|
void |
setWmMaxNumber(int value)
Sets the value of the wmMaxNumber property.
|
void |
setWmMinNumber(int value)
Sets the value of the wmMinNumber property.
|
void |
setWmProfileId(int value)
Sets the value of the wmProfileId property.
|
java.lang.String |
toString() |
SchScenarioProfile |
withWmCurrNumber(int value) |
SchScenarioProfile |
withWmGrowPerc(double value) |
SchScenarioProfile |
withWmMaxNumber(int value) |
SchScenarioProfile |
withWmMinNumber(int value) |
SchScenarioProfile |
withWmProfileId(int value) |
private static final long serialVersionUID
protected int wmProfileId
protected int wmMinNumber
protected int wmMaxNumber
protected int wmCurrNumber
protected double wmGrowPerc
public int getWmProfileId()
public void setWmProfileId(int value)
public int getWmMinNumber()
public void setWmMinNumber(int value)
public int getWmMaxNumber()
public void setWmMaxNumber(int value)
public int getWmCurrNumber()
public void setWmCurrNumber(int value)
public double getWmGrowPerc()
public void setWmGrowPerc(double value)
public SchScenarioProfile withWmProfileId(int value)
public SchScenarioProfile withWmMinNumber(int value)
public SchScenarioProfile withWmMaxNumber(int value)
public SchScenarioProfile withWmCurrNumber(int value)
public SchScenarioProfile withWmGrowPerc(double 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.