public class SchOvertimeSlot
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected int |
gswAgentId |
protected int |
gswUserId |
private static long |
serialVersionUID |
protected int |
wmBid |
protected java.lang.String |
wmComments |
protected double |
wmDate |
protected int |
wmDuration |
protected int |
wmOverertimeOfferId |
protected int |
wmOvertimeSlotId |
protected int |
wmSiteId |
protected double |
wmStartDateTime |
protected int |
wmStatus |
protected java.lang.String |
wmStatusReason |
protected int |
wmStatusReasonCode |
protected double |
wmTimestamp |
Constructor and Description |
---|
SchOvertimeSlot() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
int |
getGswAgentId()
Gets the value of the gswAgentId property.
|
int |
getGswUserId()
Gets the value of the gswUserId property.
|
int |
getWmBid()
Gets the value of the wmBid property.
|
java.lang.String |
getWmComments()
Gets the value of the wmComments property.
|
double |
getWmDate()
Gets the value of the wmDate property.
|
int |
getWmDuration()
Gets the value of the wmDuration property.
|
int |
getWmOverertimeOfferId()
Gets the value of the wmOverertimeOfferId property.
|
int |
getWmOvertimeSlotId()
Gets the value of the wmOvertimeSlotId property.
|
int |
getWmSiteId()
Gets the value of the wmSiteId property.
|
double |
getWmStartDateTime()
Gets the value of the wmStartDateTime property.
|
int |
getWmStatus()
Gets the value of the wmStatus property.
|
java.lang.String |
getWmStatusReason()
Gets the value of the wmStatusReason property.
|
int |
getWmStatusReasonCode()
Gets the value of the wmStatusReasonCode property.
|
double |
getWmTimestamp()
Gets the value of the wmTimestamp property.
|
int |
hashCode() |
void |
setGswAgentId(int value)
Sets the value of the gswAgentId property.
|
void |
setGswUserId(int value)
Sets the value of the gswUserId property.
|
void |
setWmBid(int value)
Sets the value of the wmBid property.
|
void |
setWmComments(java.lang.String value)
Sets the value of the wmComments property.
|
void |
setWmDate(double value)
Sets the value of the wmDate property.
|
void |
setWmDuration(int value)
Sets the value of the wmDuration property.
|
void |
setWmOverertimeOfferId(int value)
Sets the value of the wmOverertimeOfferId property.
|
void |
setWmOvertimeSlotId(int value)
Sets the value of the wmOvertimeSlotId property.
|
void |
setWmSiteId(int value)
Sets the value of the wmSiteId property.
|
void |
setWmStartDateTime(double value)
Sets the value of the wmStartDateTime property.
|
void |
setWmStatus(int value)
Sets the value of the wmStatus property.
|
void |
setWmStatusReason(java.lang.String value)
Sets the value of the wmStatusReason property.
|
void |
setWmStatusReasonCode(int value)
Sets the value of the wmStatusReasonCode property.
|
void |
setWmTimestamp(double value)
Sets the value of the wmTimestamp property.
|
java.lang.String |
toString() |
SchOvertimeSlot |
withGswAgentId(int value) |
SchOvertimeSlot |
withGswUserId(int value) |
SchOvertimeSlot |
withWmBid(int value) |
SchOvertimeSlot |
withWmComments(java.lang.String value) |
SchOvertimeSlot |
withWmDate(double value) |
SchOvertimeSlot |
withWmDuration(int value) |
SchOvertimeSlot |
withWmOverertimeOfferId(int value) |
SchOvertimeSlot |
withWmOvertimeSlotId(int value) |
SchOvertimeSlot |
withWmSiteId(int value) |
SchOvertimeSlot |
withWmStartDateTime(double value) |
SchOvertimeSlot |
withWmStatus(int value) |
SchOvertimeSlot |
withWmStatusReason(java.lang.String value) |
SchOvertimeSlot |
withWmStatusReasonCode(int value) |
SchOvertimeSlot |
withWmTimestamp(double value) |
private static final long serialVersionUID
protected int wmOvertimeSlotId
protected int wmOverertimeOfferId
protected int wmSiteId
protected int gswAgentId
protected double wmDate
protected double wmStartDateTime
protected int wmDuration
protected int wmBid
protected java.lang.String wmComments
protected int wmStatus
protected java.lang.String wmStatusReason
protected int wmStatusReasonCode
protected int gswUserId
protected double wmTimestamp
public int getWmOvertimeSlotId()
public void setWmOvertimeSlotId(int value)
public int getWmOverertimeOfferId()
public void setWmOverertimeOfferId(int value)
public int getWmSiteId()
public void setWmSiteId(int value)
public int getGswAgentId()
public void setGswAgentId(int value)
public double getWmDate()
public void setWmDate(double value)
public double getWmStartDateTime()
public void setWmStartDateTime(double value)
public int getWmDuration()
public void setWmDuration(int value)
public int getWmBid()
public void setWmBid(int value)
public java.lang.String getWmComments()
String
public void setWmComments(java.lang.String value)
value
- allowed object is
String
public int getWmStatus()
public void setWmStatus(int value)
public java.lang.String getWmStatusReason()
String
public void setWmStatusReason(java.lang.String value)
value
- allowed object is
String
public int getWmStatusReasonCode()
public void setWmStatusReasonCode(int value)
public int getGswUserId()
public void setGswUserId(int value)
public double getWmTimestamp()
public void setWmTimestamp(double value)
public SchOvertimeSlot withWmOvertimeSlotId(int value)
public SchOvertimeSlot withWmOverertimeOfferId(int value)
public SchOvertimeSlot withWmSiteId(int value)
public SchOvertimeSlot withGswAgentId(int value)
public SchOvertimeSlot withWmDate(double value)
public SchOvertimeSlot withWmStartDateTime(double value)
public SchOvertimeSlot withWmDuration(int value)
public SchOvertimeSlot withWmBid(int value)
public SchOvertimeSlot withWmComments(java.lang.String value)
public SchOvertimeSlot withWmStatus(int value)
public SchOvertimeSlot withWmStatusReason(java.lang.String value)
public SchOvertimeSlot withWmStatusReasonCode(int value)
public SchOvertimeSlot withGswUserId(int value)
public SchOvertimeSlot withWmTimestamp(double 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.