public class SchTradeValidation
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected SchAgentDayHolder |
agentDayHolder |
protected SchTrade |
schTrade |
protected SchValidationHolder |
schValidation |
private static long |
serialVersionUID |
Constructor and Description |
---|
SchTradeValidation() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
SchAgentDayHolder |
getAgentDayHolder()
Gets the value of the agentDayHolder property.
|
SchTrade |
getSchTrade()
Gets the value of the schTrade property.
|
SchValidationHolder |
getSchValidation()
Gets the value of the schValidation property.
|
int |
hashCode() |
void |
setAgentDayHolder(SchAgentDayHolder value)
Sets the value of the agentDayHolder property.
|
void |
setSchTrade(SchTrade value)
Sets the value of the schTrade property.
|
void |
setSchValidation(SchValidationHolder value)
Sets the value of the schValidation property.
|
java.lang.String |
toString() |
SchTradeValidation |
withAgentDayHolder(SchAgentDayHolder value) |
SchTradeValidation |
withSchTrade(SchTrade value) |
SchTradeValidation |
withSchValidation(SchValidationHolder value) |
private static final long serialVersionUID
protected SchTrade schTrade
protected SchValidationHolder schValidation
protected SchAgentDayHolder agentDayHolder
public SchTrade getSchTrade()
SchTrade
public void setSchTrade(SchTrade value)
value
- allowed object is
SchTrade
public SchValidationHolder getSchValidation()
SchValidationHolder
public void setSchValidation(SchValidationHolder value)
value
- allowed object is
SchValidationHolder
public SchAgentDayHolder getAgentDayHolder()
SchAgentDayHolder
public void setAgentDayHolder(SchAgentDayHolder value)
value
- allowed object is
SchAgentDayHolder
public SchTradeValidation withSchTrade(SchTrade value)
public SchTradeValidation withSchValidation(SchValidationHolder value)
public SchTradeValidation withAgentDayHolder(SchAgentDayHolder value)
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.