public class SchTradeProposal
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected int |
gswAgentId |
protected int |
gswPersonalAgentId |
private static long |
serialVersionUID |
protected java.lang.String |
wmComments |
protected java.util.List<java.lang.Double> |
wmDays |
protected int |
wmDaysNSizeIs |
protected double |
wmExpireDateTime |
protected int |
wmHandshakeType |
protected int |
wmPaidMinutes |
protected int |
wmSiteId |
protected int |
wmStatus |
protected double |
wmSubmitDateTime |
protected int |
wmTradeProposalId |
protected java.util.List<SchTradeResponse> |
wmTradeResponses |
protected int |
wmTradeResponsesNSizeIs |
protected int |
wmType |
Constructor and Description |
---|
SchTradeProposal() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
int |
getGswAgentId()
Gets the value of the gswAgentId property.
|
int |
getGswPersonalAgentId()
Gets the value of the gswPersonalAgentId 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 |
getWmHandshakeType()
Gets the value of the wmHandshakeType property.
|
int |
getWmPaidMinutes()
Gets the value of the wmPaidMinutes property.
|
int |
getWmSiteId()
Gets the value of the wmSiteId property.
|
int |
getWmStatus()
Gets the value of the wmStatus property.
|
double |
getWmSubmitDateTime()
Gets the value of the wmSubmitDateTime property.
|
int |
getWmTradeProposalId()
Gets the value of the wmTradeProposalId property.
|
java.util.List<SchTradeResponse> |
getWmTradeResponses()
Gets the value of the wmTradeResponses property.
|
int |
getWmTradeResponsesNSizeIs()
Gets the value of the wmTradeResponsesNSizeIs property.
|
int |
getWmType()
Gets the value of the wmType property.
|
int |
hashCode() |
void |
setGswAgentId(int value)
Sets the value of the gswAgentId property.
|
void |
setGswPersonalAgentId(int value)
Sets the value of the gswPersonalAgentId 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 |
setWmHandshakeType(int value)
Sets the value of the wmHandshakeType property.
|
void |
setWmPaidMinutes(int value)
Sets the value of the wmPaidMinutes property.
|
void |
setWmSiteId(int value)
Sets the value of the wmSiteId property.
|
void |
setWmStatus(int value)
Sets the value of the wmStatus property.
|
void |
setWmSubmitDateTime(double value)
Sets the value of the wmSubmitDateTime property.
|
void |
setWmTradeProposalId(int value)
Sets the value of the wmTradeProposalId property.
|
void |
setWmTradeResponses(java.util.List<SchTradeResponse> wmTradeResponses)
Sets the value of the wmTradeResponses property.
|
void |
setWmTradeResponsesNSizeIs(int value)
Sets the value of the wmTradeResponsesNSizeIs property.
|
void |
setWmType(int value)
Sets the value of the wmType property.
|
java.lang.String |
toString() |
SchTradeProposal |
withGswAgentId(int value) |
SchTradeProposal |
withGswPersonalAgentId(int value) |
SchTradeProposal |
withWmComments(java.lang.String value) |
SchTradeProposal |
withWmDays(java.util.Collection<java.lang.Double> values) |
SchTradeProposal |
withWmDays(java.lang.Double... values) |
SchTradeProposal |
withWmDaysNSizeIs(int value) |
SchTradeProposal |
withWmExpireDateTime(double value) |
SchTradeProposal |
withWmHandshakeType(int value) |
SchTradeProposal |
withWmPaidMinutes(int value) |
SchTradeProposal |
withWmSiteId(int value) |
SchTradeProposal |
withWmStatus(int value) |
SchTradeProposal |
withWmSubmitDateTime(double value) |
SchTradeProposal |
withWmTradeProposalId(int value) |
SchTradeProposal |
withWmTradeResponses(java.util.Collection<SchTradeResponse> values) |
SchTradeProposal |
withWmTradeResponses(SchTradeResponse... values) |
SchTradeProposal |
withWmTradeResponsesNSizeIs(int value) |
SchTradeProposal |
withWmType(int value) |
private static final long serialVersionUID
protected int wmTradeProposalId
protected int wmSiteId
protected int gswAgentId
protected int wmType
protected int gswPersonalAgentId
protected int wmHandshakeType
protected double wmSubmitDateTime
protected double wmExpireDateTime
protected int wmStatus
protected java.lang.String wmComments
protected int wmPaidMinutes
protected int wmDaysNSizeIs
protected java.util.List<java.lang.Double> wmDays
protected int wmTradeResponsesNSizeIs
protected java.util.List<SchTradeResponse> wmTradeResponses
public int getWmTradeProposalId()
public void setWmTradeProposalId(int value)
public int getWmSiteId()
public void setWmSiteId(int value)
public int getGswAgentId()
public void setGswAgentId(int value)
public int getWmType()
public void setWmType(int value)
public int getGswPersonalAgentId()
public void setGswPersonalAgentId(int value)
public int getWmHandshakeType()
public void setWmHandshakeType(int value)
public double getWmSubmitDateTime()
public void setWmSubmitDateTime(double value)
public double getWmExpireDateTime()
public void setWmExpireDateTime(double 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 getWmPaidMinutes()
public void setWmPaidMinutes(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 int getWmTradeResponsesNSizeIs()
public void setWmTradeResponsesNSizeIs(int value)
public java.util.List<SchTradeResponse> getWmTradeResponses()
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 wmTradeResponses property.
For example, to add a new item, do as follows:
getWmTradeResponses().add(newItem);
Objects of the following type(s) are allowed in the list
SchTradeResponse
public SchTradeProposal withWmTradeProposalId(int value)
public SchTradeProposal withWmSiteId(int value)
public SchTradeProposal withGswAgentId(int value)
public SchTradeProposal withWmType(int value)
public SchTradeProposal withGswPersonalAgentId(int value)
public SchTradeProposal withWmHandshakeType(int value)
public SchTradeProposal withWmSubmitDateTime(double value)
public SchTradeProposal withWmExpireDateTime(double value)
public SchTradeProposal withWmStatus(int value)
public SchTradeProposal withWmComments(java.lang.String value)
public SchTradeProposal withWmPaidMinutes(int value)
public SchTradeProposal withWmDaysNSizeIs(int value)
public SchTradeProposal withWmDays(java.lang.Double... values)
public SchTradeProposal withWmDays(java.util.Collection<java.lang.Double> values)
public SchTradeProposal withWmTradeResponsesNSizeIs(int value)
public SchTradeProposal withWmTradeResponses(SchTradeResponse... values)
public SchTradeProposal withWmTradeResponses(java.util.Collection<SchTradeResponse> values)
public void setWmDays(java.util.List<java.lang.Double> wmDays)
wmDays
- allowed object is
Double
public void setWmTradeResponses(java.util.List<SchTradeResponse> wmTradeResponses)
wmTradeResponses
- allowed object is
SchTradeResponse
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.