public class CfgProfileShort
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 |
private java.lang.String |
wmName |
private int |
wmProfileId |
private int |
wmSiteId |
Constructor and Description |
---|
CfgProfileShort() |
CfgProfileShort(int wmProfileId,
int wmSiteId,
int wmContractId,
java.lang.String wmName) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
int |
getWmContractId()
Gets the wmContractId value for this CfgProfileShort.
|
java.lang.String |
getWmName()
Gets the wmName value for this CfgProfileShort.
|
int |
getWmProfileId()
Gets the wmProfileId value for this CfgProfileShort.
|
int |
getWmSiteId()
Gets the wmSiteId value for this CfgProfileShort.
|
int |
hashCode() |
void |
setWmContractId(int wmContractId)
Sets the wmContractId value for this CfgProfileShort.
|
void |
setWmName(java.lang.String wmName)
Sets the wmName value for this CfgProfileShort.
|
void |
setWmProfileId(int wmProfileId)
Sets the wmProfileId value for this CfgProfileShort.
|
void |
setWmSiteId(int wmSiteId)
Sets the wmSiteId value for this CfgProfileShort.
|
private int wmProfileId
private int wmSiteId
private int wmContractId
private java.lang.String wmName
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
public CfgProfileShort()
public CfgProfileShort(int wmProfileId, int wmSiteId, int wmContractId, java.lang.String wmName)
public int getWmProfileId()
public void setWmProfileId(int wmProfileId)
wmProfileId
- public int getWmSiteId()
public void setWmSiteId(int wmSiteId)
wmSiteId
- public int getWmContractId()
public void setWmContractId(int wmContractId)
wmContractId
- public java.lang.String getWmName()
public void setWmName(java.lang.String wmName)
wmName
- 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.