public class CfgStateGroupShort
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
protected int |
wmBUId |
protected int |
wmColor |
protected int |
wmFontColor |
protected java.lang.String |
wmName |
protected java.lang.String |
wmShortName |
protected java.util.List<java.lang.Integer> |
wmSiteId |
protected int |
wmSiteIdNSizeIs |
protected int |
wmStateGroupId |
protected int |
wmType |
protected int |
wmWeight |
Constructor and Description |
---|
CfgStateGroupShort() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
int |
getWmBUId()
Gets the value of the wmBUId property.
|
int |
getWmColor()
Gets the value of the wmColor property.
|
int |
getWmFontColor()
Gets the value of the wmFontColor property.
|
java.lang.String |
getWmName()
Gets the value of the wmName property.
|
java.lang.String |
getWmShortName()
Gets the value of the wmShortName property.
|
java.util.List<java.lang.Integer> |
getWmSiteId()
Gets the value of the wmSiteId property.
|
int |
getWmSiteIdNSizeIs()
Gets the value of the wmSiteIdNSizeIs property.
|
int |
getWmStateGroupId()
Gets the value of the wmStateGroupId property.
|
int |
getWmType()
Gets the value of the wmType property.
|
int |
getWmWeight()
Gets the value of the wmWeight property.
|
int |
hashCode() |
void |
setWmBUId(int value)
Sets the value of the wmBUId property.
|
void |
setWmColor(int value)
Sets the value of the wmColor property.
|
void |
setWmFontColor(int value)
Sets the value of the wmFontColor property.
|
void |
setWmName(java.lang.String value)
Sets the value of the wmName property.
|
void |
setWmShortName(java.lang.String value)
Sets the value of the wmShortName property.
|
void |
setWmSiteId(java.util.List<java.lang.Integer> wmSiteId)
Sets the value of the wmSiteId property.
|
void |
setWmSiteIdNSizeIs(int value)
Sets the value of the wmSiteIdNSizeIs property.
|
void |
setWmStateGroupId(int value)
Sets the value of the wmStateGroupId property.
|
void |
setWmType(int value)
Sets the value of the wmType property.
|
void |
setWmWeight(int value)
Sets the value of the wmWeight property.
|
java.lang.String |
toString() |
CfgStateGroupShort |
withWmBUId(int value) |
CfgStateGroupShort |
withWmColor(int value) |
CfgStateGroupShort |
withWmFontColor(int value) |
CfgStateGroupShort |
withWmName(java.lang.String value) |
CfgStateGroupShort |
withWmShortName(java.lang.String value) |
CfgStateGroupShort |
withWmSiteId(java.util.Collection<java.lang.Integer> values) |
CfgStateGroupShort |
withWmSiteId(java.lang.Integer... values) |
CfgStateGroupShort |
withWmSiteIdNSizeIs(int value) |
CfgStateGroupShort |
withWmStateGroupId(int value) |
CfgStateGroupShort |
withWmType(int value) |
CfgStateGroupShort |
withWmWeight(int value) |
private static final long serialVersionUID
protected int wmStateGroupId
protected int wmBUId
protected int wmSiteIdNSizeIs
protected java.util.List<java.lang.Integer> wmSiteId
protected java.lang.String wmName
protected java.lang.String wmShortName
protected int wmColor
protected int wmFontColor
protected int wmWeight
protected int wmType
public int getWmStateGroupId()
public void setWmStateGroupId(int value)
public int getWmBUId()
public void setWmBUId(int value)
public int getWmSiteIdNSizeIs()
public void setWmSiteIdNSizeIs(int value)
public java.util.List<java.lang.Integer> getWmSiteId()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the wmSiteId property.
For example, to add a new item, do as follows:
getWmSiteId().add(newItem);
Objects of the following type(s) are allowed in the list
Integer
public java.lang.String getWmName()
String
public void setWmName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getWmShortName()
String
public void setWmShortName(java.lang.String value)
value
- allowed object is
String
public int getWmColor()
public void setWmColor(int value)
public int getWmFontColor()
public void setWmFontColor(int value)
public int getWmWeight()
public void setWmWeight(int value)
public int getWmType()
public void setWmType(int value)
public CfgStateGroupShort withWmStateGroupId(int value)
public CfgStateGroupShort withWmBUId(int value)
public CfgStateGroupShort withWmSiteIdNSizeIs(int value)
public CfgStateGroupShort withWmSiteId(java.lang.Integer... values)
public CfgStateGroupShort withWmSiteId(java.util.Collection<java.lang.Integer> values)
public CfgStateGroupShort withWmName(java.lang.String value)
public CfgStateGroupShort withWmShortName(java.lang.String value)
public CfgStateGroupShort withWmColor(int value)
public CfgStateGroupShort withWmFontColor(int value)
public CfgStateGroupShort withWmWeight(int value)
public CfgStateGroupShort withWmType(int value)
public void setWmSiteId(java.util.List<java.lang.Integer> wmSiteId)
wmSiteId
- allowed object is
Integer
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object that)
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.