public class SchTradeStatus
extends java.lang.Object
implements java.io.Serializable
SchTrade
,
ESchTradeStatus
,
Serialized FormModifier and Type | Field and Description |
---|---|
private int |
gswUserId
An ID of user
CfgUser responsible for status change. |
private java.lang.String |
wmComments
Comments added at a time of status change
|
private int |
wmStatus
Status
ESchTradeStatus |
private double |
wmTimestamp
Date/Time of status change in GMT time zone
OleDateTime |
private int |
wmTradeId
Trade ID
|
Constructor and Description |
---|
SchTradeStatus() |
SchTradeStatus(int wmTradeId,
int wmStatus,
java.lang.String wmComments,
int gswUserId,
double wmTimestamp) |
Modifier and Type | Method and Description |
---|---|
int |
getGswUserId()
Gets the gswUserId value for this SchTradeStatus.
|
java.lang.String |
getWmComments()
Gets the wmComments value for this SchTradeStatus.
|
int |
getWmStatus()
Gets the wmStatus value for this SchTradeStatus.
|
double |
getWmTimestamp()
Gets the wmTimestamp value for this SchTradeStatus.
|
int |
getWmTradeId()
Gets the wmTradeId value for this SchTradeStatus.
|
void |
setGswUserId(int gswUserId)
Sets the gswUserId value for this SchTradeStatus.
|
void |
setWmComments(java.lang.String wmComments)
Sets the wmComments value for this SchTradeStatus.
|
void |
setWmStatus(int wmStatus)
Sets the wmStatus value for this SchTradeStatus.
|
void |
setWmTimestamp(double wmTimestamp)
Sets the wmTimestamp value for this SchTradeStatus.
|
void |
setWmTradeId(int wmTradeId)
Sets the wmTradeId value for this SchTradeStatus.
|
private int wmTradeId
SchTrade
private int wmStatus
ESchTradeStatus
private java.lang.String wmComments
private int gswUserId
private double wmTimestamp
OleDateTime
public SchTradeStatus()
public SchTradeStatus(int wmTradeId, int wmStatus, java.lang.String wmComments, int gswUserId, double wmTimestamp)
public int getWmTradeId()
public void setWmTradeId(int wmTradeId)
wmTradeId
- 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.