public class CfgShiftBreak
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
__equalsCalc |
private boolean |
__hashCodeCalc |
private int |
wmBreakId |
private int |
wmIndex |
private int |
wmShiftBreakId |
Constructor and Description |
---|
CfgShiftBreak() |
CfgShiftBreak(int wmShiftBreakId,
int wmIndex,
int wmBreakId) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
int |
getWmBreakId()
Gets the wmBreakId value for this CfgShiftBreak.
|
int |
getWmIndex()
Gets the wmIndex value for this CfgShiftBreak.
|
int |
getWmShiftBreakId()
Gets the wmShiftBreakId value for this CfgShiftBreak.
|
int |
hashCode() |
void |
setWmBreakId(int wmBreakId)
Sets the wmBreakId value for this CfgShiftBreak.
|
void |
setWmIndex(int wmIndex)
Sets the wmIndex value for this CfgShiftBreak.
|
void |
setWmShiftBreakId(int wmShiftBreakId)
Sets the wmShiftBreakId value for this CfgShiftBreak.
|
private int wmShiftBreakId
private int wmIndex
private int wmBreakId
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
public CfgShiftBreak()
public CfgShiftBreak(int wmShiftBreakId, int wmIndex, int wmBreakId)
public int getWmShiftBreakId()
public void setWmShiftBreakId(int wmShiftBreakId)
wmShiftBreakId
- public int getWmIndex()
public void setWmIndex(int wmIndex)
wmIndex
- public int getWmBreakId()
public void setWmBreakId(int wmBreakId)
wmBreakId
- 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.