public class SchStateID
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
protected int |
wmRefId
Secondary ID
|
protected int |
wmStateId
State ID
|
protected int |
wmStateType
State type
ESchStateType |
Constructor and Description |
---|
SchStateID() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
int |
getWmRefId()
Gets the value of the wmRefId property.
|
int |
getWmStateId()
Gets the value of the wmStateId property.
|
int |
getWmStateType()
Gets the value of the wmStateType property.
|
int |
hashCode() |
void |
setWmRefId(int value)
Sets the value of the wmRefId 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() |
SchStateID |
withWmRefId(int value) |
SchStateID |
withWmStateId(int value) |
SchStateID |
withWmStateType(int value) |
private static final long serialVersionUID
protected int wmStateType
ESchStateType
protected int wmStateId
protected int wmRefId
public int getWmStateType()
public void setWmStateType(int value)
public int getWmStateId()
public void setWmStateId(int value)
public int getWmRefId()
public void setWmRefId(int value)
public SchStateID withWmStateType(int value)
public SchStateID withWmStateId(int value)
public SchStateID withWmRefId(int value)
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object that)
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.