public class CfgColors
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
protected long |
timestamp
Timestamp value
|
protected int |
wmBUId
Business Unit ID
|
protected java.util.List<java.lang.Integer> |
wmColors
An array of RGB color values, one for every schedule state type.
|
protected int |
wmColorsNSizeIs
Number of elements in the wmColors array
|
protected java.util.List<java.lang.Integer> |
wmFontColors
An array of RGB color values, one each for the font of every schedule state type.
|
protected int |
wmFontColorsNSizeIs
Number of elements in the wmFontColors array
|
Constructor and Description |
---|
CfgColors() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
long |
getTimestamp()
Gets the value of the timestamp property.
|
int |
getWmBUId()
Gets the value of the wmBUId property.
|
java.util.List<java.lang.Integer> |
getWmColors()
Gets the value of the wmColors property.
|
int |
getWmColorsNSizeIs()
Gets the value of the wmColorsNSizeIs property.
|
java.util.List<java.lang.Integer> |
getWmFontColors()
Gets the value of the wmFontColors property.
|
int |
getWmFontColorsNSizeIs()
Gets the value of the wmFontColorsNSizeIs property.
|
int |
hashCode() |
void |
setTimestamp(long value)
Sets the value of the timestamp property.
|
void |
setWmBUId(int value)
Sets the value of the wmBUId property.
|
void |
setWmColors(java.util.List<java.lang.Integer> wmColors)
Sets the value of the wmColors property.
|
void |
setWmColorsNSizeIs(int value)
Sets the value of the wmColorsNSizeIs property.
|
void |
setWmFontColors(java.util.List<java.lang.Integer> wmFontColors)
Sets the value of the wmFontColors property.
|
void |
setWmFontColorsNSizeIs(int value)
Sets the value of the wmFontColorsNSizeIs property.
|
java.lang.String |
toString() |
CfgColors |
withTimestamp(long value) |
CfgColors |
withWmBUId(int value) |
CfgColors |
withWmColors(java.util.Collection<java.lang.Integer> values) |
CfgColors |
withWmColors(java.lang.Integer... values) |
CfgColors |
withWmColorsNSizeIs(int value) |
CfgColors |
withWmFontColors(java.util.Collection<java.lang.Integer> values) |
CfgColors |
withWmFontColors(java.lang.Integer... values) |
CfgColors |
withWmFontColorsNSizeIs(int value) |
private static final long serialVersionUID
protected int wmBUId
protected int wmColorsNSizeIs
protected java.util.List<java.lang.Integer> wmColors
ESchStateType
)
should be used as an index for the wmColors array. Color values of -1 stand for NULL.protected int wmFontColorsNSizeIs
protected java.util.List<java.lang.Integer> wmFontColors
ESchStateType
)
should be used as an index for the wmColors array. Color values of -1 stand for NULL.protected long timestamp
public int getWmBUId()
public void setWmBUId(int value)
public int getWmColorsNSizeIs()
public void setWmColorsNSizeIs(int value)
public java.util.List<java.lang.Integer> getWmColors()
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 wmColors property.
For example, to add a new item, do as follows:
getWmColors().add(newItem);
Objects of the following type(s) are allowed in the list
Integer
public int getWmFontColorsNSizeIs()
public void setWmFontColorsNSizeIs(int value)
public java.util.List<java.lang.Integer> getWmFontColors()
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 wmFontColors property.
For example, to add a new item, do as follows:
getWmFontColors().add(newItem);
Objects of the following type(s) are allowed in the list
Integer
public long getTimestamp()
public void setTimestamp(long value)
public CfgColors withWmBUId(int value)
public CfgColors withWmColorsNSizeIs(int value)
public CfgColors withWmColors(java.lang.Integer... values)
public CfgColors withWmColors(java.util.Collection<java.lang.Integer> values)
public CfgColors withWmFontColorsNSizeIs(int value)
public CfgColors withWmFontColors(java.lang.Integer... values)
public CfgColors withWmFontColors(java.util.Collection<java.lang.Integer> values)
public CfgColors withTimestamp(long value)
public void setWmColors(java.util.List<java.lang.Integer> wmColors)
wmColors
- allowed object is
Integer
public void setWmFontColors(java.util.List<java.lang.Integer> wmFontColors)
wmFontColors
- 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.