public class SchState
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private double |
wmEndDateTime
Schedule state end date/time.
|
private boolean |
wmPaid
Is state paid (true/false)
|
private int |
wmPaidMinutes
Paid minutes
|
private double |
wmStartDateTime
Schedule state start date/time.
|
private int |
wmStateId
State ID, identifies some configuration object depending on "wmStateType" value
|
private int |
wmStateType
State type
ESchStateType |
Constructor and Description |
---|
SchState() |
SchState(int wmStateType,
int wmStateId,
double wmStartDateTime,
double wmEndDateTime,
boolean wmPaid,
int wmPaidMinutes) |
Modifier and Type | Method and Description |
---|---|
double |
getWmEndDateTime()
Gets the wmEndDateTime value for this SchState.
|
int |
getWmPaidMinutes()
Gets the wmPaidMinutes value for this SchState.
|
double |
getWmStartDateTime()
Gets the wmStartDateTime value for this SchState.
|
int |
getWmStateId()
Gets the wmStateId value for this SchState.
|
int |
getWmStateType()
Gets the wmStateType value for this SchState.
|
boolean |
isWmPaid()
Gets the wmPaid value for this SchState.
|
void |
setWmEndDateTime(double wmEndDateTime)
Sets the wmEndDateTime value for this SchState.
|
void |
setWmPaid(boolean wmPaid)
Sets the wmPaid value for this SchState.
|
void |
setWmPaidMinutes(int wmPaidMinutes)
Sets the wmPaidMinutes value for this SchState.
|
void |
setWmStartDateTime(double wmStartDateTime)
Sets the wmStartDateTime value for this SchState.
|
void |
setWmStateId(int wmStateId)
Sets the wmStateId value for this SchState.
|
void |
setWmStateType(int wmStateType)
Sets the wmStateType value for this SchState.
|
private int wmStateType
ESchStateType
private int wmStateId
private double wmStartDateTime
OleDateTime
private double wmEndDateTime
OleDateTime
private boolean wmPaid
private int wmPaidMinutes
public SchState()
public SchState(int wmStateType, int wmStateId, double wmStartDateTime, double wmEndDateTime, boolean wmPaid, int wmPaidMinutes)
public int getWmStateType()
public void setWmStateType(int wmStateType)
wmStateType
- public int getWmStateId()
public void setWmStateId(int wmStateId)
wmStateId
- public double getWmStartDateTime()
public void setWmStartDateTime(double wmStartDateTime)
wmStartDateTime
- public double getWmEndDateTime()
public void setWmEndDateTime(double wmEndDateTime)
wmEndDateTime
- public boolean isWmPaid()
public void setWmPaid(boolean wmPaid)
wmPaid
- public int getWmPaidMinutes()
public void setWmPaidMinutes(int wmPaidMinutes)
wmPaidMinutes
- Copyright © 2005-2016 Genesys Telecommunications Labs, Inc. All Rights Reserved.