public class SchScenarioProfile
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private int |
wmCurrNumber |
private double |
wmGrowPerc |
private int |
wmMaxNumber |
private int |
wmMinNumber |
private int |
wmProfileId |
Constructor and Description |
---|
SchScenarioProfile() |
SchScenarioProfile(int wmProfileId,
int wmMinNumber,
int wmMaxNumber,
int wmCurrNumber,
double wmGrowPerc) |
Modifier and Type | Method and Description |
---|---|
int |
getWmCurrNumber()
Gets the wmCurrNumber value for this SchScenarioProfile.
|
double |
getWmGrowPerc()
Gets the wmGrowPerc value for this SchScenarioProfile.
|
int |
getWmMaxNumber()
Gets the wmMaxNumber value for this SchScenarioProfile.
|
int |
getWmMinNumber()
Gets the wmMinNumber value for this SchScenarioProfile.
|
int |
getWmProfileId()
Gets the wmProfileId value for this SchScenarioProfile.
|
void |
setWmCurrNumber(int wmCurrNumber)
Sets the wmCurrNumber value for this SchScenarioProfile.
|
void |
setWmGrowPerc(double wmGrowPerc)
Sets the wmGrowPerc value for this SchScenarioProfile.
|
void |
setWmMaxNumber(int wmMaxNumber)
Sets the wmMaxNumber value for this SchScenarioProfile.
|
void |
setWmMinNumber(int wmMinNumber)
Sets the wmMinNumber value for this SchScenarioProfile.
|
void |
setWmProfileId(int wmProfileId)
Sets the wmProfileId value for this SchScenarioProfile.
|
private int wmProfileId
private int wmMinNumber
private int wmMaxNumber
private int wmCurrNumber
private double wmGrowPerc
public SchScenarioProfile()
public SchScenarioProfile(int wmProfileId, int wmMinNumber, int wmMaxNumber, int wmCurrNumber, double wmGrowPerc)
public int getWmProfileId()
public void setWmProfileId(int wmProfileId)
wmProfileId
- public int getWmMinNumber()
public void setWmMinNumber(int wmMinNumber)
wmMinNumber
- public int getWmMaxNumber()
public void setWmMaxNumber(int wmMaxNumber)
wmMaxNumber
- public int getWmCurrNumber()
public void setWmCurrNumber(int wmCurrNumber)
wmCurrNumber
- public double getWmGrowPerc()
public void setWmGrowPerc(double wmGrowPerc)
wmGrowPerc
- Copyright © 2005-2016 Genesys Telecommunications Labs, Inc. All Rights Reserved.