public class SchTradeResponseStatus
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
protected int |
gswUserId
The ID of the user
CfgUser responsible for the status change. |
private static long |
serialVersionUID |
protected java.lang.String |
wmComments
Comments added at a time of status change
|
protected int |
wmStatus
Status
ESchTradeResponseStatus |
protected double |
wmTimestamp
Date/Time of status change in GMT time zone
OleDateTime |
protected int |
wmTradeResponseId
Trade Response ID
|
| Constructor and Description |
|---|
SchTradeResponseStatus() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object that) |
int |
getGswUserId()
Gets the value of the gswUserId property.
|
java.lang.String |
getWmComments()
Gets the value of the wmComments property.
|
int |
getWmStatus()
Gets the value of the wmStatus property.
|
double |
getWmTimestamp()
Gets the value of the wmTimestamp property.
|
int |
getWmTradeResponseId()
Gets the value of the wmTradeResponseId property.
|
int |
hashCode() |
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 |
setWmStatus(int value)
Sets the value of the wmStatus property.
|
void |
setWmTimestamp(double value)
Sets the value of the wmTimestamp property.
|
void |
setWmTradeResponseId(int value)
Sets the value of the wmTradeResponseId property.
|
java.lang.String |
toString() |
SchTradeResponseStatus |
withGswUserId(int value) |
SchTradeResponseStatus |
withWmComments(java.lang.String value) |
SchTradeResponseStatus |
withWmStatus(int value) |
SchTradeResponseStatus |
withWmTimestamp(double value) |
SchTradeResponseStatus |
withWmTradeResponseId(int value) |
private static final long serialVersionUID
protected int wmTradeResponseId
SchTradeResponseprotected int wmStatus
ESchTradeResponseStatusprotected java.lang.String wmComments
protected int gswUserId
protected double wmTimestamp
OleDateTimepublic int getWmTradeResponseId()
public void setWmTradeResponseId(int value)
public 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 getGswUserId()
public void setGswUserId(int value)
public double getWmTimestamp()
public void setWmTimestamp(double value)
public SchTradeResponseStatus withWmTradeResponseId(int value)
public SchTradeResponseStatus withWmStatus(int value)
public SchTradeResponseStatus withWmComments(java.lang.String value)
public SchTradeResponseStatus withGswUserId(int value)
public SchTradeResponseStatus withWmTimestamp(double 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.