public class CalTimeOffBidStatus
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 java.lang.String |
wmComments |
protected double |
wmExpires |
protected int |
wmStatus
|
protected int |
wmTimeOffBidPeriodId |
protected long |
wmTimeOffBidStatusId |
protected double |
wmTimestamp |
Constructor and Description |
---|
CalTimeOffBidStatus() |
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.
|
java.lang.String |
getWmComments()
Gets the value of the wmComments property.
|
double |
getWmExpires()
Gets the value of the wmExpires property.
|
int |
getWmStatus()
Gets the value of the wmStatus property.
|
int |
getWmTimeOffBidPeriodId()
Gets the value of the wmTimeOffBidPeriodId property.
|
long |
getWmTimeOffBidStatusId()
Gets the value of the wmTimeOffBidStatusId 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 |
setWmComments(java.lang.String value)
Sets the value of the wmComments property.
|
void |
setWmExpires(double value)
Sets the value of the wmExpires property.
|
void |
setWmStatus(int value)
Sets the value of the wmStatus property.
|
void |
setWmTimeOffBidPeriodId(int value)
Sets the value of the wmTimeOffBidPeriodId property.
|
void |
setWmTimeOffBidStatusId(long value)
Sets the value of the wmTimeOffBidStatusId property.
|
void |
setWmTimestamp(double value)
Sets the value of the wmTimestamp property.
|
java.lang.String |
toString() |
CalTimeOffBidStatus |
withGswAgentId(int value) |
CalTimeOffBidStatus |
withGswUserId(int value) |
CalTimeOffBidStatus |
withWmComments(java.lang.String value) |
CalTimeOffBidStatus |
withWmExpires(double value) |
CalTimeOffBidStatus |
withWmStatus(int value) |
CalTimeOffBidStatus |
withWmTimeOffBidPeriodId(int value) |
CalTimeOffBidStatus |
withWmTimeOffBidStatusId(long value) |
CalTimeOffBidStatus |
withWmTimestamp(double value) |
private static final long serialVersionUID
protected long wmTimeOffBidStatusId
protected int wmTimeOffBidPeriodId
protected int gswAgentId
protected int wmStatus
protected double wmExpires
protected java.lang.String wmComments
protected double wmTimestamp
protected int gswUserId
public long getWmTimeOffBidStatusId()
public void setWmTimeOffBidStatusId(long value)
public int getWmTimeOffBidPeriodId()
public void setWmTimeOffBidPeriodId(int value)
public int getGswAgentId()
public void setGswAgentId(int value)
public int getWmStatus()
public void setWmStatus(int value)
public double getWmExpires()
public void setWmExpires(double value)
public java.lang.String getWmComments()
String
public void setWmComments(java.lang.String value)
value
- allowed object is
String
public double getWmTimestamp()
public void setWmTimestamp(double value)
public int getGswUserId()
public void setGswUserId(int value)
public CalTimeOffBidStatus withWmTimeOffBidStatusId(long value)
public CalTimeOffBidStatus withWmTimeOffBidPeriodId(int value)
public CalTimeOffBidStatus withGswAgentId(int value)
public CalTimeOffBidStatus withWmStatus(int value)
public CalTimeOffBidStatus withWmExpires(double value)
public CalTimeOffBidStatus withWmComments(java.lang.String value)
public CalTimeOffBidStatus withWmTimestamp(double value)
public CalTimeOffBidStatus withGswUserId(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.