public class SchTradeStatus
extends java.lang.Object
implements java.io.Serializable
SchTrade
,
ESchTradeStatus
,
Serialized FormModifier 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
ESchTradeStatus |
protected double |
wmTimestamp
Date/Time of status change in GMT time zone
OleDateTime |
protected int |
wmTradeId
Trade ID
|
Constructor and Description |
---|
SchTradeStatus() |
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 |
getWmTradeId()
Gets the value of the wmTradeId 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 |
setWmTradeId(int value)
Sets the value of the wmTradeId property.
|
java.lang.String |
toString() |
SchTradeStatus |
withGswUserId(int value) |
SchTradeStatus |
withWmComments(java.lang.String value) |
SchTradeStatus |
withWmStatus(int value) |
SchTradeStatus |
withWmTimestamp(double value) |
SchTradeStatus |
withWmTradeId(int value) |
private static final long serialVersionUID
protected int wmTradeId
SchTrade
protected int wmStatus
ESchTradeStatus
protected java.lang.String wmComments
protected int gswUserId
protected double wmTimestamp
OleDateTime
public int getWmTradeId()
public void setWmTradeId(int value)
public int getWmStatus()
public void setWmStatus(int value)
public java.lang.String getWmComments()
String
public void setWmComments(java.lang.String value)
value
- allowed object is
String
public int getGswUserId()
public void setGswUserId(int value)
public double getWmTimestamp()
public void setWmTimestamp(double value)
public SchTradeStatus withWmTradeId(int value)
public SchTradeStatus withWmStatus(int value)
public SchTradeStatus withWmComments(java.lang.String value)
public SchTradeStatus withGswUserId(int value)
public SchTradeStatus 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.