public class SchTradeProposal
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected int |
gswAgentId
Proposing Agent ID
|
protected int |
gswPersonalAgentId
The ID of the Agent to whom the personal proposal is sent (zero for community).
|
private static long |
serialVersionUID |
protected java.lang.String |
wmComments
Comments
|
protected java.util.List<java.lang.Double> |
wmDays
Dates of day schedules in trade proposal
OleDateTime |
protected int |
wmDaysNSizeIs
Number of elements in "wmDays" array
|
protected double |
wmExpireDateTime
Date and time when proposal will expire.
|
protected int |
wmHandshakeType
Indicator of one-way or two-way handshake being required
ESchTradeHandshakeType |
protected int |
wmPaidMinutes
Total paid minutes in proposal agent days
|
protected int |
wmSiteId
Site ID
|
protected int |
wmStatus
Status of proposal
SchTradeProposalStatus |
protected double |
wmSubmitDateTime
Date and time when proposal was posted in site time zone.
|
protected int |
wmTradeProposalId
Proposal ID
|
protected int |
wmType
Type of proposal (Personal or Community)
ESchTradeHandshakeType |
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.
|
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 |
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 |
withWmType(int value) |
private static final long serialVersionUID
protected int wmTradeProposalId
protected int wmSiteId
protected int gswAgentId
protected int wmType
ESchTradeHandshakeType
protected int gswPersonalAgentId
protected int wmHandshakeType
ESchTradeHandshakeType
protected double wmSubmitDateTime
OleDateTime
protected double wmExpireDateTime
OleDateTime
protected int wmStatus
SchTradeProposalStatus
protected java.lang.String wmComments
protected int wmPaidMinutes
protected int wmDaysNSizeIs
protected java.util.List<java.lang.Double> wmDays
OleDateTime
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 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 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.