public class SchTradeStatus
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
__equalsCalc |
private boolean |
__hashCodeCalc |
private java.lang.String |
wmComments |
private int |
wmStatus |
private int |
wmTradeId |
Constructor and Description |
---|
SchTradeStatus() |
SchTradeStatus(int wmTradeId,
int wmStatus,
java.lang.String wmComments) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getWmComments()
Gets the wmComments value for this SchTradeStatus.
|
int |
getWmStatus()
Gets the wmStatus value for this SchTradeStatus.
|
int |
getWmTradeId()
Gets the wmTradeId value for this SchTradeStatus.
|
int |
hashCode() |
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 |
setWmTradeId(int wmTradeId)
Sets the wmTradeId value for this SchTradeStatus.
|
private int wmTradeId
private int wmStatus
private java.lang.String wmComments
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
public SchTradeStatus()
public SchTradeStatus(int wmTradeId, int wmStatus, java.lang.String wmComments)
public int getWmTradeId()
public void setWmTradeId(int wmTradeId)
wmTradeId
- Trade IDpublic int getWmStatus()
SchTradeStatus
public void setWmStatus(int wmStatus)
wmStatus
- Trade statusSchTradeStatus
public java.lang.String getWmComments()
public void setWmComments(java.lang.String wmComments)
wmComments
- public boolean equals(java.lang.Object obj)
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.