public class CalShiftHolder
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected java.util.List<CalShiftInfo> |
objectArray
Array of shifts
|
protected int |
objectArrayNSizeIs
Shift array size
|
private static long |
serialVersionUID |
Constructor and Description |
---|
CalShiftHolder() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
java.util.List<CalShiftInfo> |
getObjectArray()
Gets the objectArray value for this CalShiftHolder.
|
int |
getObjectArrayNSizeIs()
Gets the objectArrayNSizeIs value for this CalShiftHolder.
|
int |
hashCode() |
void |
setObjectArray(java.util.List<CalShiftInfo> objectArray)
Sets the objectArray value for this CalShiftHolder.
|
void |
setObjectArrayNSizeIs(int objectArrayNSizeIs)
Sets the objectArrayNSizeIs value for this CalShiftHolder.
|
java.lang.String |
toString() |
CalShiftHolder |
withObjectArray(CalShiftInfo... values) |
CalShiftHolder |
withObjectArray(java.util.Collection<CalShiftInfo> values) |
CalShiftHolder |
withObjectArrayNSizeIs(int value) |
private static final long serialVersionUID
protected int objectArrayNSizeIs
protected java.util.List<CalShiftInfo> objectArray
public int getObjectArrayNSizeIs()
public void setObjectArrayNSizeIs(int objectArrayNSizeIs)
objectArrayNSizeIs
- public java.util.List<CalShiftInfo> getObjectArray()
public void setObjectArray(java.util.List<CalShiftInfo> objectArray)
objectArray
- public CalShiftHolder withObjectArray(java.util.Collection<CalShiftInfo> values)
public CalShiftHolder withObjectArray(CalShiftInfo... values)
public CalShiftHolder withObjectArrayNSizeIs(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.