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