public class SchTradeResponseStatus
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
private int |
gswUserId
The ID of the user
CfgUser responsible for the status change. |
private java.lang.String |
wmComments
Comments added at a time of status change
|
private int |
wmStatus
Status
ESchTradeResponseStatus |
private double |
wmTimestamp
Date/Time of status change in GMT time zone
OleDateTime |
private int |
wmTradeResponseId
Trade Response ID
|
| Constructor and Description |
|---|
SchTradeResponseStatus() |
SchTradeResponseStatus(int wmTradeResponseId,
int wmStatus,
java.lang.String wmComments,
int gswUserId,
double wmTimestamp) |
| Modifier and Type | Method and Description |
|---|---|
int |
getGswUserId()
Gets the gswUserId value for this SchTradeResponseStatus.
|
java.lang.String |
getWmComments()
Gets the wmComments value for this SchTradeResponseStatus.
|
int |
getWmStatus()
Gets the wmStatus value for this SchTradeResponseStatus.
|
double |
getWmTimestamp()
Gets the wmTimestamp value for this SchTradeResponseStatus.
|
int |
getWmTradeResponseId()
Gets the wmTradeResponseId value for this SchTradeResponseStatus.
|
void |
setGswUserId(int gswUserId)
Sets the gswUserId value for this SchTradeResponseStatus.
|
void |
setWmComments(java.lang.String wmComments)
Sets the wmComments value for this SchTradeResponseStatus.
|
void |
setWmStatus(int wmStatus)
Sets the wmStatus value for this SchTradeResponseStatus.
|
void |
setWmTimestamp(double wmTimestamp)
Sets the wmTimestamp value for this SchTradeResponseStatus.
|
void |
setWmTradeResponseId(int wmTradeResponseId)
Sets the wmTradeResponseId value for this SchTradeResponseStatus.
|
private int wmTradeResponseId
SchTradeResponseprivate int wmStatus
ESchTradeResponseStatusprivate java.lang.String wmComments
private int gswUserId
private double wmTimestamp
OleDateTimepublic SchTradeResponseStatus()
public SchTradeResponseStatus(int wmTradeResponseId,
int wmStatus,
java.lang.String wmComments,
int gswUserId,
double wmTimestamp)
public int getWmTradeResponseId()
public void setWmTradeResponseId(int wmTradeResponseId)
wmTradeResponseId - public int getWmStatus()
public void setWmStatus(int wmStatus)
wmStatus - public java.lang.String getWmComments()
public void setWmComments(java.lang.String wmComments)
wmComments - public int getGswUserId()
public void setGswUserId(int gswUserId)
gswUserId - public double getWmTimestamp()
public void setWmTimestamp(double wmTimestamp)
wmTimestamp - Copyright © 2005-2016 Genesys Telecommunications Labs, Inc. All Rights Reserved.