public class SchTradeProposalStatus
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
__equalsCalc |
private boolean |
__hashCodeCalc |
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
ESchTradeProposalStatus |
private double |
wmTimestamp
Date/Time of status change in GMT time zone
OleDateTime |
private int |
wmTradeProposalId
Trade Proposal ID
|
Constructor and Description |
---|
SchTradeProposalStatus() |
SchTradeProposalStatus(int wmTradeProposalId,
int wmStatus,
java.lang.String wmComments,
int gswUserId,
double wmTimestamp) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
int |
getGswUserId()
Gets the gswUserId value for this SchTradeProposalStatus.
|
java.lang.String |
getWmComments()
Gets the wmComments value for this SchTradeProposalStatus.
|
int |
getWmStatus()
Gets the wmStatus value for this SchTradeProposalStatus.
|
double |
getWmTimestamp()
Gets the wmTimestamp value for this SchTradeProposalStatus.
|
int |
getWmTradeProposalId()
Gets the wmTradeProposalId value for this SchTradeProposalStatus.
|
int |
hashCode() |
void |
setGswUserId(int gswUserId)
Sets the gswUserId value for this SchTradeProposalStatus.
|
void |
setWmComments(java.lang.String wmComments)
Sets the wmComments value for this SchTradeProposalStatus.
|
void |
setWmStatus(int wmStatus)
Sets the wmStatus value for this SchTradeProposalStatus.
|
void |
setWmTimestamp(double wmTimestamp)
Sets the wmTimestamp value for this SchTradeProposalStatus.
|
void |
setWmTradeProposalId(int wmTradeProposalId)
Sets the wmTradeProposalId value for this SchTradeProposalStatus.
|
private int wmTradeProposalId
SchTradeProposal
private int wmStatus
ESchTradeProposalStatus
private java.lang.String wmComments
private int gswUserId
private double wmTimestamp
OleDateTime
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
public SchTradeProposalStatus()
public SchTradeProposalStatus(int wmTradeProposalId, int wmStatus, java.lang.String wmComments, int gswUserId, double wmTimestamp)
public int getWmTradeProposalId()
public void setWmTradeProposalId(int wmTradeProposalId)
wmTradeProposalId
- 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
- 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.