public class SchAssignment
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
__equalsCalc |
private boolean |
__hashCodeCalc |
private int |
gswAgentId |
private int |
wmProfileAgentId |
Constructor and Description |
---|
SchAssignment() |
SchAssignment(int wmProfileAgentId,
int gswAgentId) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
int |
getGswAgentId()
Gets the gswAgentId value for this SchAssignment.
|
int |
getWmProfileAgentId()
Gets the wmProfileAgentId value for this SchAssignment.
|
int |
hashCode() |
void |
setGswAgentId(int gswAgentId)
Sets the gswAgentId value for this SchAssignment.
|
void |
setWmProfileAgentId(int wmProfileAgentId)
Sets the wmProfileAgentId value for this SchAssignment.
|
private int wmProfileAgentId
private int gswAgentId
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
public SchAssignment()
public SchAssignment(int wmProfileAgentId, int gswAgentId)
public int getWmProfileAgentId()
public void setWmProfileAgentId(int wmProfileAgentId)
wmProfileAgentId
- public int getGswAgentId()
public void setGswAgentId(int gswAgentId)
gswAgentId
- 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.