public class CfgProfileHolder
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
__equalsCalc |
private boolean |
__hashCodeCalc |
private CfgContractShort[] |
contractInfo |
private int |
contractInfoNSizeIs |
private CfgProfile[] |
objectArray |
private int |
objectArrayNSizeIs |
private int[] |
objectIDArray |
private int |
objectIDArrayNSizeIs |
private CfgProfileShort[] |
objectShortArray |
private int |
objectShortArrayNSizeIs |
private long |
timestamp |
Constructor and Description |
---|
CfgProfileHolder() |
CfgProfileHolder(int objectIDArrayNSizeIs,
int[] objectIDArray,
int objectArrayNSizeIs,
CfgProfile[] objectArray,
int objectShortArrayNSizeIs,
CfgProfileShort[] objectShortArray,
int contractInfoNSizeIs,
CfgContractShort[] contractInfo,
long timestamp) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
CfgContractShort[] |
getContractInfo()
Gets the contractInfo value for this CfgProfileHolder.
|
int |
getContractInfoNSizeIs()
Gets the contractInfoNSizeIs value for this CfgProfileHolder.
|
CfgProfile[] |
getObjectArray()
Gets the objectArray value for this CfgProfileHolder.
|
int |
getObjectArrayNSizeIs()
Gets the objectArrayNSizeIs value for this CfgProfileHolder.
|
int[] |
getObjectIDArray()
Gets the objectIDArray value for this CfgProfileHolder.
|
int |
getObjectIDArrayNSizeIs()
Gets the objectIDArrayNSizeIs value for this CfgProfileHolder.
|
CfgProfileShort[] |
getObjectShortArray()
Gets the objectShortArray value for this CfgProfileHolder.
|
int |
getObjectShortArrayNSizeIs()
Gets the objectShortArrayNSizeIs value for this CfgProfileHolder.
|
long |
getTimestamp()
Gets the timestamp value for this CfgProfileHolder.
|
int |
hashCode() |
void |
setContractInfo(CfgContractShort[] contractInfo)
Sets the contractInfo value for this CfgProfileHolder.
|
void |
setContractInfoNSizeIs(int contractInfoNSizeIs)
Sets the contractInfoNSizeIs value for this CfgProfileHolder.
|
void |
setObjectArray(CfgProfile[] objectArray)
Sets the objectArray value for this CfgProfileHolder.
|
void |
setObjectArrayNSizeIs(int objectArrayNSizeIs)
Sets the objectArrayNSizeIs value for this CfgProfileHolder.
|
void |
setObjectIDArray(int[] objectIDArray)
Sets the objectIDArray value for this CfgProfileHolder.
|
void |
setObjectIDArrayNSizeIs(int objectIDArrayNSizeIs)
Sets the objectIDArrayNSizeIs value for this CfgProfileHolder.
|
void |
setObjectShortArray(CfgProfileShort[] objectShortArray)
Sets the objectShortArray value for this CfgProfileHolder.
|
void |
setObjectShortArrayNSizeIs(int objectShortArrayNSizeIs)
Sets the objectShortArrayNSizeIs value for this CfgProfileHolder.
|
void |
setTimestamp(long timestamp)
Sets the timestamp value for this CfgProfileHolder.
|
private int objectIDArrayNSizeIs
private int[] objectIDArray
private int objectArrayNSizeIs
private CfgProfile[] objectArray
private int objectShortArrayNSizeIs
private CfgProfileShort[] objectShortArray
private int contractInfoNSizeIs
private CfgContractShort[] contractInfo
private long timestamp
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
public CfgProfileHolder()
public CfgProfileHolder(int objectIDArrayNSizeIs, int[] objectIDArray, int objectArrayNSizeIs, CfgProfile[] objectArray, int objectShortArrayNSizeIs, CfgProfileShort[] objectShortArray, int contractInfoNSizeIs, CfgContractShort[] contractInfo, long timestamp)
public int getObjectIDArrayNSizeIs()
public void setObjectIDArrayNSizeIs(int objectIDArrayNSizeIs)
objectIDArrayNSizeIs
- public int[] getObjectIDArray()
public void setObjectIDArray(int[] objectIDArray)
objectIDArray
- public int getObjectArrayNSizeIs()
public void setObjectArrayNSizeIs(int objectArrayNSizeIs)
objectArrayNSizeIs
- public CfgProfile[] getObjectArray()
public void setObjectArray(CfgProfile[] objectArray)
objectArray
- public int getObjectShortArrayNSizeIs()
public void setObjectShortArrayNSizeIs(int objectShortArrayNSizeIs)
objectShortArrayNSizeIs
- public CfgProfileShort[] getObjectShortArray()
public void setObjectShortArray(CfgProfileShort[] objectShortArray)
objectShortArray
- public int getContractInfoNSizeIs()
public void setContractInfoNSizeIs(int contractInfoNSizeIs)
contractInfoNSizeIs
- public CfgContractShort[] getContractInfo()
public void setContractInfo(CfgContractShort[] contractInfo)
contractInfo
- public long getTimestamp()
public void setTimestamp(long timestamp)
timestamp
- 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.