public class CfgCarpoolShort
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
protected int |
wmBUId
BU ID that Carpool belongs to
|
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 |
getWmBUId()
Gets the value of the wmBUId property.
|
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 |
setWmBUId(int value)
Sets the value of the wmBUId property.
|
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 |
withWmBUId(int value) |
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 wmBUId
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 int getWmBUId()
public void setWmBUId(int value)
public java.lang.String getWmName()
String
public void setWmName(java.lang.String value)
value
- allowed object is
String
public int getWmStatus()
public void setWmStatus(int value)
public java.lang.String getWmComments()
String
public void setWmComments(java.lang.String value)
value
- allowed object is
String
public int getWmCarpoolSize()
public void setWmCarpoolSize(int value)
public CfgCarpoolShort withWmCarpoolId(int value)
public CfgCarpoolShort withWmSiteId(int value)
public CfgCarpoolShort withWmBUId(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.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.