public class ItemSiteIDStruct
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
__equalsCalc |
private boolean |
__hashCodeCalc |
private int |
id |
private int |
siteID |
Constructor and Description |
---|
ItemSiteIDStruct() |
ItemSiteIDStruct(int siteID,
int id) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
int |
getId()
Gets the id value for this ItemSiteIDStruct.
|
int |
getSiteID()
Gets the siteID value for this ItemSiteIDStruct.
|
int |
hashCode() |
void |
setId(int id)
Sets the id value for this ItemSiteIDStruct.
|
void |
setSiteID(int siteID)
Sets the siteID value for this ItemSiteIDStruct.
|
private int siteID
private int id
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
public ItemSiteIDStruct()
public ItemSiteIDStruct(int siteID, int id)
public int getSiteID()
public void setSiteID(int siteID)
siteID
- public int getId()
public void setId(int id)
id
- 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.