public class CfgShiftBMSequence
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
__equalsCalc |
private boolean |
__hashCodeCalc |
private boolean |
wmAllowed |
private int |
wmBMSequenceId |
private CfgShiftBMSequenceOrder[] |
wmBMSequenceOrder |
private int |
wmBMSequenceOrderNSizeIs |
private int |
wmMinDuration |
Constructor and Description |
---|
CfgShiftBMSequence() |
CfgShiftBMSequence(int wmBMSequenceId,
int wmMinDuration,
boolean wmAllowed,
int wmBMSequenceOrderNSizeIs,
CfgShiftBMSequenceOrder[] wmBMSequenceOrder) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
int |
getWmBMSequenceId()
Gets the wmBMSequenceId value for this CfgShiftBMSequence.
|
CfgShiftBMSequenceOrder[] |
getWmBMSequenceOrder()
Gets the wmBMSequenceOrder value for this CfgShiftBMSequence.
|
int |
getWmBMSequenceOrderNSizeIs()
Gets the wmBMSequenceOrderNSizeIs value for this CfgShiftBMSequence.
|
int |
getWmMinDuration()
Gets the wmMinDuration value for this CfgShiftBMSequence.
|
int |
hashCode() |
boolean |
isWmAllowed()
Gets the wmAllowed value for this CfgShiftBMSequence.
|
void |
setWmAllowed(boolean wmAllowed)
Sets the wmAllowed value for this CfgShiftBMSequence.
|
void |
setWmBMSequenceId(int wmBMSequenceId)
Sets the wmBMSequenceId value for this CfgShiftBMSequence.
|
void |
setWmBMSequenceOrder(CfgShiftBMSequenceOrder[] wmBMSequenceOrder)
Sets the wmBMSequenceOrder value for this CfgShiftBMSequence.
|
void |
setWmBMSequenceOrderNSizeIs(int wmBMSequenceOrderNSizeIs)
Sets the wmBMSequenceOrderNSizeIs value for this CfgShiftBMSequence.
|
void |
setWmMinDuration(int wmMinDuration)
Sets the wmMinDuration value for this CfgShiftBMSequence.
|
private int wmBMSequenceId
private int wmMinDuration
private boolean wmAllowed
private int wmBMSequenceOrderNSizeIs
private CfgShiftBMSequenceOrder[] wmBMSequenceOrder
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
public CfgShiftBMSequence()
public CfgShiftBMSequence(int wmBMSequenceId, int wmMinDuration, boolean wmAllowed, int wmBMSequenceOrderNSizeIs, CfgShiftBMSequenceOrder[] wmBMSequenceOrder)
public int getWmBMSequenceId()
public void setWmBMSequenceId(int wmBMSequenceId)
wmBMSequenceId
- public int getWmMinDuration()
public void setWmMinDuration(int wmMinDuration)
wmMinDuration
- public boolean isWmAllowed()
public void setWmAllowed(boolean wmAllowed)
wmAllowed
- public int getWmBMSequenceOrderNSizeIs()
public void setWmBMSequenceOrderNSizeIs(int wmBMSequenceOrderNSizeIs)
wmBMSequenceOrderNSizeIs
- public CfgShiftBMSequenceOrder[] getWmBMSequenceOrder()
public void setWmBMSequenceOrder(CfgShiftBMSequenceOrder[] wmBMSequenceOrder)
wmBMSequenceOrder
- 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.