public class CfgTaskSequenceItem
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
private java.lang.Object |
__equalsCalc |
private boolean |
__hashCodeCalc |
private int |
wmActivitySetId |
private int |
wmIndex |
private int |
wmItemAnchor |
private int |
wmMaxDuration |
private int |
wmMinDuration |
| Constructor and Description |
|---|
CfgTaskSequenceItem() |
CfgTaskSequenceItem(int wmIndex,
int wmActivitySetId,
int wmMinDuration,
int wmMaxDuration,
int wmItemAnchor) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
int |
getWmActivitySetId()
Gets the wmActivitySetId value for this CfgTaskSequenceItem.
|
int |
getWmIndex()
Gets the wmIndex value for this CfgTaskSequenceItem.
|
int |
getWmItemAnchor()
Gets the wmItemAnchor value for this CfgTaskSequenceItem.
|
int |
getWmMaxDuration()
Gets the wmMaxDuration value for this CfgTaskSequenceItem.
|
int |
getWmMinDuration()
Gets the wmMinDuration value for this CfgTaskSequenceItem.
|
int |
hashCode() |
void |
setWmActivitySetId(int wmActivitySetId)
Sets the wmActivitySetId value for this CfgTaskSequenceItem.
|
void |
setWmIndex(int wmIndex)
Sets the wmIndex value for this CfgTaskSequenceItem.
|
void |
setWmItemAnchor(int wmItemAnchor)
Sets the wmItemAnchor value for this CfgTaskSequenceItem.
|
void |
setWmMaxDuration(int wmMaxDuration)
Sets the wmMaxDuration value for this CfgTaskSequenceItem.
|
void |
setWmMinDuration(int wmMinDuration)
Sets the wmMinDuration value for this CfgTaskSequenceItem.
|
private int wmIndex
private int wmActivitySetId
private int wmMinDuration
private int wmMaxDuration
private int wmItemAnchor
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
public CfgTaskSequenceItem()
public CfgTaskSequenceItem(int wmIndex,
int wmActivitySetId,
int wmMinDuration,
int wmMaxDuration,
int wmItemAnchor)
public int getWmIndex()
public void setWmIndex(int wmIndex)
wmIndex - public int getWmActivitySetId()
public void setWmActivitySetId(int wmActivitySetId)
wmActivitySetId - public int getWmMinDuration()
public void setWmMinDuration(int wmMinDuration)
wmMinDuration - public int getWmMaxDuration()
public void setWmMaxDuration(int wmMaxDuration)
wmMaxDuration - public int getWmItemAnchor()
public void setWmItemAnchor(int wmItemAnchor)
wmItemAnchor - public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.ObjectCopyright © 2005-2016 Genesys Telecommunications Labs, Inc. All Rights Reserved.