public class SchTradeSnapshot
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
__equalsCalc |
private boolean |
__hashCodeCalc |
private java.lang.String |
snapshotID |
private int |
tradeCount |
Constructor and Description |
---|
SchTradeSnapshot() |
SchTradeSnapshot(java.lang.String snapshotID,
int tradeCount) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getSnapshotID()
Gets the snapshotID value for this SchTradeSnapshot.
|
int |
getTradeCount()
Gets the tradeCount value for this SchTradeSnapshot.
|
int |
hashCode() |
void |
setSnapshotID(java.lang.String snapshotID)
Sets the snapshotID value for this SchTradeSnapshot.
|
void |
setTradeCount(int tradeCount)
Sets the tradeCount value for this SchTradeSnapshot.
|
private java.lang.String snapshotID
private int tradeCount
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
public SchTradeSnapshot()
public SchTradeSnapshot(java.lang.String snapshotID, int tradeCount)
public java.lang.String getSnapshotID()
public void setSnapshotID(java.lang.String snapshotID)
snapshotID
- Snapshot IDpublic int getTradeCount()
public void setTradeCount(int tradeCount)
tradeCount
- Total count of schedule trades in the snapshotpublic 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.