public class CfgContractShort
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
__equalsCalc |
private boolean |
__hashCodeCalc |
private int |
wmContractId
Contract ID
|
private int |
wmIcon
Icon ID
|
private java.lang.String |
wmName
Contract Name
|
private int |
wmSiteId
Site ID, indentifies CfgSite object
|
Constructor and Description |
---|
CfgContractShort() |
CfgContractShort(int wmContractId,
int wmSiteId,
java.lang.String wmName,
int wmIcon) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
int |
getWmContractId()
Gets the wmContractId value for this CfgContractShort.
|
int |
getWmIcon()
Gets the wmIcon value for this CfgContractShort.
|
java.lang.String |
getWmName()
Gets the wmName value for this CfgContractShort.
|
int |
getWmSiteId()
Gets the wmSiteId value for this CfgContractShort.
|
int |
hashCode() |
void |
setWmContractId(int wmContractId)
Sets the wmContractId value for this CfgContractShort.
|
void |
setWmIcon(int wmIcon)
Sets the wmIcon value for this CfgContractShort.
|
void |
setWmName(java.lang.String wmName)
Sets the wmName value for this CfgContractShort.
|
void |
setWmSiteId(int wmSiteId)
Sets the wmSiteId value for this CfgContractShort.
|
private int wmContractId
private int wmSiteId
private java.lang.String wmName
private int wmIcon
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
public CfgContractShort()
public CfgContractShort(int wmContractId, int wmSiteId, java.lang.String wmName, int wmIcon)
public int getWmContractId()
public void setWmContractId(int wmContractId)
wmContractId
- public int getWmSiteId()
public void setWmSiteId(int wmSiteId)
wmSiteId
- public java.lang.String getWmName()
public void setWmName(java.lang.String wmName)
wmName
- public int getWmIcon()
public void setWmIcon(int wmIcon)
wmIcon
- public boolean equals(java.lang.Object obj)
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.