public class SchTradeResponse
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
__equalsCalc |
private boolean |
__hashCodeCalc |
private int |
gswProposalAgentId |
private int |
gswResponseAgentId |
private java.lang.String |
wmComments |
private double[] |
wmDays |
private int |
wmDaysNSizeIs |
private double |
wmExpireDateTime |
private int |
wmPaidMinutes |
private double |
wmResponseDateTime |
private int |
wmSiteId |
private int |
wmStatus |
private int |
wmTradeProposalId |
private int |
wmTradeResponseId |
Constructor and Description |
---|
SchTradeResponse() |
SchTradeResponse(int wmTradeResponseId,
int wmTradeProposalId,
int wmSiteId,
int gswResponseAgentId,
int gswProposalAgentId,
java.lang.String wmComments,
int wmStatus,
int wmPaidMinutes,
double wmResponseDateTime,
double wmExpireDateTime,
int wmDaysNSizeIs,
double[] wmDays) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
int |
getGswProposalAgentId()
Gets the gswProposalAgentId value for this SchTradeResponse.
|
int |
getGswResponseAgentId()
Gets the gswResponseAgentId value for this SchTradeResponse.
|
java.lang.String |
getWmComments()
Gets the wmComments value for this SchTradeResponse.
|
double[] |
getWmDays()
Gets the wmDays value for this SchTradeResponse.
|
int |
getWmDaysNSizeIs()
Gets the wmDaysNSizeIs value for this SchTradeResponse.
|
double |
getWmExpireDateTime()
Gets the wmExpireDateTime value for this SchTradeResponse.
|
int |
getWmPaidMinutes()
Gets the wmPaidMinutes value for this SchTradeResponse.
|
double |
getWmResponseDateTime()
Gets the wmResponseDateTime value for this SchTradeResponse.
|
int |
getWmSiteId()
Gets the wmSiteId value for this SchTradeResponse.
|
int |
getWmStatus()
Gets the wmStatus value for this SchTradeResponse.
|
int |
getWmTradeProposalId()
Gets the wmTradeProposalId value for this SchTradeResponse.
|
int |
getWmTradeResponseId()
Gets the wmTradeResponseId value for this SchTradeResponse.
|
int |
hashCode() |
void |
setGswProposalAgentId(int gswProposalAgentId)
Sets the gswProposalAgentId value for this SchTradeResponse.
|
void |
setGswResponseAgentId(int gswResponseAgentId)
Sets the gswResponseAgentId value for this SchTradeResponse.
|
void |
setWmComments(java.lang.String wmComments)
Sets the wmComments value for this SchTradeResponse.
|
void |
setWmDays(double[] wmDays)
Sets the wmDays value for this SchTradeResponse.
|
void |
setWmDaysNSizeIs(int wmDaysNSizeIs)
Sets the wmDaysNSizeIs value for this SchTradeResponse.
|
void |
setWmExpireDateTime(double wmExpireDateTime)
Sets the wmExpireDateTime value for this SchTradeResponse.
|
void |
setWmPaidMinutes(int wmPaidMinutes)
Sets the wmPaidMinutes value for this SchTradeResponse.
|
void |
setWmResponseDateTime(double wmResponseDateTime)
Sets the wmResponseDateTime value for this SchTradeResponse.
|
void |
setWmSiteId(int wmSiteId)
Sets the wmSiteId value for this SchTradeResponse.
|
void |
setWmStatus(int wmStatus)
Sets the wmStatus value for this SchTradeResponse.
|
void |
setWmTradeProposalId(int wmTradeProposalId)
Sets the wmTradeProposalId value for this SchTradeResponse.
|
void |
setWmTradeResponseId(int wmTradeResponseId)
Sets the wmTradeResponseId value for this SchTradeResponse.
|
private int wmTradeResponseId
private int wmTradeProposalId
private int wmSiteId
private int gswResponseAgentId
private int gswProposalAgentId
private java.lang.String wmComments
private int wmStatus
private int wmPaidMinutes
private double wmResponseDateTime
private double wmExpireDateTime
private int wmDaysNSizeIs
private double[] wmDays
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
public SchTradeResponse()
public SchTradeResponse(int wmTradeResponseId, int wmTradeProposalId, int wmSiteId, int gswResponseAgentId, int gswProposalAgentId, java.lang.String wmComments, int wmStatus, int wmPaidMinutes, double wmResponseDateTime, double wmExpireDateTime, int wmDaysNSizeIs, double[] wmDays)
public int getWmTradeResponseId()
public void setWmTradeResponseId(int wmTradeResponseId)
wmTradeResponseId
- Response IDpublic int getWmTradeProposalId()
public void setWmTradeProposalId(int wmTradeProposalId)
wmTradeProposalId
- Proposal IDpublic int getWmSiteId()
public void setWmSiteId(int wmSiteId)
wmSiteId
- Site IDpublic int getGswResponseAgentId()
public void setGswResponseAgentId(int gswResponseAgentId)
gswResponseAgentId
- Responding agent IDpublic int getGswProposalAgentId()
public void setGswProposalAgentId(int gswProposalAgentId)
gswProposalAgentId
- Proposing agent IDpublic java.lang.String getWmComments()
public void setWmComments(java.lang.String wmComments)
wmComments
- Response commentpublic int getWmStatus()
SchTradeResponseStatus
public void setWmStatus(int wmStatus)
wmStatus
- Trade response statusSchTradeResponseStatus
public int getWmPaidMinutes()
public void setWmPaidMinutes(int wmPaidMinutes)
wmPaidMinutes
- Total paid minutes in response agent dayspublic double getWmResponseDateTime()
public void setWmResponseDateTime(double wmResponseDateTime)
wmResponseDateTime
- Date and time of when response was sentpublic double getWmExpireDateTime()
public void setWmExpireDateTime(double wmExpireDateTime)
wmExpireDateTime
- Date and time of when response will expirepublic int getWmDaysNSizeIs()
public void setWmDaysNSizeIs(int wmDaysNSizeIs)
wmDaysNSizeIs
- Date array sizepublic double[] getWmDays()
public void setWmDays(double[] wmDays)
wmDays
- List of days in responsepublic 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.