public class SchTeamProfile
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
protected int |
wmProfileId |
protected int |
wmTeamId |
Constructor and Description |
---|
SchTeamProfile() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
int |
getWmProfileId()
Gets the value of the wmProfileId property.
|
int |
getWmTeamId()
Gets the value of the wmTeamId property.
|
int |
hashCode() |
void |
setWmProfileId(int value)
Sets the value of the wmProfileId property.
|
void |
setWmTeamId(int value)
Sets the value of the wmTeamId property.
|
java.lang.String |
toString() |
SchTeamProfile |
withWmProfileId(int value) |
SchTeamProfile |
withWmTeamId(int value) |
private static final long serialVersionUID
protected int wmTeamId
protected int wmProfileId
public int getWmTeamId()
public void setWmTeamId(int value)
public int getWmProfileId()
public void setWmProfileId(int value)
public SchTeamProfile withWmTeamId(int value)
public SchTeamProfile withWmProfileId(int value)
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.