public class SchAvailability
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
__equalsCalc |
private boolean |
__hashCodeCalc |
private double |
wmEndDateTime |
private double |
wmStartDateTime |
Constructor and Description |
---|
SchAvailability() |
SchAvailability(double wmStartDateTime,
double wmEndDateTime) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
double |
getWmEndDateTime()
Gets the wmEndDateTime value for this SchAvailability.
|
double |
getWmStartDateTime()
Gets the wmStartDateTime value for this SchAvailability.
|
int |
hashCode() |
void |
setWmEndDateTime(double wmEndDateTime)
Sets the wmEndDateTime value for this SchAvailability.
|
void |
setWmStartDateTime(double wmStartDateTime)
Sets the wmStartDateTime value for this SchAvailability.
|
private double wmStartDateTime
private double wmEndDateTime
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
public SchAvailability()
public SchAvailability(double wmStartDateTime, double wmEndDateTime)
public double getWmStartDateTime()
public void setWmStartDateTime(double wmStartDateTime)
wmStartDateTime
- public double getWmEndDateTime()
public void setWmEndDateTime(double wmEndDateTime)
wmEndDateTime
- public 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.