public class SchTrade
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected int |
gswProposalAgentId |
protected int |
gswResponseAgentId |
protected int |
gswUserId |
private static long |
serialVersionUID |
protected double |
wmApproveDateTime |
protected java.lang.String |
wmComments |
protected java.util.List<java.lang.Double> |
wmDays |
protected int |
wmDaysNSizeIs |
protected double |
wmExpireDateTime |
protected int |
wmProposalPaidMinutes |
protected int |
wmProposalSiteId |
protected int |
wmResponsePaidMinutes |
protected int |
wmResponseSiteId |
protected int |
wmStatus |
protected double |
wmSubmitDateTime |
protected int |
wmTradeId |
protected int |
wmTradeProposalId |
protected int |
wmTradeResponseId |
Constructor and Description |
---|
SchTrade() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
int |
getGswProposalAgentId()
Gets the value of the gswProposalAgentId property.
|
int |
getGswResponseAgentId()
Gets the value of the gswResponseAgentId property.
|
int |
getGswUserId()
Gets the value of the gswUserId property.
|
double |
getWmApproveDateTime()
Gets the value of the wmApproveDateTime property.
|
java.lang.String |
getWmComments()
Gets the value of the wmComments property.
|
java.util.List<java.lang.Double> |
getWmDays()
Gets the value of the wmDays property.
|
int |
getWmDaysNSizeIs()
Gets the value of the wmDaysNSizeIs property.
|
double |
getWmExpireDateTime()
Gets the value of the wmExpireDateTime property.
|
int |
getWmProposalPaidMinutes()
Gets the value of the wmProposalPaidMinutes property.
|
int |
getWmProposalSiteId()
Gets the value of the wmProposalSiteId property.
|
int |
getWmResponsePaidMinutes()
Gets the value of the wmResponsePaidMinutes property.
|
int |
getWmResponseSiteId()
Gets the value of the wmResponseSiteId property.
|
int |
getWmStatus()
Gets the value of the wmStatus property.
|
double |
getWmSubmitDateTime()
Gets the value of the wmSubmitDateTime property.
|
int |
getWmTradeId()
Gets the value of the wmTradeId property.
|
int |
getWmTradeProposalId()
Gets the value of the wmTradeProposalId property.
|
int |
getWmTradeResponseId()
Gets the value of the wmTradeResponseId property.
|
int |
hashCode() |
void |
setGswProposalAgentId(int value)
Sets the value of the gswProposalAgentId property.
|
void |
setGswResponseAgentId(int value)
Sets the value of the gswResponseAgentId property.
|
void |
setGswUserId(int value)
Sets the value of the gswUserId property.
|
void |
setWmApproveDateTime(double value)
Sets the value of the wmApproveDateTime property.
|
void |
setWmComments(java.lang.String value)
Sets the value of the wmComments property.
|
void |
setWmDays(java.util.List<java.lang.Double> wmDays)
Sets the value of the wmDays property.
|
void |
setWmDaysNSizeIs(int value)
Sets the value of the wmDaysNSizeIs property.
|
void |
setWmExpireDateTime(double value)
Sets the value of the wmExpireDateTime property.
|
void |
setWmProposalPaidMinutes(int value)
Sets the value of the wmProposalPaidMinutes property.
|
void |
setWmProposalSiteId(int value)
Sets the value of the wmProposalSiteId property.
|
void |
setWmResponsePaidMinutes(int value)
Sets the value of the wmResponsePaidMinutes property.
|
void |
setWmResponseSiteId(int value)
Sets the value of the wmResponseSiteId property.
|
void |
setWmStatus(int value)
Sets the value of the wmStatus property.
|
void |
setWmSubmitDateTime(double value)
Sets the value of the wmSubmitDateTime property.
|
void |
setWmTradeId(int value)
Sets the value of the wmTradeId property.
|
void |
setWmTradeProposalId(int value)
Sets the value of the wmTradeProposalId property.
|
void |
setWmTradeResponseId(int value)
Sets the value of the wmTradeResponseId property.
|
java.lang.String |
toString() |
SchTrade |
withGswProposalAgentId(int value) |
SchTrade |
withGswResponseAgentId(int value) |
SchTrade |
withGswUserId(int value) |
SchTrade |
withWmApproveDateTime(double value) |
SchTrade |
withWmComments(java.lang.String value) |
SchTrade |
withWmDays(java.util.Collection<java.lang.Double> values) |
SchTrade |
withWmDays(java.lang.Double... values) |
SchTrade |
withWmDaysNSizeIs(int value) |
SchTrade |
withWmExpireDateTime(double value) |
SchTrade |
withWmProposalPaidMinutes(int value) |
SchTrade |
withWmProposalSiteId(int value) |
SchTrade |
withWmResponsePaidMinutes(int value) |
SchTrade |
withWmResponseSiteId(int value) |
SchTrade |
withWmStatus(int value) |
SchTrade |
withWmSubmitDateTime(double value) |
SchTrade |
withWmTradeId(int value) |
SchTrade |
withWmTradeProposalId(int value) |
SchTrade |
withWmTradeResponseId(int value) |
private static final long serialVersionUID
protected int wmTradeId
protected int wmTradeProposalId
protected int wmTradeResponseId
protected int wmProposalSiteId
protected int gswProposalAgentId
protected int wmResponseSiteId
protected int gswResponseAgentId
protected java.lang.String wmComments
protected int wmStatus
protected int wmProposalPaidMinutes
protected int wmResponsePaidMinutes
protected double wmSubmitDateTime
protected double wmExpireDateTime
protected double wmApproveDateTime
protected int gswUserId
protected int wmDaysNSizeIs
protected java.util.List<java.lang.Double> wmDays
public int getWmTradeId()
public void setWmTradeId(int value)
public int getWmTradeProposalId()
public void setWmTradeProposalId(int value)
public int getWmTradeResponseId()
public void setWmTradeResponseId(int value)
public int getWmProposalSiteId()
public void setWmProposalSiteId(int value)
public int getGswProposalAgentId()
public void setGswProposalAgentId(int value)
public int getWmResponseSiteId()
public void setWmResponseSiteId(int value)
public int getGswResponseAgentId()
public void setGswResponseAgentId(int value)
public java.lang.String getWmComments()
String
public void setWmComments(java.lang.String value)
value
- allowed object is
String
public int getWmStatus()
public void setWmStatus(int value)
public int getWmProposalPaidMinutes()
public void setWmProposalPaidMinutes(int value)
public int getWmResponsePaidMinutes()
public void setWmResponsePaidMinutes(int value)
public double getWmSubmitDateTime()
public void setWmSubmitDateTime(double value)
public double getWmExpireDateTime()
public void setWmExpireDateTime(double value)
public double getWmApproveDateTime()
public void setWmApproveDateTime(double value)
public int getGswUserId()
public void setGswUserId(int value)
public int getWmDaysNSizeIs()
public void setWmDaysNSizeIs(int value)
public java.util.List<java.lang.Double> getWmDays()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the wmDays property.
For example, to add a new item, do as follows:
getWmDays().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public SchTrade withWmTradeId(int value)
public SchTrade withWmTradeProposalId(int value)
public SchTrade withWmTradeResponseId(int value)
public SchTrade withWmProposalSiteId(int value)
public SchTrade withGswProposalAgentId(int value)
public SchTrade withWmResponseSiteId(int value)
public SchTrade withGswResponseAgentId(int value)
public SchTrade withWmComments(java.lang.String value)
public SchTrade withWmStatus(int value)
public SchTrade withWmProposalPaidMinutes(int value)
public SchTrade withWmResponsePaidMinutes(int value)
public SchTrade withWmSubmitDateTime(double value)
public SchTrade withWmExpireDateTime(double value)
public SchTrade withWmApproveDateTime(double value)
public SchTrade withGswUserId(int value)
public SchTrade withWmDaysNSizeIs(int value)
public SchTrade withWmDays(java.lang.Double... values)
public SchTrade withWmDays(java.util.Collection<java.lang.Double> values)
public void setWmDays(java.util.List<java.lang.Double> wmDays)
wmDays
- allowed object is
Double
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.