public class SchState
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
protected double |
wmEndDateTime
Schedule state end date/time.
|
protected java.lang.String |
wmMemo
State memo [256]
|
protected boolean |
wmPaid
Is state paid (true/false)
|
protected int |
wmPaidMinutes
Paid minutes
|
protected int |
wmRefId
Secondary ID, if any
|
protected int |
wmRefType
Type of Secondary ID
ESchRefType |
protected double |
wmStartDateTime
Schedule state start date/time.
|
protected int |
wmStateId
State ID, identifies some configuration object depending on "wmStateType" value
|
protected int |
wmStateType
State type
ESchStateType |
| Constructor and Description |
|---|
SchState() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object that) |
double |
getWmEndDateTime()
Gets the value of the wmEndDateTime property.
|
java.lang.String |
getWmMemo()
Gets the value of the wmMemo property.
|
int |
getWmPaidMinutes()
Gets the value of the wmPaidMinutes property.
|
int |
getWmRefId()
Gets the value of the wmRefId property.
|
int |
getWmRefType()
Gets the value of the wmRefType property.
|
double |
getWmStartDateTime()
Gets the value of the wmStartDateTime property.
|
int |
getWmStateId()
Gets the value of the wmStateId property.
|
int |
getWmStateType()
Gets the value of the wmStateType property.
|
int |
hashCode() |
boolean |
isWmPaid()
Gets the value of the wmPaid property.
|
void |
setWmEndDateTime(double value)
Sets the value of the wmEndDateTime property.
|
void |
setWmMemo(java.lang.String value)
Sets the value of the wmMemo property.
|
void |
setWmPaid(boolean value)
Sets the value of the wmPaid property.
|
void |
setWmPaidMinutes(int value)
Sets the value of the wmPaidMinutes property.
|
void |
setWmRefId(int value)
Sets the value of the wmRefId property.
|
void |
setWmRefType(int value)
Sets the value of the wmRefType property.
|
void |
setWmStartDateTime(double value)
Sets the value of the wmStartDateTime property.
|
void |
setWmStateId(int value)
Sets the value of the wmStateId property.
|
void |
setWmStateType(int value)
Sets the value of the wmStateType property.
|
java.lang.String |
toString() |
SchState |
withWmEndDateTime(double value) |
SchState |
withWmMemo(java.lang.String value) |
SchState |
withWmPaid(boolean value) |
SchState |
withWmPaidMinutes(int value) |
SchState |
withWmRefId(int value) |
SchState |
withWmRefType(int value) |
SchState |
withWmStartDateTime(double value) |
SchState |
withWmStateId(int value) |
SchState |
withWmStateType(int value) |
private static final long serialVersionUID
protected int wmStateType
ESchStateTypeprotected int wmStateId
protected int wmRefType
ESchRefTypeprotected int wmRefId
protected double wmStartDateTime
OleDateTimeprotected double wmEndDateTime
OleDateTimeprotected boolean wmPaid
protected int wmPaidMinutes
protected java.lang.String wmMemo
public int getWmStateType()
public void setWmStateType(int value)
public int getWmStateId()
public void setWmStateId(int value)
public int getWmRefType()
public void setWmRefType(int value)
public int getWmRefId()
public void setWmRefId(int value)
public double getWmStartDateTime()
public void setWmStartDateTime(double value)
public double getWmEndDateTime()
public void setWmEndDateTime(double value)
public boolean isWmPaid()
public void setWmPaid(boolean value)
public int getWmPaidMinutes()
public void setWmPaidMinutes(int value)
public java.lang.String getWmMemo()
Stringpublic void setWmMemo(java.lang.String value)
value - allowed object is
Stringpublic SchState withWmStateType(int value)
public SchState withWmStateId(int value)
public SchState withWmRefType(int value)
public SchState withWmRefId(int value)
public SchState withWmStartDateTime(double value)
public SchState withWmEndDateTime(double value)
public SchState withWmPaid(boolean value)
public SchState withWmPaidMinutes(int value)
public SchState withWmMemo(java.lang.String value)
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object that)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.ObjectCopyright © 2005-2016 Genesys Telecommunications Labs, Inc. All Rights Reserved.