public class CfgRotationShort
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 |
wmName
Name of Rotating Pattern
|
private int |
wmRotatingSchId
Rotating Pattern ID
|
private int |
wmSiteId
Site ID, identifies CfgSite object
|
| Constructor and Description |
|---|
CfgRotationShort() |
CfgRotationShort(int wmRotatingSchId,
int wmSiteId,
java.lang.String wmName) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getWmName()
Gets the wmName value for this CfgRotationShort.
|
int |
getWmRotatingSchId()
Gets the wmRotatingSchId value for this CfgRotationShort.
|
int |
getWmSiteId()
Gets the wmSiteId value for this CfgRotationShort.
|
int |
hashCode() |
void |
setWmName(java.lang.String wmName)
Sets the wmName value for this CfgRotationShort.
|
void |
setWmRotatingSchId(int wmRotatingSchId)
Sets the wmRotatingSchId value for this CfgRotationShort.
|
void |
setWmSiteId(int wmSiteId)
Sets the wmSiteId value for this CfgRotationShort.
|
private int wmRotatingSchId
private int wmSiteId
private java.lang.String wmName
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
public CfgRotationShort()
public CfgRotationShort(int wmRotatingSchId,
int wmSiteId,
java.lang.String wmName)
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 boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.ObjectCopyright © 2005-2016 Genesys Telecommunications Labs, Inc. All Rights Reserved.