public class CfgTaskSequenceItem
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
protected int |
wmActivitySetId |
protected int |
wmIndex |
protected int |
wmItemAnchor |
protected int |
wmMaxDuration |
protected int |
wmMinDuration |
Constructor and Description |
---|
CfgTaskSequenceItem() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
int |
getWmActivitySetId()
Gets the value of the wmActivitySetId property.
|
int |
getWmIndex()
Gets the value of the wmIndex property.
|
int |
getWmItemAnchor()
Gets the value of the wmItemAnchor property.
|
int |
getWmMaxDuration()
Gets the value of the wmMaxDuration property.
|
int |
getWmMinDuration()
Gets the value of the wmMinDuration property.
|
int |
hashCode() |
void |
setWmActivitySetId(int value)
Sets the value of the wmActivitySetId property.
|
void |
setWmIndex(int value)
Sets the value of the wmIndex property.
|
void |
setWmItemAnchor(int value)
Sets the value of the wmItemAnchor property.
|
void |
setWmMaxDuration(int value)
Sets the value of the wmMaxDuration property.
|
void |
setWmMinDuration(int value)
Sets the value of the wmMinDuration property.
|
java.lang.String |
toString() |
CfgTaskSequenceItem |
withWmActivitySetId(int value) |
CfgTaskSequenceItem |
withWmIndex(int value) |
CfgTaskSequenceItem |
withWmItemAnchor(int value) |
CfgTaskSequenceItem |
withWmMaxDuration(int value) |
CfgTaskSequenceItem |
withWmMinDuration(int value) |
private static final long serialVersionUID
protected int wmIndex
protected int wmActivitySetId
protected int wmMinDuration
protected int wmMaxDuration
protected int wmItemAnchor
public int getWmIndex()
public void setWmIndex(int value)
public int getWmActivitySetId()
public void setWmActivitySetId(int value)
public int getWmMinDuration()
public void setWmMinDuration(int value)
public int getWmMaxDuration()
public void setWmMaxDuration(int value)
public int getWmItemAnchor()
public void setWmItemAnchor(int value)
public CfgTaskSequenceItem withWmIndex(int value)
public CfgTaskSequenceItem withWmActivitySetId(int value)
public CfgTaskSequenceItem withWmMinDuration(int value)
public CfgTaskSequenceItem withWmMaxDuration(int value)
public CfgTaskSequenceItem withWmItemAnchor(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.