public class SchState
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
__equalsCalc |
private boolean |
__hashCodeCalc |
private double |
wmEndDateTime
Schedule state end date/time.
|
private boolean |
wmPaid
Is state paid (true/false)
|
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) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
double |
getWmEndDateTime()
Gets the wmEndDateTime 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.
|
int |
hashCode() |
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 |
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 java.lang.Object __equalsCalc
private boolean __hashCodeCalc
public SchState()
public SchState(int wmStateType, int wmStateId, double wmStartDateTime, double wmEndDateTime, boolean wmPaid)
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 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.