public class CfgCarpoolShort
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
protected int |
wmCarpoolId
Carpool ID
|
protected int |
wmCarpoolSize
Number of committed agents in carpool
|
protected java.lang.String |
wmComments
Carpool comments
|
protected java.lang.String |
wmName
Carpool name (must be unique with the same Site)
|
protected int |
wmSiteId
Site ID that Carpool belongs to
|
protected int |
wmStatus
Carpool status (
ECfgCarpoolStatus) |
| Constructor and Description |
|---|
CfgCarpoolShort() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object that) |
int |
getWmCarpoolId()
Gets the value of the wmCarpoolId property.
|
int |
getWmCarpoolSize()
Gets the value of the wmCarpoolSize property.
|
java.lang.String |
getWmComments()
Gets the value of the wmComments property.
|
java.lang.String |
getWmName()
Gets the value of the wmName property.
|
int |
getWmSiteId()
Gets the value of the wmSiteId property.
|
int |
getWmStatus()
Gets the value of the wmStatus property.
|
int |
hashCode() |
void |
setWmCarpoolId(int value)
Sets the value of the wmCarpoolId property.
|
void |
setWmCarpoolSize(int value)
Sets the value of the wmCarpoolSize property.
|
void |
setWmComments(java.lang.String value)
Sets the value of the wmComments property.
|
void |
setWmName(java.lang.String value)
Sets the value of the wmName property.
|
void |
setWmSiteId(int value)
Sets the value of the wmSiteId property.
|
void |
setWmStatus(int value)
Sets the value of the wmStatus property.
|
java.lang.String |
toString() |
CfgCarpoolShort |
withWmCarpoolId(int value) |
CfgCarpoolShort |
withWmCarpoolSize(int value) |
CfgCarpoolShort |
withWmComments(java.lang.String value) |
CfgCarpoolShort |
withWmName(java.lang.String value) |
CfgCarpoolShort |
withWmSiteId(int value) |
CfgCarpoolShort |
withWmStatus(int value) |
private static final long serialVersionUID
protected int wmCarpoolId
protected int wmSiteId
protected java.lang.String wmName
protected int wmStatus
ECfgCarpoolStatus)protected java.lang.String wmComments
protected int wmCarpoolSize
public int getWmCarpoolId()
public void setWmCarpoolId(int value)
public int getWmSiteId()
public void setWmSiteId(int value)
public java.lang.String getWmName()
Stringpublic void setWmName(java.lang.String value)
value - allowed object is
Stringpublic int getWmStatus()
public void setWmStatus(int value)
public java.lang.String getWmComments()
Stringpublic void setWmComments(java.lang.String value)
value - allowed object is
Stringpublic int getWmCarpoolSize()
public void setWmCarpoolSize(int value)
public CfgCarpoolShort withWmCarpoolId(int value)
public CfgCarpoolShort withWmSiteId(int value)
public CfgCarpoolShort withWmName(java.lang.String value)
public CfgCarpoolShort withWmStatus(int value)
public CfgCarpoolShort withWmComments(java.lang.String value)
public CfgCarpoolShort withWmCarpoolSize(int value)
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object that)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.ObjectCopyright © 2005-2016 Genesys Telecommunications Labs, Inc. All Rights Reserved.