public class CfgContractShort
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
protected int |
wmBUId
Contract BU ID
CfgBU |
protected int |
wmContractId
Contract ID
|
protected int |
wmIcon
Icon ID
|
protected java.lang.String |
wmName
Contract Name
|
protected java.util.List<java.lang.Integer> |
wmSiteId
List of Site ID that Contract belongs to --identifies
CfgSite objects |
protected int |
wmSiteIdNSizeIs
Number of aelements in wmSiteId array
|
| Constructor and Description |
|---|
CfgContractShort() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object that) |
int |
getWmBUId()
Gets the value of the wmBUId property.
|
int |
getWmContractId()
Gets the value of the wmContractId property.
|
int |
getWmIcon()
Gets the value of the wmIcon property.
|
java.lang.String |
getWmName()
Gets the value of the wmName 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 |
hashCode() |
void |
setWmBUId(int value)
Sets the value of the wmBUId property.
|
void |
setWmContractId(int value)
Sets the value of the wmContractId property.
|
void |
setWmIcon(int value)
Sets the value of the wmIcon property.
|
void |
setWmName(java.lang.String value)
Sets the value of the wmName 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.
|
java.lang.String |
toString() |
CfgContractShort |
withWmBUId(int value) |
CfgContractShort |
withWmContractId(int value) |
CfgContractShort |
withWmIcon(int value) |
CfgContractShort |
withWmName(java.lang.String value) |
CfgContractShort |
withWmSiteId(java.util.Collection<java.lang.Integer> values) |
CfgContractShort |
withWmSiteId(java.lang.Integer... values) |
CfgContractShort |
withWmSiteIdNSizeIs(int value) |
private static final long serialVersionUID
protected int wmContractId
protected int wmBUId
CfgBUprotected int wmSiteIdNSizeIs
protected java.util.List<java.lang.Integer> wmSiteId
CfgSite objectsprotected java.lang.String wmName
protected int wmIcon
public int getWmContractId()
public void setWmContractId(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()
Stringpublic void setWmName(java.lang.String value)
value - allowed object is
Stringpublic int getWmIcon()
public void setWmIcon(int value)
public CfgContractShort withWmContractId(int value)
public CfgContractShort withWmBUId(int value)
public CfgContractShort withWmSiteIdNSizeIs(int value)
public CfgContractShort withWmSiteId(java.lang.Integer... values)
public CfgContractShort withWmSiteId(java.util.Collection<java.lang.Integer> values)
public CfgContractShort withWmName(java.lang.String value)
public CfgContractShort withWmIcon(int value)
public void setWmSiteId(java.util.List<java.lang.Integer> wmSiteId)
wmSiteId - allowed object is
Integerpublic 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.