public class CfgContractShift
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
protected int |
wmContractId
Contract ID (
CfgContract ) |
protected int |
wmShiftId
Shift ID (
CfgShift ) |
protected int |
wmShiftType
Contract Shift type (
ECfgShiftType ) |
Constructor and Description |
---|
CfgContractShift() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
int |
getWmContractId()
Gets the value of the wmContractId property.
|
int |
getWmShiftId()
Gets the value of the wmShiftId property.
|
int |
getWmShiftType()
Gets the value of the wmShiftType property.
|
int |
hashCode() |
void |
setWmContractId(int value)
Sets the value of the wmContractId property.
|
void |
setWmShiftId(int value)
Sets the value of the wmShiftId property.
|
void |
setWmShiftType(int value)
Sets the value of the wmShiftType property.
|
java.lang.String |
toString() |
CfgContractShift |
withWmContractId(int value) |
CfgContractShift |
withWmShiftId(int value) |
CfgContractShift |
withWmShiftType(int value) |
private static final long serialVersionUID
protected int wmContractId
CfgContract
)protected int wmShiftId
CfgShift
)protected int wmShiftType
ECfgShiftType
)public int getWmContractId()
public void setWmContractId(int value)
public int getWmShiftId()
public void setWmShiftId(int value)
public int getWmShiftType()
public void setWmShiftType(int value)
public CfgContractShift withWmContractId(int value)
public CfgContractShift withWmShiftId(int value)
public CfgContractShift withWmShiftType(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.