public class NameID
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected int |
id |
protected java.lang.String |
name |
private static long |
serialVersionUID |
protected int |
siteID |
Constructor and Description |
---|
NameID() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
int |
getId()
Gets the value of the id property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
int |
getSiteID()
Gets the value of the siteID property.
|
int |
hashCode() |
void |
setId(int value)
Sets the value of the id property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setSiteID(int value)
Sets the value of the siteID property.
|
java.lang.String |
toString() |
NameID |
withId(int value) |
NameID |
withName(java.lang.String value) |
NameID |
withSiteID(int value) |
private static final long serialVersionUID
protected int siteID
protected int id
protected java.lang.String name
public int getSiteID()
public void setSiteID(int value)
public int getId()
public void setId(int value)
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String
public NameID withSiteID(int value)
public NameID withId(int value)
public NameID withName(java.lang.String 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.