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