public class ShortScheduleStateStruct
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
__equalsCalc |
private boolean |
__hashCodeCalc |
private int |
id |
private int |
type |
Constructor and Description |
---|
ShortScheduleStateStruct() |
ShortScheduleStateStruct(int type,
int id) |
private int type
private int id
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
public ShortScheduleStateStruct()
public ShortScheduleStateStruct(int type, int id)
public int getType()
ECfgStateType
public void setType(int type)
ECfgStateType
type
- public int getId()
public void setId(int id)
id
- 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.