public class SchStateID
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
__equalsCalc |
private boolean |
__hashCodeCalc |
private int |
wmStateId
State ID
|
private int |
wmStateType
State type
ESchStateType |
Constructor and Description |
---|
SchStateID() |
SchStateID(int wmStateType,
int wmStateId) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
int |
getWmStateId()
Gets the wmStateId value for this SchStateID.
|
int |
getWmStateType()
Gets the wmStateType value for this SchStateID.
|
int |
hashCode() |
void |
setWmStateId(int wmStateId)
Sets the wmStateId value for this SchStateID.
|
void |
setWmStateType(int wmStateType)
Sets the wmStateType value for this SchStateID.
|
private int wmStateType
ESchStateType
private int wmStateId
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
public SchStateID()
public SchStateID(int wmStateType, int wmStateId)
public int getWmStateType()
public void setWmStateType(int wmStateType)
wmStateType
- public int getWmStateId()
public void setWmStateId(int wmStateId)
wmStateId
- 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.