public class CfgMarkedTimeShort
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
protected int |
wmBUId
BU ID
|
protected int |
wmColor
Schedule state RGB color value.
|
protected int |
wmFontColor
Schedule state font RGB color value.
|
protected int |
wmMarkedTimeId
Marked Time ID
|
protected java.lang.String |
wmName
Marked Time Name
|
protected java.lang.String |
wmShortName
Marked Time Short Name
|
protected java.util.List<java.lang.Integer> |
wmSiteId
Site IDs
|
protected int |
wmSiteIdNSizeIs |
protected int |
wmType
Marked Time Type (
ECfgMarkedTimeType ) |
Constructor and Description |
---|
CfgMarkedTimeShort() |
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.
|
int |
getWmMarkedTimeId()
Gets the value of the wmMarkedTimeId 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 |
getWmType()
Gets the value of the wmType 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 |
setWmMarkedTimeId(int value)
Sets the value of the wmMarkedTimeId 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 |
setWmType(int value)
Sets the value of the wmType property.
|
java.lang.String |
toString() |
CfgMarkedTimeShort |
withWmBUId(int value) |
CfgMarkedTimeShort |
withWmColor(int value) |
CfgMarkedTimeShort |
withWmFontColor(int value) |
CfgMarkedTimeShort |
withWmMarkedTimeId(int value) |
CfgMarkedTimeShort |
withWmName(java.lang.String value) |
CfgMarkedTimeShort |
withWmShortName(java.lang.String value) |
CfgMarkedTimeShort |
withWmSiteId(java.util.Collection<java.lang.Integer> values) |
CfgMarkedTimeShort |
withWmSiteId(java.lang.Integer... values) |
CfgMarkedTimeShort |
withWmSiteIdNSizeIs(int value) |
CfgMarkedTimeShort |
withWmType(int value) |
private static final long serialVersionUID
protected int wmMarkedTimeId
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 wmType
ECfgMarkedTimeType
)public int getWmMarkedTimeId()
public void setWmMarkedTimeId(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 getWmType()
public void setWmType(int value)
public CfgMarkedTimeShort withWmMarkedTimeId(int value)
public CfgMarkedTimeShort withWmBUId(int value)
public CfgMarkedTimeShort withWmSiteIdNSizeIs(int value)
public CfgMarkedTimeShort withWmSiteId(java.lang.Integer... values)
public CfgMarkedTimeShort withWmSiteId(java.util.Collection<java.lang.Integer> values)
public CfgMarkedTimeShort withWmName(java.lang.String value)
public CfgMarkedTimeShort withWmShortName(java.lang.String value)
public CfgMarkedTimeShort withWmColor(int value)
public CfgMarkedTimeShort withWmFontColor(int value)
public CfgMarkedTimeShort 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.