public class CfgRotationShort
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
protected java.lang.String |
wmName
Name of Rotating Pattern
|
protected int |
wmRotatingSchId
Rotating Pattern ID
|
protected int |
wmSiteId
Site ID--identifies CfgSite object
|
| Constructor and Description |
|---|
CfgRotationShort() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object that) |
java.lang.String |
getWmName()
Gets the value of the wmName property.
|
int |
getWmRotatingSchId()
Gets the value of the wmRotatingSchId property.
|
int |
getWmSiteId()
Gets the value of the wmSiteId property.
|
int |
hashCode() |
void |
setWmName(java.lang.String value)
Sets the value of the wmName property.
|
void |
setWmRotatingSchId(int value)
Sets the value of the wmRotatingSchId property.
|
void |
setWmSiteId(int value)
Sets the value of the wmSiteId property.
|
java.lang.String |
toString() |
CfgRotationShort |
withWmName(java.lang.String value) |
CfgRotationShort |
withWmRotatingSchId(int value) |
CfgRotationShort |
withWmSiteId(int value) |
private static final long serialVersionUID
protected int wmRotatingSchId
protected int wmSiteId
protected java.lang.String wmName
public int getWmRotatingSchId()
public void setWmRotatingSchId(int value)
public int getWmSiteId()
public void setWmSiteId(int value)
public java.lang.String getWmName()
Stringpublic void setWmName(java.lang.String value)
value - allowed object is
Stringpublic CfgRotationShort withWmRotatingSchId(int value)
public CfgRotationShort withWmSiteId(int value)
public CfgRotationShort withWmName(java.lang.String value)
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object that)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.ObjectCopyright © 2005-2016 Genesys Telecommunications Labs, Inc. All Rights Reserved.