public class CfgRotation
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
__equalsCalc |
private boolean |
__hashCodeCalc |
private long |
timestamp
A timestamp value -- marks time point when Object information was obtained
|
private java.lang.String |
wmName
Name of Rotating Pattern
|
private int |
wmRotatingSchId
Rotating Pattern ID
|
private double |
wmRotationStart
Rotation Start Date (
OleDateTime ) |
private CfgRotationWeek[] |
wmRotationWeeks
An array of Week Patterns (
CfgRotationWeek ) in Rotating Pattern |
private int |
wmRotationWeeksNSizeIs
Number of elements in wmRotationWeeks array
|
private int |
wmSiteId
Site ID, identifies CfgSite object
|
Constructor and Description |
---|
CfgRotation() |
CfgRotation(int wmRotatingSchId,
int wmSiteId,
java.lang.String wmName,
double wmRotationStart,
int wmRotationWeeksNSizeIs,
CfgRotationWeek[] wmRotationWeeks,
long timestamp) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
long |
getTimestamp()
Gets the timestamp value for this CfgRotation.
|
java.lang.String |
getWmName()
Gets the wmName value for this CfgRotation.
|
int |
getWmRotatingSchId()
Gets the wmRotatingSchId value for this CfgRotation.
|
double |
getWmRotationStart()
Gets the wmRotationStart value for this CfgRotation.
|
CfgRotationWeek[] |
getWmRotationWeeks()
Gets the wmRotationWeeks value for this CfgRotation.
|
int |
getWmRotationWeeksNSizeIs()
Gets the wmRotationWeeksNSizeIs value for this CfgRotation.
|
int |
getWmSiteId()
Gets the wmSiteId value for this CfgRotation.
|
int |
hashCode() |
void |
setTimestamp(long timestamp)
Sets the timestamp value for this CfgRotation.
|
void |
setWmName(java.lang.String wmName)
Sets the wmName value for this CfgRotation.
|
void |
setWmRotatingSchId(int wmRotatingSchId)
Sets the wmRotatingSchId value for this CfgRotation.
|
void |
setWmRotationStart(double wmRotationStart)
Sets the wmRotationStart value for this CfgRotation.
|
void |
setWmRotationWeeks(CfgRotationWeek[] wmRotationWeeks)
Sets the wmRotationWeeks value for this CfgRotation.
|
void |
setWmRotationWeeksNSizeIs(int wmRotationWeeksNSizeIs)
Sets the wmRotationWeeksNSizeIs value for this CfgRotation.
|
void |
setWmSiteId(int wmSiteId)
Sets the wmSiteId value for this CfgRotation.
|
private int wmRotatingSchId
private int wmSiteId
private java.lang.String wmName
private double wmRotationStart
OleDateTime
)private int wmRotationWeeksNSizeIs
private CfgRotationWeek[] wmRotationWeeks
CfgRotationWeek
) in Rotating Patternprivate long timestamp
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
public CfgRotation()
public CfgRotation(int wmRotatingSchId, int wmSiteId, java.lang.String wmName, double wmRotationStart, int wmRotationWeeksNSizeIs, CfgRotationWeek[] wmRotationWeeks, long timestamp)
public int getWmRotatingSchId()
public void setWmRotatingSchId(int wmRotatingSchId)
wmRotatingSchId
- public int getWmSiteId()
public void setWmSiteId(int wmSiteId)
wmSiteId
- public java.lang.String getWmName()
public void setWmName(java.lang.String wmName)
wmName
- public double getWmRotationStart()
public void setWmRotationStart(double wmRotationStart)
wmRotationStart
- public int getWmRotationWeeksNSizeIs()
public void setWmRotationWeeksNSizeIs(int wmRotationWeeksNSizeIs)
wmRotationWeeksNSizeIs
- public CfgRotationWeek[] getWmRotationWeeks()
public void setWmRotationWeeks(CfgRotationWeek[] wmRotationWeeks)
wmRotationWeeks
- public long getTimestamp()
public void setTimestamp(long timestamp)
timestamp
- 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.